/* CSS site ANIL */


body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contenair {
	width: 960px;
	height: auto;	
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	background-image: url(../images/background_page.jpg);
}

#header {
	width: 960px;
	height: 91px;
	background-image:url(../images/header.jpg);
}

#puces_header {
	padding-top: 70px;
	text-align: right;
	margin-right: 15px;
}

#menu {
	width: 950px;
	/*border-right: 1px solid black;*/
	/*height: 51px;	*/
}

#contenu {
width:935px!important;
	padding-right:25px!important;
	width: 940px;
	padding-right:20px;
	height: auto;	
}

#footer {
	width: 960px;
	height: 10px;	
}





/* Textes Footer
/------------------------------------*/

.texte_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

.texte_copyright a:link, .texte_copyright a:visited, .texte_copyright a:active {
	color: #333333;
	text-decoration: none;
}

.texte_copyright a:hover {
	color: #CC0000;
	text-decoration: none;
}
