*
{

   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

body
{

	background-image: 
    url('../images/back_repeat.jpg');
	background-repeat: repeat-x;
	background-color: #00244f;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
	}


#header
{
   width:750px;
   height : 158px;
	background-image: 
    url('../images/back_top.jpg');
	background-repeat: no-repeat;
   margin:0;
   position:relative;
   top:0;
   left:0;
      background-position: top center;
   background-attachment: fixed;
}




/*#intro_back
{
   position: absolute;
   top: 0;
   left: -2px;
}*/
#entier
{
   position:relative;
   top:0;
   background-repeat: repeat-y;
   background-image: url(../images/back_y.jpg);
   margin: auto;
   width: 750px;
   background-position: top center;
   background-attachment: fixed;


}



#total
{
   position:relative;
   top:0;
   width: 675px;
   background-position: top center;
   background-attachment: fixed;
   margin-left: 15px;
   text-align: justify; 
}


ul
{

   margin-left: 20px;
   color: #fff;
   list-style-image: url(../images/list.jpg);
}

#total img
{
	margin: 10px;
}


#bas
{
   position:relative;
   top:-8px;
   background-repeat: repeat-y;
   background-image: url(../images/back_y.jpg);
   margin: auto;
   width: 750px;
   height: 20px;
   background-position: top center;
   background-attachment: fixed;
   font-size:11px;
   color: #fff;


}


h2
{
	color : #ee2e24;

}

p
{
	color : #fff;

}

#pic
{
display : block;
float: left;
margin-right : 10px;


}
 A:link {text-decoration: none; color: #ee2e24; }
A:visited {text-decoration: none; color: #ee2e24;}
A:active {text-decoration: none; color: #ee2e24; }
A:hover {text-decoration: underline; color: #727272;}
