/* ==============================================
   FEUILLE DE STYLES DE ANNACREA
   © Annacrea 2009
   http://www.annacrea.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: #444444;
	background-image: url(img/body_fonduni.png);
	background-repeat: repeat;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #990000;
}

/* Conteneur central */
#centre {
	background: url(img/11-colgauche.png) repeat-y left top;
}
#centre-bis {
	background-image: url(img/11-coldroite2.png);
	background-repeat: repeat-y;
	background-position: right top;
}

/* Navigation */
#navigation {
	background-image: url(img/navigation.png);
	background-repeat: repeat;
}
#navigation a {
	color: #CC3333;
}
#navigation a:hover, #navigation a:focus {
	background-color: #CC3333;
	color: #F2EBDE;
}

/* Contenu principal */
#principal {
	color: #181A12;
	background-color: #FFFFFF;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#secondaire {
}



/* --- POSITIONNEMENT --- */

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

/* En-tête */
#entete {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	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 */
#navigation {
	float: left;
	width: 180px;
}
#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: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	margin-left: 220px;
	margin-right: 260px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

#principal img {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 200px;
	padding-top: 08px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 25px;
}

/* Pied de page */
#pied {
	margin: 0;
	font-size: 0.85em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

/* Mention de copyright */
#copyright {
	font-size: 1em;
	text-align: center;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
