* {margin:0;padding:0}
html,body{height:100%;width:100%;}

body{
	margin:0;
	background-color:#cc0202;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
}
a{
	color:#FFFFFF;
}
img{
	border:none;
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
z-index:5;
}

#container{
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;
z-index:4;
}

#inner {
width: 955px;
height: 700px;
margin-left:auto;
margin-right:auto;
z-index:3;
}

#inner1{
width: 100%;
height: 700px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
z-index:2;
}


#color{
	position:absolute;
	bottom:0;
	background-color:#6c0000;
	width:100%;
	height:80%;
	z-index:1;
}
#bt_accueil{
	float:left;
	background-image:url(../images/bt_accueil.jpg);
	width:225px;
	height:44px;
}
#bt_accueil:hover{
	background-image:url(../images/bt_accueil_over.jpg);
}
#bt_biographie{
	float:left;
	background-image:url(../images/bt_biographie.jpg);
	width:225px;
	height:40px;
}
#bt_biographie:hover{
	background-image:url(../images/bt_biographie_over.jpg);
}
#bt_commanditaires{
	float:left;
	background-image:url(../images/bt_commanditaires.jpg);
	width:225px;
	height:35px;
}
#bt_commanditaires:hover{
	background-image:url(../images/bt_commanditaires_over.jpg);
}
#bt_calendrier{
	float:left;
	background-image:url(../images/bt_calendrier.jpg);
	width:225px;
	height:37px;
}
#bt_calendrier:hover{
	background-image:url(../images/bt_calendrier_over.jpg);
}
#bt_photos{
	float:left;
	background-image:url(../images/bt_photos.jpg);
	width:225px;
	height:39px;
}
#bt_photos:hover{
	background-image:url(../images/bt_photos_over.jpg);
}
#textBack{
	background-image:url(../images/maquette_03.jpg);
	width:757px;
	height:322px;
	vertical-align:top;
}
.big_box{
	height:282px;
	padding:10px;
	width:737px;
	margin-top:15px;
}
#nouvelles{
	float:left;
	height:282px;
	overflow:auto;
	width:435px;
}
.nouvelle_titre{
	width:400px;
	font-weight:bold;
}
.nouvelle_texte{
	width:400px;
	text-align:justify;
	margin-left:10px;
}
#big_photo{
	float:left;
	width:403px;
	height:250px;
	margin-left:20px;
}
#thumb{
	float:left;
	width:275px;
	margin-left:35px;
}
.photos{
	margin:5px;
	margin-left:0;
}
#hr{
	float:left;
	background-image:url(../images/hr.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:245px;
	padding-left:5px;
	padding-right:5px;
}