* {
margin:0;
padding:0;
}

body {
background-image: url(images/fond_color02.jpg);
background-repeat: repeat;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
}
#global {
background-image:url(images/fond_color.jpg);
background-repeat:repeat;
}
a:link, a:visited {
color:#CC6600;
text-decoration:underline;
}
a:hover {
color:#CC6600;
text-decoration:none;
}
/*
//
//
//
//
////////////////
////////////////
//
//
//
//
*/
#navigation {
background-image:url(images/motif_bois.jpg);
background-repeat:repeat-x;
}
#content {
margin-left:50px;
margin-bottom:50px;
}
#titre h3 {
margin-top:30px;
margin-bottom:30px;
}
.texte_gras_12 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/*
//
//
//
//
////////////////
////////////////
//
//
//
//
*/
#footer {
background-image:url(images/fond_footer.jpg);
background-repeat:repeat-x;
height:70px;
font-size:10px;
}
#footer a:link, #footer a:visited {
text-decoration:none;
color:#000000;
}
#footer a:hover {
text-decoration:underline;
color:#000000;
}
