/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 11
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #333;
	background: #fff;

}
a {
	color: #333;

}

p{
text-align: justify;
}
a:hover{
	color: #FF4C00;
}


/* Conteneur central */
#centre {

}
#centre-bis {

}

/* Navigation */
#navigation {

}


/* Contenu principal */
#principal {
	color: #666666;
	font-size: .85em;
	padding-top:10px;


}
#principal a{
	border-bottom-style: dotted;
	border-bottom-color: #FF4C00;
	text-decoration: none;
	border-bottom-width: 1px;
	}
#principal a:hover{
	
	color: #FF4C00;

	}
/* Contenu principal */
#principal {
	margin-left: 200px;
	margin-right: 240px;
	padding: 10px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
	text-align: justify;
}
#principal hr {
	height: 5px;
	border: none;
	width: 180px;
	border-bottom: 1px dotted #fff;
}

/* Contenu secondaire */
#secondaire {
	background: #EEEEEE;
	font-size: .85em;
	margin-top:20px;
	float: right;
	width: 200px;
	padding: 12px 20px;
	color: #333333;

}
#secondaire p{

	text-align: justify;
}
#secondaire a{
	border-bottom-style: dotted;
	border-bottom-color: #FF4C00;
	text-decoration: none;
	border-bottom-width: 1px;
	}
#secondaire a:hover{
	
	color: #FF4C00;

	}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	margin-top: -25px;
	padding: 0px 5px;
}
#global {
	width: 90%;
	max-width: 90em;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#surtete {


}
#tete {
	padding-left:500px;

}
#entete {
	padding: 0px 0;
	background-image:url(images/silhouettehaut.gif);
	background-repeat:no-repeat;
	height: 160px;

}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
hr {
	height: 1px;
	border: none;
	width: 180px;
	border-bottom: 1px dotted #c5e0ff;
}
#navigation {
	float: left;
	padding-left: 5px;

	font-size:10px;
	

}
#navigation li{
	float: left;
	width: 180px;
		padding-left: 5px;
	border-bottom: 1px dotted #c5e0ff;
	font-size:11px;
	padding: 5px 5px;
	padding-left:0px; 

	margin:0;
	text-transform: uppercase;
	line-height:15px
}
#navigation a:hover{
	color: #4BAA44;}

#navigation a{
	color: #666666;}
li {
   text-align: left;
   padding: 0px ;
   	padding-left: 5px;
   margin: 0;
   }
a:hover
{
   text-color: #000;
}

#navigation ul {
	margin: 0;
	width: 180px;
	padding: 10px 0px 00px 10px;
	list-style: none;
}
#navigation a {
	height: 1%;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
/* Nav2 */



}
#navigation2 li{
	float: left;
	width: 180px;
	border-bottom: 1px dotted #c5e0ff;
	font-size:11px;
	padding: 5px 5px;
	padding-left:0px; 

	margin:0;
	text-transform: uppercase;
	line-height:15px
}
#navigation2 a:hover{
	color: #4BAA44;}

#navigation2 a{
	color: #666666;}
li {
   text-align: left;
   padding: 0px ;
   margin: 0;
   }
a:hover
{
   text-color: #000;
}

#navigation2 ul {
	margin: 0;
	width: 180px;
	padding: 10px 0px 00px 10px;
	list-style: none;
}
#navigation2 a {
	height: 1%;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}






/* Pied de page */
#pied {
	margin: 0;
	text-align: right;
	padding-top: 90px;
	font-size: .7em;
	background-image:url(images/base.jpg);
	background-repeat:no-repeat;
	height: 90px;
	width: 100%;
	color: #666666;
}
#pied a{
	color: #666666;
		text-decoration: none;

}
#pied a:hover{
	color: #4BAA44;;
}

/* Mention nethink*/
#copyright {
	margin-top:-15px;
	padding-left:55px;
	font-size: .7em;
	text-align: left;
}
/* Mention référencement */
#referencement {
	margin-top:15px;
	padding-left:0px;
	font-size: 1em;
	text-align: left;
	color:#CCCCCC;
}

