/*----------------------------------------------------------------------------------*/
/*---------------------------- GENERALITES -----------------------------------------*/
/*----------------------------------------------------------------------------------*/
* {margin: 0;padding: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
}
/* Titres */
h1 {color: #006FB4;font-size: 40px; margin: 2px 0 5px 0; padding: 10px 0 2px 0;}
h2 {font-size: 24px; color: #F99C38; text-transform: uppercase; border-bottom: dotted 1px #F99C38;margin: 2px 0 5px 0; padding: 10px 0 2px 0;}

/* Liens */
a { text-decoration: underline; color: #66A9D2;}
a:hover { text-decoration: none; color: #66A9D2;}
a img { border: none;}

/* Paragraphe */
p {margin:0; padding: 0;}

/* Liste */
ul {margin: 0 0 5px 0; padding:0;}
li {padding: 0; list-style: none;}
.curseur {cursor: hand;}
/*------ Couleurs --------*/
/* Bleu */
.BleuFonce {color: #006FB4;}
.BleuMoyen {color: #338CC3;}
.Bleu {color: #66A9D2;}
.BleuClair {color: #99C5E1;}
.BleuPale {color: #CCE2F0;}
/* Vert et Orange */
.VertFonce {color: #57C010;}
.Vert {color: #99FF33;}
.VertClair {color: #C2FF85;}
.Orange {color: #F99C38;}
.OrangeClair {color: #FBC976;}
/* Gris*/
.Gris {color: #666;}
.GrisMoyen  {color: #8C8C8C;}
.GrisClair {color: #999;}

/*--------- Page ---------*/
#Conteneur { 
	position: absolute;
	width: 900px; 
	height: 100%;
}
/*----------------------------------------------------------------------------------*/
/*---------------------------- BLOC GAUCHE -----------------------------------------*/
/*----------------------------------------------------------------------------------*/
#BlocGauche {
	position: relative;
	top:0;
	left: 0;
	z-index: 10;
	width: 310px;
	height: 800px;
	background-position: left top;
	background-repeat: repeat-y;
	background-color: transparent;
	background-image: url(../images/bandeau/fondBandeau.png);
}
#MenuConteneur {
	width: 270px;
	height: 180px;
	padding: 8px 0 12px 20px;
}
#Menu {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
#Menu ul {
	list-style: none;
	border-top: 1px solid #FFF;
}
#Menu li {
	text-align: right;
	border-bottom: 1px solid #FFF;
	padding:0 5px 0 0;
}
#Menu a {
	display: block;
	padding: 0 18px 0 0 ;
	text-decoration: none;
	color: #FFF;
	line-height: 25px;
	background: url(../images/pictos/puceAccueil.gif) no-repeat right center;
}
#Menu a:hover {
	text-decoration: none;
	color: #C6F7A6;
	background: url(../images/pictos/puceAccueilSurvol.gif) no-repeat right center;
}

/* Entete Bienvenue */
#EnteteBienvenue {
	width:239px;
	height:122px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/bandeau/bienvenueLocmaria.png);
	margin: 0 0 0 30px;
}
/* Forme */
#Forme {
	width:100px;
	height:100px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/bandeau/forme.png);
	margin: 12px 0 0 160px;
}

/* Coordonnees*/
#Coordonnees {
	margin: 60px 0 0 50px;
	padding: 2px 0 0 0;
}
#Coordonnees p {
	background-color: transparent; 
	background-position: left 1px;
	background-repeat: no-repeat;
	background-image: url(../images/pictos/puceEnveloppe.gif);
	text-indent: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #99C5E1;
}
#Coordonnees a {
	color: #FFF;
	text-decoration: none;
}
#Coordonnees a:hover {
	color: #C2FF85;
	text-decoration: none;
}
.Contact {
	font-size: 12px;
	font-weight: normal;
	color: #66A9D2;
}
/*----------------------------------------------------------------------------------*/
/*---------------------------- BLOC CONTENU ----------------------------------------*/
/*----------------------------------------------------------------------------------*/
#BlocContenu {
	position: absolute;
	top:0;
	left: 300px;
	z-index: 0;
	width: 590px;
	height: 840px;
	background-color: #FFF;
}
/*---------------------------- BLOC ENTETE -----------------------------------------*/
#Entete {
	width:100%;
	height:130px;
	padding: 0 1px 0 1px;
}
/* Zone date */
#Date {
	float: right;
	margin: 5px 5px 0 0;
	color: #F99C38;
	text-align: left;
	font-size: 11px;
}
#BlocTitre {
	float: left;
	width: 100%;
	height: 70px;
	padding: 5px 0 0 0;
}
.Logo {
	float: left;
	padding: 0 20px 0 15px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 69px;
	height: 57px;
}

/* Zone de texte défilant*/
#zoneMessage {width: 520px;}
.titreMessage, .finMessage, .texteMessage {
	position: absolute;
	top: 105px;
	font-size: 12px;
	color: #F99C38;
	font-weight: bold;	
}
.titreMessage {left: 15px;}
.finMessage {right: 15px;}
.texteMessage {
	left: 85px;
	right: 35px;
	color: #006FB4;
	font-weight: normal;
}
.texteMessage a {
	text-decoration: underline; color: #006FB4;
}
.texteMessage a:hover {
	text-decoration: none; color: #006FB4;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------- ANIMATIONS --------------------------------------------*/
/*----------------------------------------------------------------------------------*/
#Animation {
	width: 544px;
	height: 490px;
	background-color: #99FF33;
	border: 1px solid #006FB4;
}
.imageFixe {
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}
/*----------------------------------------------------------------------------------*/
/*----------------------------- COPYRIGHT -----------------------------------------*/
/*----------------------------------------------------------------------------------*/
#Copyright  {
	text-align: center;
	margin: 195px 0 0 0;
	color: #006FB4;
	font-weight: bold;
	font-size: 10px;
}
#Copyright a {
	color: #66A9D2;
	text-decoration: none;
}
#Copyright a:hover {
	color: #66A9D2;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------*/
/*----------------------------- SEPARATION -----------------------------------------*/
/*----------------------------------------------------------------------------------*/
.Separation { clear:both;}
