body {
	color:#000000;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/deco/bgsmall.jpg);
	background-position: center top;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
}

p,ul,div {
	margin:0px;
	padding:0px;
}

#header {
	background-image:url(../images/deco/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left: auto;
	margin-right: auto;
	width: 923px;
	height: 300px;
	background-color:#FFFFFF;
}
#header #anim {
	width:264px;
	height: 290px;
	margin-left: 600px;
	margin-top: 10px;
	padding: 0;
}
#menu {
	height:40px;
	width:923px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background-image: url(../images/deco/bg_menu.jpg);
	background-repeat: repeat;
}

#content a {
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	background-color:#CCCCCC;
	padding:5px;
}
#content a:hover {
	background-color:#9BC4E0;
}
#content {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:923px;
	height: 100%;
}

#left_content{
	float:left;
	width:250px;
	height: 100%;
}
#left_content a img{
	margin:0;
	padding:0;
}

#lien_photo {

}
#lien_photo a {
	width:250px;
	height:51px;
	display: block;
	margin: 0;
	padding: 0;
	background-image: url(../images/deco/photos.jpg);
}

#bg_text_left {
	width:230px;
	height:108px;
	background-image: url(../images/deco/bg_texte_left.jpg);
	padding: 10px;
}
#bg_text_left p{
	color:#000000;
}

#bg_text_right {
	width:230px;
	height:108px;
	background-image: url(../images/deco/bg_texte_left.jpg);
	background-repeat:repeat;
	padding: 10px;
}
#middle_content{
	float:left;
	width:410px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}
#middle_content h1{
	font-size: 18px;
	text-transform: uppercase;
	color: #F1BB01;

}
#middle_content p{
	margin-bottom:10px;
	color: #FFFFFF;

}
#middle_content p strong {
	color: #40211C;

}
#right_content{
	float:right;
	width:250px;
	height: 100%;
}

#content table tr td.left, #content table tr td.right {
	background-image: url(../images/deco/bg_td.jpg);
	
}
