@charset "utf-8";
/* DEFINITIONS GENERALES */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	background-color: #1a181d;
	color: #B7B7B7;
}

body a
{
	color: #B7B7B7;
}

body img
{
	border: 0;
}

/* HEADER */

#header
{
	height: 120px;
	width: 100%;
	background-image: url(imgs/header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
}

#drapeaux
{
	text-align: right;
}

#drapeaux a
{
	margin-right: 10px;
}

/* INDEX */

#texte_index
{
	margin-left: 30px;
	margin-top: 30px;
	width: 42%;
}

#texte_index p
{
	padding-top: 20px;
	font-size: 1.4em;
}

#texte_index img
{
	width: 100%;
}

#carte_flash
{
	position: absolute;
	width: 50%;
	top: 160px;
	right: 30px;
	height: 376px;
}

/* FOOTER */

#footer
{
	margin-top: 70px;
	margin-bottom: 10px;
	text-align: center;
}

.telephone
{
	font-size: 1.2em;
}

.copyright
{
	font-size: 0.8em;
}

/* REREFENCEMENT */

#referencement
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 400px;
	padding: 17px;
	width: 1100px;
	text-align: center;
	background-color: #857b5e;
	box-shadow: 2px 2px 5px #1c1a19;
	color: #FFFFFF;
}

#referencement a
{
	color: #FFFFFF;
}

#referencement p
{
	font-size: 0.8em;
}

/* DIAPORAMA - PLAN - DECOUVRIR */

/* MENU */

nav
{
	display: inline-block;
	height: 8%;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}

nav ul
{
	list-style-type: none;	
}

nav li
{
    display: inline-block;
	width: 25%;
    margin-right: 15px;
}

nav a
{
	font-size: 1.1em;
	text-decoration: none;
	color: #1a181d;
}

nav a:hover
{
    border-bottom: 2px solid;
}

#retour
{
	position: absolute;
	top: 3px;
	left: 3px;
}

/* DIAPORAMA */

#flashContainer
{
	width:100%;
	height:84%;
}

/* PLAN */

#plan1, #plan2, #plan3, #texte1, #texte2, #texte3
{
	display: inline-block;
}

#plan1, #plan2, #plan3
{
	padding-bottom: 10px;
	width: 380px;
	height: 210px;
}

#plan2, #texte2
{
	margin-right: 20px;
	margin-left: 20px;
}

#texte1, #texte2, #texte3
{
	padding-top: 10px;
	width: 380px;
	vertical-align: top;
}

#texte1 p, #texte2 p, #texte3 p
{
	font-size: 0.8em;
	text-align: left;
	padding-left: 8px;
	margin: 5px;
}

#plans
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 130px;
	padding: 17px;
	width: 1200px;
	text-align: center;
	background-color: #857b5e;
	color: #FFFFFF;
}

/* DECOUVRIR */

#images_et_texte
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 130px;
	width: 900px;
	height: 300px;
	padding: 15px;
	background-color: #857b5e;
	color: #FFFFFF;
}

#images_decouvrir
{
	width: 540px;
	display: inline-block;
}

#images_decouvrir img
{
	vertical-align: middle;
}

.texte_decouvrir
{
	margin-top: 55px;
	margin-left: 20px;
	vertical-align: top;
	display: inline-block;
	width: 320px;
	text-align: justify;
}

#footer_decouvrir
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 900px;
	height: 127px;
	/*background-image:url(diaporama/decouvrir/mistral.png);
	background-position: right;
	background-repeat: no-repeat;*/
}

#footer_decouvrir p
{
	color: #FFF; 
	font-size: 0.9em;
}

#footer_decouvrir a
{
	color: #FFF; 
	font-size: 0.9em;
}
	

/* INTERNET EXPLORER */

.old_ie nav, .old_ie nav li, .old_ie #plan1, .old_ie #plan2, .old_ie #plan3, .old_ie #texte1, .old_ie #texte2, .old_ie #texte3, .old_ie #images_decouvrir, .old_ie .texte_decouvrir
{
    display: inline;
    zoom: 1;
}

/* TRUCHET */

#truchet_tmp
{
	background-image: url(diaporama/Truchet/imgs/Truchet_tmp.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
}

#truchet_tmp p
{
	font-size: 1.5em;
	width: 500px;
	position: absolute;
	left: 30px;
	top: 250px;
}

#truchet_tmp a
{
	margin-left: 350px;
	font-size: 0.8em;
}

#plan_truchet
{
	margin-top: 50px;
	background-image: url(diaporama/Truchet/imgs/plan.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1600px;
}
