/*----------------------General------------------------*/
/*-------------------<--  Benj -->---------------------*/
* {margin: 0; padding: 0;}
a img {border: 0;}
p {font-size: .8em;}

html, body {
    height: 100%;
}
body {
background: #ECF9FF url(design/background_bas.jpg) bottom left repeat-x;
background-attachment: fixed;
text-align: center;
font-family:  Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 100%;
color: #000;
height: 100%;
position: relative;
}
#body_haut {
background: transparent url(design/background_haut.jpg) 0 0 repeat-x;
height: 180px;
}

#conteneur {
width:761px;
position: absolute;
left: 50%;
top: 0px;
margin-left:-380px;
text-align:left;
}

/*---- bandeau -------*/
#bandeau {
width: 761px;
height: 156px;
}

/*---- slogan -------*/
#slogan {
font-style: italic;
color: #006093;
font-size: 1.2em;
position: absolute;
top: 158px;
right: 10px;
width: 320px;
}

/*---- menu -------*/
#menu {
float: left;
font-size: .9em;
font-weight: bold;
background: transparent;
}
#menu ul {
margin: 30px 10px 10px 5px;
}
#menu li {
list-style-type: none;
margin: 0px 0;
width: 171px;
letter-spacing: -.02em;
background: transparent url(design/menu_hr.gif) bottom left no-repeat;
padding-bottom: 10px;
}
#menu li img{
position: relative;
top: 4px;
padding-right: 7px;
}
#menu a {
color: #B75F44;
text-decoration: none;
}
#menu a:hover {
color: #e23315;
text-decoration: none;
}
#menu #lien_actif a {
color: #5F3123;
}


/*---- Texte -------*/
#texte {
background: white;
margin: 20px 0px 0 186px;
width: 572px;
}
#texte_haut {
background: transparent url(design/texte-haut.gif) 0 0 no-repeat;
height: 11px;
font-size: 1px;
}
#texte_milieu {
background: white url(design/texte-milieu.gif) 0 0 repeat-y;
padding: 8px 20px 5px 20px;
overflow: hidden;
}
#texte_bas {
background: transparent url(design/texte_bas.gif) 0 0 no-repeat;
height: 11px;
font-size: 1px;
}

#texte h1 {
color: #B75F44;
font-size: 1.1em;
padding-left: 35px;
padding-top: 2px;
background: transparent url(design/h1_main.gif) 0 0 no-repeat;
border-bottom: 4px solid #FED300;
width: 400px;
margin-bottom: 20px;
}
#texte h2 {
color: #e23315;
font-size: .9em;
margin: 10px 15px 10px 0px;
font-weight: bold;
}
#texte h3 {
color: black;
font-size: .9em;
margin: 10px 15px 10px 0px;
font-weight: bold;
}
#texte p {
margin-left: 0px;
margin-right: 15px;
padding-bottom: 15px;
}
#texte a, #texte strong, #texte b {
color: #D7751B;
}
#texte a:hover {
text-decoration: none;
}
#texte ul {
margin: 5px 15px 15px 45px;
font-size: .8em;
}

#texte ul ul {
margin: 5px 15px 15px 45px;
font-size: 1em;
}
.center {
text-align: center;
}

#texte img.bordure {
border: 4px solid #ECBF92;
}
.floatleft{
float: left;
margin: 5px 10px 3px 13px;
}
.floatright{
float: right;
margin: 5px 13px 3px 10px;
}

.hr {
background: transparent url(design/actualite_hr2.gif) 20px 0 no-repeat;
height: 6px;
}
.hr hr{
display: none;
}
.contenu_gauche{
	float: left;
	clear:left;
	width:200px;
	
	border:2px solid #F33;
}
.contenu_gauche h3{
	background-color:#F33;
	color:#FFF;
	text-align:center;
	font-size:14px;
	padding:2px;
}
.contenu_droite{
	float: right;
	clear: right;
	width:310px;
	padding:5px;
	border:2px solid #D7751B;
}

/*----------------------------------------------*/
/*---- Pied de page -------*/
/*----------------------------------------------*/
#pied_page {
padding: 0px 35px 10px 225px;
clear: both;
color: black;
}
#pied_page a{
color: black;
}
#pied_page a:hover{
text-decoration: none;;
}
#pied_page img{
position: relative;
top: 5px;
}

/*---- Messages divers -------*/
.attention, .confirmation {
background: #fce5e1 url(styles/attention.gif) 10px 5px no-repeat;
padding: 0px 5px 5px 50px;
margin: 1em 1em;
border: 1px #ff9100 solid;
}
.confirmation {
background: #F0FFF0 url(styles/confirmation.gif) 10px 5px no-repeat;
border: 1px #009F00 solid;
}
