﻿/* CSS Document */

body {
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
#header {
height: 335px;
background-color: #f4f5f7;
}
#conteneur {
position: relative;
width: 766px;
margin: 0 auto; 
background-color:#fafbfb;
}
#centre {
background-color:#fafbfb;
margin-left: 320px;
padding-right:15px;
}
#gauche {
position: absolute;
left:0;
width: 305px;
padding-left:15px;
}

#centre2 {
background-color:#fafbfb;
margin-left: 240px;
padding-right:15px;
}
#gauche2 {
position: absolute;
left:0;
width: 225px;
padding-left:15px;
}

#pied {
height: 150px;
background-color: #fafbfb;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}

h1 {
list-style-type: none;
margin: 0;
padding:0;
background-image:url(images/fondtitre3.jpg);
width:232px;
height:50px;
background-repeat:no-repeat;
padding-left:10px;
font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#e0e0e0;
font-size:24px;
}

h2 {
list-style-type: none;
margin: 0;
padding:0;
background-image:url(images/fondtitre3.jpg);
width:415px;
height:50px;
background-repeat:no-repeat;
padding-left:10px;
font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:24px;
color:#e0e0e0;
}

h3 {
list-style-type: none;
margin: 0;
padding:0;
background-image:url(images/fondtitre4.jpg);
width:495px;
height:50px;
background-repeat:no-repeat;
padding-left:10px;
font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:24px;
color:#e0e0e0;
}

.txtcentre {
padding-left:10px;
padding-right:10px;
}

.txtcentre2 {
padding-left:5px;
padding-right:5px;
}

.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;}
th {
	font-size: 12px;
	color: #778B92;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
	color: #778B92;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	color: #778B92;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a{color:#085b9f;
text-decoration:none;}
a:hover{text-decoration:underline;}

a.lienblanc{color:#ffffff;
text-decoration:none;}
a.lienblanc:hover{
color:#ffffff;
text-decoration:underline;}
.Style1 {
	color: #FFFFFF;
	font-weight: bold;
}

/*menu déroulant*/
li {
margin: 0;
padding: 0;
list-style-type: none;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
dd {
margin: 0;
padding: 0;
list-style-type: none;
}
dt {
margin: 0;
padding: 0;
list-style-type: none;
}
dl {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
margin-left:15px;
margin-top:35px;
}
dl#menu {
width: 185px;
}
dl#menu dt {
color:#FFFFFF;
cursor: pointer;
margin: 0px 0;;
height: 24px;
line-height: 20px;
text-align: left;
font-weight: bold;
border-bottom: 1px solid #eff0f2;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
background: #1777B1;
padding-left:5px;
}
dl#menu dd {
/*border: 1px solid gray;*/
border-bottom: 1px solid gray;
border-top: 0px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;

}
dl#menu li {
text-align: left;
background: #EFF0F2;
padding-left:0px;

}
dl#menu li a {
color: #5E5E5E;
text-decoration: none;
display: block;
border: 0 none;
height: 24px;
}

dl#menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 24px;
}

dl#menu dt a:hover {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 24px;
}



dl#menu li a:hover {
background: #D9D8D9;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
.bullet {
	list-style-image: url('images/bullet.gif');
	list-style-type: square;
	list-style-position: outside;
}

