#page {
    background:#FFFFFF;
	width: 960px;
	margin: auto;
	text-align: center;
	height: auto;
	position: relative;
	padding-top: 0px;
}

#logo {
	height: 158px;
	width: 480px;
	position: absolute;
	left: 10px;
	top: 17px;
}


#corps {
	width: auto;
	position: relative;
	padding-right: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#pied {
	text-align: right;
	color: #ffcc33;
	font-size: 12px;
	background-image: url(../design/fond_pied.gif);
	background-repeat: repeat;
	height: 42px;
	width: auto;
	border: 1px solid #000000;
	position: relative;
	padding-right: 30px;
}

#tableau {
    text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
}

#consultation {
    text-align: left;
    background-image: url(../design/coffret_bande_cmij_ptite.jpg);
	background-repeat: no-repeat;

	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}



a {text-decoration: none; font-weight: bold;}

a:link   { color: navy}

a:hover { color: #CC0000; font-weight: bold; background: #ffffcc }

a:vlink  { color: black; font-weight: bold; font-family: Verdana, Arial; }

body    { padding-top: 10px;
background-image: url(../design/strille.png);
color: #3f3f3f; 
font-weight: normal; 
font-size: 12px; font-family: Verdana, Arial; 
scrollbar-face-color: #000066; scrollbar-shadow-color: #cc0000; 
scrollbar-highlight-color: #cc0000; scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #FFFFCC; scrollbar-track-color: #FFCCCC;
scrollbar-arrow-color: #FFFF00;}

h1      { color: #000066; font-style: normal; font-weight: 900; font-size: 26px; line-height: 32px; font-family: Arial, Geneva, Swiss, SunSans-Regular; text-align: center; border-top: 2px none; border-bottom: 2px none }
h2     { color: #000066; font-style: normal; font-weight: bold; font-size: 18px; line-height: 22px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3       { color: #cc0000; font-style: italic; font-weight: bold; font-size: 13px; font-family: Verdana }
h4    { color: #ffffff; font-style: normal; font-weight: 600; font-size: 10px; font-family: Verdana }
h5  { color: #000099; font-style: normal; font-weight: normal; font-size: 10px; font-family: Verdana }
h6   { color: #ff0000; font-style: italic; font-weight: 300; font-size: 13px; font-family: Verdana, Arial}
td { color: #666666; font-weight: normal; font-size: 11px; font-family: Verdana, Arial}

textarea {background-color:#FFFFCC; color:#000099; font-family: Verdana, Arial, Helvetica;font-size: 12px;}

hr {
line-height : 8px; 
border: 0.5 px solid #c0c0c0;
}

.texte10{
	font-size: 10px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	
}
.rouge {
	color: #990000;
}
.droite {
	float: right;
}
.gauche {
	float: left;
}



