/*********/
/*general*/
/*********/

*{
margin: 0;
padding: 0;
border: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-decoration: none;
color: #000;
}

body {
	margin: 0px 0 20px 0;
	text-align: center;
	background-color:#173579;
	height:615px;
	background-image:url(/web/img/accueil/fond_body.gif);
	background-repeat:repeat-x;
	}

#general {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	}
	
#general #logo {
	position:absolute;
	width:244px;
	height:140px;
	top:130px;
	left:380px;
}	

#general #bandeau{
	width:1000px;
	height:383px;
	background-image:url(/web/img/accueil/bandeau.jpg);
	background-repeat:no-repeat;
	
}
	
#general #bande_rouge{
	width:1000px;
	height:34px;
	background-color:#da2300;
	
}

#general #bande_rouge p{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	line-height:34px;
	vertical-align:middle;
	padding:0px 0px 0px 40px;
	float:left;
	
}

#general #bande_rouge #drapeaux{
	width:230px;
	float:left;
	margin:5px 0px 0px 40px;
}


#general #bande_rouge #drapeaux p{
	padding:0px 25px 0px 0px;
	width:48px;
	float:left;
}
