/* CSS Layout Ewindsurf */


body {
	margin:0;
	padding:0;
	background: url(../images2/bg_header.jpg) repeat-x left top #FEFEFE;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#conteneur {
	display:block;
	margin:auto;
	width:990px;
	background-color:#EFEFEF;
}
div#menu_flash {
	margin:0;
	padding:0;
	width:990px;
	height:140px;
	background-color:#000000;
}
div#contenu {
	overflow:hidden;
	width:990px;
	background: url(../images2/bg_contenu.jpg) repeat-y right top #FFFFFF;
}
	div#corps{
		float:left;
		width:596px;
		margin-left:5px;
		background:url(../images2/bg_contenuTexte.jpg) repeat-x left top;
	}
	div#cadre_gauche{
		float:left;
		margin-top:-5px;
		float:left;
		width:230px;
	}
	div#cadre_droite {
		float:right;
		display:block;
		overflow:hidden;
		width:156px;
		margin:0;
	}

/* Spacer */
div.spacer_conteneur {
	display:block;
	clear:both;
	width:940px;
	height:25px;
}
div.spacer_corps {
	float:right;
	width:4px;
	height:200px;
}
div.spacer_titre {
	clear:both;
	width:580px;
	height:4px;
}
div.spacer_ssmenu_haut{
	clear:both;
	height:20px;
	width:200px;
}
div.spacer_ssmenu_bas{
	clear:both;
	height:50px;
	width:200px;
}
div.spacer_ssmenu_bas{
	clear:both;
	height:50px;
	width:200px;
}
div.spacer_bas{
	clear:both;
	height:20px;
	width:200px;
}
div.spacer_contenuBg {
	clear:both;
	width:100%;
	height:auto;
	background:repeat-x url(../images2/bg_contenu_separateur.jpg) left top;
}
div.spacer{
	clear:both;
	height:10px;
	width:100%;
}


/* Titre */
p#chemin{
	float:left;
	clear:both;
	display:block;
	width:560px;
	height:16px;
	line-height:16px;
	padding-left:15px;
	margin:9px 0 0 10px;
	font-size:11px;
	background: url(../images2/icon_url.jpg) no-repeat left bottom;
}
h1#titre{
	float:left;
	width:430px;
	margin:0 0 0 10px;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	border:none;
}
p.url{
	margin-top:20px;
	margin-bottom:10px;
}

div#recommandation{
	float:right;
	width:130px;
	text-align:right;
	margin-top:1px;
	padding-right:10px;
}
	span#recommander {
		float:right;
		height:25px;
		line-height:25px;
		padding-right: 25px;
		padding-bottom: 2px;
		margin-left:10px;
		color:#666666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		cursor:pointer;
		background: url(../images2/icon_recommander.jpg) no-repeat right;
	}
	span#imprimer {
		float:right;
		height:25px;
		line-height:25px;
		padding-right: 25px;
		padding-bottom: 2px;
		color:#666666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		cursor:pointer;
		background: url(../images2/icon_imprimer.jpg) no-repeat right;
	}
	span#imprimer:hover, a#recommander:hover { color:#999999; } 

/* Galerie photo */
object#galerie{
	float:right;
	margin:10px;
	width:360px;
	height:270px;
}



/* Message valide et false */
p.ok{
	font-weight:bold;
	margin-top:15px;
	padding-left:20px;
	background-image: url(../images/icon_ok.gif);
	background-repeat: no-repeat;
}
p.off{
	font-weight:bold;
	margin-top:15px;
	margin-bottom: 10px;
	padding-left:20px;
	background-image: url(../images/icon_off.gif);
	background-repeat: no-repeat;
}

