/*****************************************/
/*SITE ESF Arcs 1800 §  
/*****************************************/
/* couleurs utilisees
gris footer		background:#c8cbcc;
rouge footer 	background:#e41c31;
rouge			color:#e41c31;
gris texte		color:#857f80;
*/
/*****************************************/
/*layout suite SITE ESF Arcs 1800 */
/*****************************************/

#flash
{
	width:100%;
	height:380px;
	text-align:center;
}
#container
{
	background:url(../img/fd-page.gif) no-repeat top left;
}
/*****************************************/
/*navigation  */
/*****************************************/
#nav1
{
	position:absolute;
	margin-top:160px;
	margin-left:170px;
}
#nav1 LI A
{
	text-transform:uppercase;
	width:185px;
	margin:2px 0;
	padding:5px;
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	color:#857f80;
}
#nav1 LI A:hover,#nav1 LI A.current
{
	background:#e41c31;
	color:white;
}
#nav2
{
	padding-top:10px;
	height:40px;
	margin-left:420px;
	text-align:left;
}

/*****************************************/
/*contenu  */
/*****************************************/

#contenu
{
	padding:0 0 30px 0;
}
#col1
{
	float:left;
	width:400px;
}
#col2
{
	float:left;
	width:570px;
	margin-left:40px;
}
#cartedusite
{
	text-transform:uppercase;
}
#cartedusite A
{
	text-decoration:none;
	font-weight:bold;
	color:#857f80;
}
#cartedusite A:hover
{
	color:#e41c31;
}

#footer
{
	background:#c8cbcc url(../img/fd-footer.gif) no-repeat top right;
}