body{
background-color:#444444;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#8f8f8f;
padding-top:0px;
margin-top:0px;
width:664px;
margin-left:auto;
margin-right:auto;
}

#header{
background-image:url(images/index_02.jpg);
height:151px;
padding-left:70px;
padding-top:10px;
padding-right:48px;
}
#header #titre{
font-size:26px;
color:#343434;
font-weight:bold;
width:200px;
}
#header #slogan{
font-size:9px;
color:#01b9ff;
font-weight:bold;
margin-left:50px;
width:200px;
}
#header #menu{
font-size:9px;
color:#7b7b7b;
width:135px;
float:right;
overflow:hidden;
}
#header #menu ul{
margin:0px;
padding-left:15px;
}

/* Corp */
#corp{
background-image:url(images/index_04.jpg);
padding-left:50px;
padding-right:70px;
padding-bottom:20px;
padding-top:1px;

}
/* Footer */
#footer
{	
	padding-left:50px;
	padding-right:50px;
	background-image:url(images/index_07.jpg);
	height:55px;
	margin-top:-11px;
}
#footer p
{
	text-align:center;
	position:relative;
	bottom:5px;
}
/* Divers */
p
{
text-indent:18px;
line-height:150%;
}
.footer
{
line-height:110%;
text-indent:0px;
}

li
{
display : list-item;
list-style-image:url(images/2_05.gif);
list-style-position: outside;
margin-left:0px;
}
img{
border:none;
}
a{
color:#01b9ff;
text-decoration:none;
}
a:hover{
color:#01b9ff;
text-decoration:underline;
}
h1{
color:#01b9ff;
font-weight:bold;
font-size:15px;
margin-top:0px;
margin-bottom:10px;
}
.rouge
{
color:red;
}
.bleu
{
color:blue;
}
.float-left
{
	float:left;
}
.decal_float_left
{
	position:relative;
	left:10px;
}
.decal_float_left p
{
	padding-left:100px;
}

