/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 08
   © 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 {
	background-color:#2C2F22;
	background:url(img/milieu.gif) top center repeat-y;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5F5F5F;
}

h1
{
	/*text-indent: -9999px;*/
	visibility:hidden;
}

h2
{
color:#d15f06;
}

h3
{
color:#d15f06;
}

#conteneur
{
background:url(img/top.jpg) top center no-repeat;
}


a {
	color: #332510;
}
a:hover, a:focus {
	color: #744D26;
}

a img {border:none;}

li 
{
margin-left:-5px; 
}

#actualites
{
margin-top:30px;
padding-top:90px;
padding-left:18px;
padding-right:10px;
height:220px;
background:url(img/actu.jpg) no-repeat;
}

#newsletter p
{
font-size:1.2em;
font-weight:bold;
margin-bottom:0px;
}

/* Navigation */

#navigation a {
	color: #242424;
	font-weight:bold;
}
#navigation a:hover{
color:#744D26;
}

#navigation #en-cours a {
	color: #d15f06;
}

/* Bloc central */
#centre {
	background: url(img/08-colonnes.png) repeat-y; /* Voir -> Note 1 */
}

/* Contenu principal */
#principal {
min-height:300px;

}

/* Tableau */
.table_entete
{
background-color:#D2B999;
text-align:center;
font-size:1.2em;
color:#DDB888;
}

.table_ligne1
{
background-color:#E0DCD7;
text-align:left;
font-size:1em;
height:20px;
border:1px solid #E0E0E0;
}

.table_ligne2
{
background-color:#FDFCFA;
text-align:left;
font-size:1em;
height:20px;
}

/* Contenu secondaire */
#secondaire {
/* -> 2 */
}



/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 900px;
	margin: 0 auto; /* -> 3 */
}

/* En-tête */


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

/* Menu de navigation */
#navigation {
    margin-top:230px;
	margin-left:60px;
	margin-bottom:15px;
    padding : 0;
	list-style-type: none;
}

#navigation ul {
	width: 100%;
	overflow: hidden;
	padding: 0;
	list-style: none;
	text-align:center;
}
#navigation li.gauche {
	float: left;
	margin-right: 18px;
	font-size: 1.4em;
}

#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}


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

/* Contenu principal */
#principal {
	float: left; /* -> 5 */
	width: 560px;
	padding: 10px 20px;
}

#principal_large {
	float: left; /* -> 5 */
	width: 800px;
	padding: 10px 20px;
}

#principal_large p, #principal_large li {
	line-height: 1.5;
}

#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 620px; /* -> 6 */
	margin-right: 20px;
	padding: 12px 0;
}

/* Mention de copyright */
#copyright {
	margin: 20px 0;
	font-size: .85em;
	text-align: left;
}

#footer {
border-top:2px dashed #F1F1F1;
width:98%;
height:40px;
text-align:center;
color:#4E4D4D;
font-size:0.8em;
padding-top:10px;
padding-bottom:10px;
margin-top:20px;
margin-left:20px;
}

