@import "nav.css";
@import "contact.css";

/* -------- CSS GENERAL -------- */
	
html {
 margin: 0;
 padding: 0;
}

/* Normalise les marges et le remplissage */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, select, p, blockquote, th, td {
 margin: 0;
 padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	background:#f7f5eb url(../images/deco/bg_site.jpg) top center repeat-x scroll;
	color: #0d3d61;
}


/* Normalise les tailles de polices pour les en-têtes */

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

/* COULEURS ET TAILLES POLICES */

h3{
	padding:0 0 15px 0;
	font-size:1.2em;
	color:#73a5ca;
}

h4{
	padding:5px 0 5px 0;
	font-size:1.1em;
}

p{
	padding:5px 0 10px 0;
	font-size:.8em;
}
/*  Supprime list-style pour les listes*/

ol, ul{
	list-style:none;
}

/* Supprime les bordures dans éléments fieldset et img*/

fieldset, img{
	border:0;
}

/* clear */

.clear{
	clear:both;
}

/* Mentions légales */

p.mentions_legales{
	padding:10px;
	font-size:.8em;
	color:#fff;
}


/* -------- GENERAL -------- */

#global{
	margin:0 auto;
	width:980px;
	/* min-height pour tous, ligne ignorée par IE */
	min-height:450px;
	background:transparent url(../images/deco/bg_global.jpg) scroll center top no-repeat;
}

/* -------- HEADER -------- */

#header{
	margin:0 auto;
	width:870px;
	position:relative;
}

#header h1{
	top:40px;
	left:0px;
	width:157px;
	height:167px;
	font-size:1.2em;
	color:#2a1b0f;
	text-indent:-9999px;
	position:absolute;
	z-index:10;
}

#header h2{
	padding:25px 20px 0 200px;
	font-size:1em;
	color:#192F12;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}


/* -------- CONTENU -------- */

#content{
	margin:0 auto 20px auto;
	width:870px;
	/* min-height pour tous, ligne ignorée par IE */
	min-height:450px;
}

#content ul.liste_index{
	padding:37px 0 0 46px;
	width:812px;
	min-height:225px;
}

#content ul.liste_index li{
	padding:10px;
	float:left;
	min-height:205px;
	display:block;
}

#content ul.liste_index li a, #content ul.liste_index li a:hover{
	color:#7e4c2c;
	text-decoration:none;
}

#content ul.liste_index li h3{
	padding:10px 0 0 0;
	color:#7e4c2c;
	font-size:1.2em;
	text-align:center;
}

#content ul.liste_index #bloc1{
	width:252px;
	left:0;
}

#content ul.liste_index #bloc2{
	width:252px;
	left:272px;
}

#content ul.liste_index #bloc3{
	width:248px;
	left:544px;
}

#content_main, #content_sub{
	margin:20px 0 0 0;
}

#content_main{
	padding:20px 20px 10px 20px;
	width:500px;
	float:left;
}

#content_main ul.liste{
	padding:0 0 10px 0;
	color: #0d3d61;
	list-style-type:none;
	font-size:.8em;
}

#content_main ul.liste li{
	margin:5px 0 0 0;
}

#content_main .filet{
	margin:15px 0 15px 0;
	width:500px;
}

#content_main a{
	color:#192F12;
	text-decoration:underline;
}

#content_main a:hover{
	text-decoration:none;
}

#content_sub{
	padding:20px 0 10px 0;
	width:330px;
	float:right;
}

#content_sub .video{
	width:320px;
}

#content_sub .video_youtube{
	margin:10px auto 15px auto;
	width:320px;
}

#content_sub .filet{
	margin:15px 0 15px 0;
	width:320px;
}


/* -------- FOOTER -------- */

#footer{
	margin:0 auto;
	width:830px;
	font-size:0.7em;
	border-top:#2a1b0f dotted 1px;
}

#footer ul.left, #footer ul.right{
	padding:10px 0 0 0;
}


/* -------- Validate -------- */

#validate{
	margin:0 auto 15px auto;
	width:830px;
}