@charset "utf-8";
/* CSS Document */
body
{
	background:#000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

a img
{
	border:none;
}

a
{
	cursor:pointer;
	color:#c72b27;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
p
{
	margin:0;
	padding:0;
}
/******************************************************************
************ POSITIONNEMENT DES DIFFERENTS BLOCS ******************
******************************************************************/
#global
{
	width:955px;
	height:560px;
	margin:40px auto 0 auto;
}

#bandeau_haut
{
	width:955px;
	height:40px;
}
#contenant
{
	width:955px;
	height:397px;
	padding:10px 0 0 0;
	text-align:center;
}
#bandeau_bas
{
	width:955px;
	height:113px;
	background:#FFF;
}

#bandeau_bas_gauche
{
	float:left;
	width:288px;
	height:113px;
	background:#c62b27;
}

#bandeau_bas_droit
{
	float:right;
	width:667px;
	height:113px;
	background:#FFF;
}
/******************************************************************
************ FIN POSITIONNEMENT DES DIFFERENTS BLOCS **************
******************************************************************/


/******************************************************************
******************* MISE EN FORME DES ELEMENTS ********************
******************************************************************/
.align_droit
{
	text-align:right;
}
/******************************************************************
*************** FIN MISE EN FORME DES ELEMENTS ********************
******************************************************************/
