* {
	margin:0; padding:0;
}

html,body {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size:100%;
	height:100%;
}

h1 {
	font-size:1em;
}
h2 {
	font-size:1.1em;
	color:#e95e27;
	font-variant:small-caps;
}

a { text-decoration:none; color:#000; }
a:hover { color:#e95e27; }

a img { border:0; }

ul {
	list-style:url(../images/puce.gif);
}

.marron { color:#3e2010; }
.orange { color:#e95e27; }
.blanc  { color:#fff; }

.conteneur {
	width:1000px;
	margin:auto;
}

	.entete {
		height:275px;
		padding-top:30px;		
	}
		.logo {
			width:50%;
			text-align:center;
			padding-top:50px;
		}
		.haut_droit {
			width:50%;
			float:right;
			text-align:center;
		}
		
	.menu {
		border-bottom:2px solid #e95e27;
	}
	
		.colmenu {
			width:150px;
			text-align:center;
			font-size:0.8em;
		}

	.contenu {
	}
		.cont_g {
			font-size:0.9em; text-align:justify;
			width:50%;
		}
		.cont_d {
			float:right;
			font-size:0.9em;
			width:49%;
		}
			.margin_cont {
				margin:20px;
			}
	
	.spacer_bottom {
		height:60px;
		clear:both;
	}

.video {
	position:fixed;
	width:100%; height:100%;
	top:0px; left:0px;
	background-color:#000;
	opacity:0.8;
	z-index:2;
	display:none;
}

	.v_v {
		z-index:3;
		width:880px; height:622px;
		position:absolute;
		top:50%; left:50%;
		margin-left:-440px; margin-top:-311px;
		display:none;
		text-align:center;
	}
/********************FONCTIONNALITES**********************/
.cont_d div {
	display:none;
	font-size:0.9em;
}

.cont_d #def div { display:block; }
/*********************************************************/

.bas_footer {
	position:fixed;bottom:0px;
	width:100%;height:45px;
	background-color:#3e2010;
	border-top:2px solid #e95e27;
	z-index:1;
}

	.footer {
		width:1000px;
		margin:auto;
		color:#fff;
		font-size:0.6em;
		margin-top:15px;
	}
	
		.menu_footer {
			float:right;
			font-size:1.2em;
		}
