/* CSS Document */
#titre {
  display: none;
  }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	background-color: #E8E8FF;
}
.lienC {
	color: #3366cc;
	text-decoration: underline;
}
.lienC:hover {
	color: #3366CC;
	background-color: #E0EBF9;
	border: 1px solid #3366CC;
	padding: 3px;
}
.lienS:link,.lienS:visited{
	color: #3366cc;
	text-decoration: underline;
}
.lienS:hover {
	text-decoration: none;
}
#header {
	height: 80px;
	border-bottom: 1px solid #6699CC;
}
#conteneur {
	position: absolute;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	top: 0px;
	background-color: #FFFFFF;
	border-top: 1px #3366CC;
	border-right: 1px solid #3366CC;
	border-bottom: 1px solid #3366CC;
	border-left: 1px solid #3366CC;
}
#centre {
	width:770px;
	margin:0px auto 0px;
	padding: 0px;
}
#droite {
	margin-top: 71px;
	margin-left: 176px;
	margin-right: 2px;
	padding: 0px;
	}
#gauche {
	float:left;
	margin-top: 71px;
	margin-left: 2px;
	border: 1px solid #3366CC;
	background-color: #FFFFFF;
	width: 170px;
	padding: 0px;
}
#ligne { /* pour éviter que gauche ne touche pied */
	clear:both;
	height: 5px;
}
#pied {
	color: #3366CC;
	background-image: url(images/trame2.jpg);
	border-bottom: 1px solid #3366CC;
	text-align: center;
	margin: 0px;
	padding: 10px 10px 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
}

/* Menu horizontal supérieur */
#menuH {
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 5px;
	height: 20px;
	width: 120px;
}
#menuH a{
	margin: 0px;
	width: 100px;
	text-align: right;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	float: right;
	font-size: 10px;
	padding: 3px 0px;
	border-top: medium double #FF6600;
	border-right: medium #FF6600;
	border-bottom: medium #FF6600;
	border-left: medium #FF6600;
}

#menuH a:hover {
	text-decoration: none;
}
/* Menu horizontal inférieur */
#menu 
{
	top:85px;
	position: absolute;
	left:0px;
	width: 770px;
	margin: 0px;
	padding: 0px;
}
#navlist
{
	padding: 3px 0 3px;
	font: bold 12px Verdana, sans-serif;
	text-align: center;
	margin: 1px 1px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
}

#navlist li
{
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 3px 0.8em 3px;
	margin-left: 3px;
	background: url(images/trame0.jpg);
	text-decoration: none;
	border: 1px solid #227;
}

#navlist li a:link { color: #3366CC; }
#navlist li a:visited { color: #3366CC; }

#navlist li a:hover
{
	color: #3366CC;
	background: url(images/trame.jpg);
}

#navlist li a#current
{
	background: url(images/trame.jpg);
	color: #3366CC;
	border-top: 1px solid #227;
	border-right: 1px solid #227;
	border-bottom: 1px solid #DFE7F4;
	border-left: 1px solid #227;
	
}
/*-----------------------------*/
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
h1 {
	font-size: 24px;
	color: #3366CC;
}
h3 {
	font-size: 18px; 
	color: #3366CC;
	margin: 0px;
	padding: 5px;
}
h4 {
	font-size: 18px;
	color: #FF6600;
	margin: 0px;
	padding: 5px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
}
h6 {
	font-size: 10px;
	color: #666666;
	margin: 5px;
	padding: 0px;
}
#pied a{
	color: #3366CC;
	text-decoration: underline;
}
#pied a:hover {
	font-weight: normal;
	text-decoration: none;
}
th {
	color: #FFFFFF;
	background-color: #3366CC;
	font-weight: bold;
	text-align: left;
}
.table1 {
	border: 1px solid #336699;
	padding: 0px;
}
.table2 {
	border-top: 1px dotted #336699;
	border-right: 1px #336699;
	border-bottom: 1px #336699;
	border-left: 1px dotted #336699;
	padding-left: 10px;
	text-align: center;
}
.table3 {
	border-top: 1px dotted #336699;
	margin: 0px;
	padding: 0px;
}
.entete2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3971B2;
	font-size: 14px;
	text-align: center;
	color: #3366CC;
	font-weight: bold;
	background-image: url(images/trame.jpg);
	background-repeat: repeat;
}
.entete3 {
	margin: 0px;
	padding: 2px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #3366CC;
	border-right-color: #336699;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
}
.entete4 {
	background-color: #E8E8FF;
	font-size: 12px;
	text-align: center;
	border: 1px solid #3971B2;
	padding-top: 6px;
	padding-bottom: 6px;
}
.liste {
	line-height: 20px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	border: 1px solid #3366CC;
}
.baseline {color: #FFFFFF}
.h7 {
	color: #3366CC;
	font-weight: bold;
}
.h8 {
	color: #FF6600;
	font-weight: bold;
}

.tr_pair {
	background-color: #E0EBF9;
}
.logo {
	text-align: left;
	color: #3366CC;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #3366CC;
}

