html, body, #page {
	height: 100%;
	width: 100%;
}
body, .bggris {
	/*background-image:url(../images/trame_page.gif);*/
	background-color:#D3D3D3;
}
body, td, select, input, textarea, .sbm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: normal;
	letter-spacing: normal;
}
form,input{
	border:0;
	margin:0;
	padding:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	margin: 10px 0 0 0;
	white-space: nowrap;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	margin-top: 1em;
	clear: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
}

a, .rouge, div#credits a {
	color: #E2001A;
}
.nomargin, .nomargin input, html, body, table, td {
	margin: 0;
	padding: 0;
}
.fixpng {
	/*behavior: url(/includes/iepngfix.htc);*/
}
table {
	border-collapse: collapse;
}
table.tableau td {
	border: 1px solid black;
	padding: 2px;
}
th, th input {
	font-weight: bold;
}

/* forms */
label {
	position: absolute;
	width: 130px;
	margin: 1px 0;
}
label.check, label.radio {
	position: relative;
	text-align: left;
}
input, textarea, select, .formelem {
	/*margin: 1px 0 1px 120px;*/
}
input, textarea, select {
	border: 1px solid #909090;
	padding: 2px;
}
.afficheurs input {
	margin: 0;
	border: 0 none;
	text-align: right;
}
textarea#editeur {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.sbm {
	display: inline;
	float: left;
	margin: 0px 2px 2px 0;
}
.bigsbm {
	display: inline;
	float: left;
	margin: 0px 2px 2px 0;
}

.sbm_d {
	background: url(../images/btn_d.gif) no-repeat right center;
}
.bigsbm_d {
	background: url(../images/btn_d.gif) no-repeat right center;
}

.sbm_g {
	background: url(../images/btn_g.gif) no-repeat left center;
}
.bigsbm_g {
	background: url(../images/btn_g.gif) no-repeat left center;
}

.sbm input, .sbm .sbm_main {
	height: 23px;
	line-height: 23px;
	border: 0 none;
	background: url(../images/btn_bg.gif) repeat-x 0px center;
	padding: 0 6px;
	margin: 0 6px;
	cursor: hand;
	display:block!important;
	display:inline;
}
.bigsbm input, .sbm .sbm_main {
	height: 28px;
	line-height: 28px;
	border: 0 none;
	background: url(../images/big_btn_bg.gif) repeat-x 0px center;
	padding: 0 6px;
	margin: 0 6px;
	cursor: hand;
	display:block!important;
	display:inline;
}

.sbm a {
	color: black;
	text-decoration: none;
}
.bigsbm a {
	color: black;
	text-decoration: none;
}

.sbm a:hover {
	color: #E2001A;
}
.bigsbm a:hover {
	color: #E2001A;
}

/* construction de page */
table#page {
	/*
	background-image: url(../images/trame_page_haut.gif);
	background-repeat: repeat-x;
	*/
	
}
#blocprincipal {
	padding: 1.5em 0 1.5em 100px;
}
div#sel_site {
	margin: 1em 0 0.5em 5px;
}
div#arbo, div#arbo a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#contenuIndexG {
	background: white;
	padding-left:20px;
}
#contenuIndexD {
	background: white;
	padding-left:20px;
}

#contenu {
	background: white;
}
div#credits {
	background: url(../images/trame_credits.png);
	color: #909090;
	height: 68px;
}
div#credits img {
	padding-top: 7px;
	margin-right: 30px;
}
div#credits strong {
	color: #464646;
	font-weight: normal;
}


/* images */
div.image_s {
	float: left;
	width: 79px;
	height: 79px;
	border: 1px solid #909090;
	margin: 0 2px 2px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	text-align: center;
}
div.image_s img {
	margin: 2px;
}
div.image_masque {
	float: left;
	width: 75px;
	height: 75px;
	/*background-image: url(/media/img/images/valide_#valide#_s.gif);*/
	text-align: left;
}
div.image_masque input {
	border: 0 none;
	margin: 1px;
}
div.bordblanc {
	border-color: white;
}
div.bordgris {
	border-color: #909090;
}
.noborder, table.noborder td {
	border: 0 none;
}

#guititre { margin-top: 10px; }
.nolink{
color:#000000;
text-decoration:none;
}

.gras{
font-weight:bold;
}
.majuscule{
text-transform: uppercase;
}
.gris{
color:#999999}

