body {
margin:0;
padding:0;
background-image:url(images/back_color.jpg);
background-repeat: repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;	
}
#global {
position:absolute;
width: 910px;
left:50%;
margin-left:-455px;
}
#header {
margin-bottom:20px;
}
/*
//
//
//link///////////////////////////////
//
//
*/
a:link, a:visited {
color:#0066CC;
text-decoration:none;
}
a:hover {
color:#003399;
text-decoration:underline;
}

/*
//
//
//content///////////////////////////////
//
//
*/
#titre {
width:850px;
height:30px;
margin-left:30px;
line-height:30px;
padding-bottom:30px;
padding-top:10px;
}
#corps {
width:835px;
margin-left:40px;
padding-bottom:30px;
}
#content {
background-image:url(images/back_cadre.jpg);
width:910px;
background-repeat:repeat-y;
margin:0;
padding:0;	
}
#top_content {
background-image:url(images/top_cadre.jpg);
width:910px;
height:15px;
background-repeat:no-repeat;
margin:0;
padding:0;
}
#bottom_content {
background-image:url(images/bottom_cadre.jpg);
height:15px;
width:910px;
background-repeat:no-repeat;
margin:0;
padding:0;
}
/*
//
//
//footer///////////////////////////////
//
//
*/
#footer {
font-size:10px;
}