@charset "UTF-8";
/* CSS Document */
/***************************************/
/************ LAYOUT COMMUN ******************/
/***************************************/
/*
rouge : 			color:#d30e0c;
rouge moyen :		color:#6c1212;
rouge fonce :		color:#360303;

 */



#haut
{
	height:292px;
	/*background:url(../img/home/photo.jpg) no-repeat;*/
}
#bas
{
	height:304px;
	background:#5e0303 url(../img/home/fond-accueil.jpg) no-repeat;
}

#diapo
{
	position:absolute;
	margin-top:17px;
	margin-left:620px;

}
#bloc1,#bloc2,#contentbloc1,#contentbloc2

{
	position:absolute;
}
#bloc1
{
	margin-top:-30px;
	z-index:1;
}
#contentbloc1
{
	margin-top:-10px;
	margin-left:20px;
	z-index:10;
	width:310px;
	height:80px;
}
#bloc2
{
	margin-top:100px;
}
#contentbloc2
{
	margin-left:70px;
	margin-top:145px;
}
#contentbloc2 H1
{
	float:left;
	width:316px;
	margin:0;
	padding:0;
	font-size:16px;
}
#contentbloc2 #reduc
{
	font-size:18px;
	font-weight:bold;
}
#contentbloc1 A,#contentbloc2 A
{
	color:white;
	text-decoration:none;
}

#footer
{
	position:absolute;
	margin-top:290px;
	border-top:1px solid #d30e0c;
}

#credits
{
	width:323px;
	position: absolute;
	margin-top:307px;
	margin-left: 625px;
}

