/* CSS Document */

body
{
	margin: 0 0 ;
	padding: 0 ;
	background-color: #d2d7df;
	font: 0.8em "Arial";
	color: #333333;
}
img {
border:0;
}
div#conteneurHeader {
width: 100%;
background: url(images/bg-header.png);
background-attachment:scroll;
background-position:center;
height:178px;
}
div#header {
height:178px;
}
div#header img.logo {
top: 115px;
left:25px;
position:relative;
}
div#conteneurFooter {
width: 100%;
background: url(images/bg-footer.png);
background-attachment:scroll;
background-position:center;
height: 52px;
}
div#conteneurContenu {
width: 100%;
background-color:#FFFFFF;
}

div#contenu, div#header, div#footer, div#menu {
width: 700px;
margin-right:auto;
margin-left:auto;
}
div#contenu {
padding-bottom: 30px;
}
div#menu {
text-align: right;
}

/* menu de navigation */
ul.menuprincipal {
margin: 0;
padding:0;
margin-right:20px;
}
ul.menuprincipal li {
line-height: 20px;
display: inline;
list-style-type: none;
padding-right: 0em;
padding-top: 0em;
padding-bottom: 0em;
padding-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
margin-right: 0.5em;
margin-left: 0.5em;
}
ul.menuprincipal li a {
font-size: 1.2em;
color: #e00729;
text-decoration:none;
padding-left: 25px;
background:url(images/puce-flecherouge.png);
background-repeat:no-repeat;
background-position: center left;
}
ul.menuprincipal li a:hover {
background:url(images/puce-flecherouge.gif);
background-repeat:no-repeat;
background-position: center left;
}

/* styles de texte */
div#contenu h1 {
margin-top: 20px;
margin-bottom: 5px;
font-size: 1.1em;
color: #e00729;
padding-left: 45px;
padding-right: 20px;
padding-top:0px;
padding-bottom:0px;
background: url(images/puce-flecherouge.png);
background-repeat: no-repeat;
background-position: 25px 0px;
}
div#contenu p {
padding-left: 45px;
padding-right: 20px;
background: url(images/traits.png);
background-repeat: repeat-y;
background-position: 25px 0px;
background-color:#FFFFFF;
margin-bottom: 0px;
}
div#contenu p a {
color: #e00729;
text-decoration: none;
font-weight: bold;
}
div#menu a {
font-weight: bold;
color: #e00729;
text-decoration:none;
}
div#contenu table.accueil {
width: 660px;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
div#footer p.adresse {
color: #FFFFFF;
font-size: 0.9em;
position:relative;
top: 20px;
left: 160px;
margin:0 0 0 0;
}
div#footer img.rainbow {
float:right;
}
div#footer p a {
color: #FFFFFF;
text-decoration:underline;
}
div#footer p a:hover {
color: #FFFFFF;
text-decoration:none;
}