/* CSS Document */

body{
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
background:url(../img/templates/background.jpg) top repeat-x #330000;
line-height:22px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
}


/* BANNIERE */
#top{
width:950px;
height:112px;
background:url(../img/templates/head.png) top center no-repeat;
}

#slogan{
width:400px;
position:relative;
top:5px;
left:300px;
color:#FFFFFF;
font-size:24px;
line-height:30px;
font-family:Georgia, "Times New Roman", Times, serif;
}

/* FIN DE BANNIERE */


/* MENU */
#menu{
width:950px;
height:28px;
background:url(../img/templates/menu.png) top center no-repeat;
text-align:right;
font-weight:bold;
color:#FFFFFF;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
padding-right:78px;}

.top_menu:link {
	color: #FFFFFF;
	text-decoration:none;
	padding-left:16px;
}
.top_menu:visited {
	color: #FFFFFF;
	text-decoration:none;
	padding-left:16px;
}
.top_menu:hover {
	color:#FF9900;
	text-decoration:none;
	padding-left:16px;
}
.top_menu:active {
	color: #FF6600;
	text-decoration:none;
	padding-left:16px;
}

.top_menu_selectionne {
	color:#FF9900;
	text-decoration:none;
	padding-left:16px;
}

/* FIN MENU */



#corps{
width:950px;
background:url(../img/templates/body.png) top center repeat-y;
}

#footer{
margin-top:15px;
width:950px;
height:46px;
background:url(../img/templates/footer.png) top center no-repeat;
font-size:11px;
color:#FFFFFF;
}
.footer:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
.footer:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer:hover {
	text-decoration: none;
	color:#FFFFFF;
}
.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}


#actu{
/*border-bottom:#C61E00 solid 3px;
border-top:#C61E00 solid 1px;
background-color:#FC8741;*/
padding:5px 5px 5px 5px;

}

/* LIENS NORMAUX */
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
a {
	font-weight: bold;
}

li {
list-style-image:url(../img/templates/puce.jpg); list-style-position:outside; margin-top:4px;
}

#tableau_liste td {border-bottom:#CCCCCC solid 1px;}

.info{
color:#666666;
}

.petite_info{
font-size:11px;
color:#333333;}