/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10
   © 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: #003;
	background-color: #fff;
}
a {
	color: #003;
}
a:hover, a:focus {
	color: #FFF;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-color: #069;
}

/* Navigation */
#navigation {

}
#navigation a {
	color: #003;
}
#navigation a:hover, #navigation a:focus {
	background-color: #033;
	color: #FFF;
}

/* Contenu principal */
#principal {
	color: #003;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #003;
}

/* Contenu secondaire */
#secondaire {

}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0;
	/* [disabled]text-align: center; */
	margin-left: 0px;
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border:solid medium #003;
	color: #003;
	background-color: #003;
	margin-top: 0;
	
}

/* En-tête */
#entete {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#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 {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
	font-weight: bold;
	font-family: "Segoe Script";
	background-color: #036;
	color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #ccC;
	border: medium solid #003;
}

/* Contenu principal */
#principal {
	float: left;
	width: 460px;
	padding: 10px 20px;
	border: medium none #999;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 700px;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 12px;
	padding-right: 2;
	padding-bottom: 12px;
	padding-left: 2;
	background-color: #069;
}

/* Pied de page */
#pied {
	margin: 0;
	font-size: xx-small;
	background-color:#003;
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	border: medium outset #006;
	background-image: url(../img/mcsfooter.gif);
	background-repeat: no-repeat;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	height: 50px;
}

#pied p{
	color:#003;
	font-size: xx-small;
	
}/* Mention de copyright */
#copyright {
	
	
}

