
html {font-size: 100%;}

body {
	background: #2C2F22 url(images/fond-fiche.gif) center repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
  	margin: .5em 0 .5em 0;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}

h3 {
	margin: .1em 0 .1em 0;
}

a {
	text-decoration : none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a img {border: none;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Divers elements de type en-ligne */
em {
	font-style: italic;
}



/* Barre de recherche */
.recherche {
	position: absolute;
	right: 50%;
	margin-right: -470px;
	top: 0;
	background:  url(images/recherche_fond.gif) repeat-x;
	padding: 3px 10px 1px 4px;
	height: 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	 z-index: 0;
}
.recherche input {
	margin: 0 1px 0 5px;
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
	background: #f5eeee;
	color: #000;
	border: solid 1px #333;
	}
.recherche .rech_droite {
	height: 30px; width: 5px;
	position: absolute; top: 0px; right: 0px;
	background-image:   url("images/recherche_d.gif"); background-repeat: no-repeat; z-index: 1;
	}
.rech_gauche {
	position: absolute;
	left: 0;
	top: 0;
}


#centre {
	background: #ffffff url(Carreaux.GIF);
}

/* Contenu principal */
#principal {
	color: #181A12;
}
#principal a {
	color: #B02020;
}
#principal a:hover, #principal a:focus {
	color: #201010;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0px 0px;
}
#global {
	width: 1010px;
	margin: 0 auto;
	height : 100%;
}

/* En-tete */
#entete {
	padding: 10px;
	background: #ffffff url(Carreaux.GIF);
}


.trombone {
	position: absolute;
	right : 50%; margin-right : -400px; top: 65px;
}
.morpion {
	position: absolute;
	left : 50%; margin-left : -410px; top: 24px;
}


/* Menu de navigation */

#navigation {
	background: #990d0c;
	background-image:linear-gradient(#B00F0E, #690908);
	background-image:-webkit-linear-gradient(#B00F0E, #690908);
	color: #fff;
	padding: 12px 15px;
}
#navigation ul {
	width: 100%;
	overflow: hidden;
	margin: 0; padding: 0;
	list-style: none;
}
#navigation li.gauche {
	float: left;
	margin-right: 10px;
	font-size: 1.4em;
}
#navigation li.droite {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 3px 0;
}
#navigation a {
	color: #fff;
	padding: 6px;
	font-size: .9em;
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus {
	background: #800404;
	color: #ddd;
	text-decoration: underline;
}

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

/* Contenu principal */

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


/* Contenu secondaire */
#secondaire {
	margin: 15px 10px 10px 10px;
	float: right; 
	width: 200px; 
}

/* titre encadre en rouge */
.principal-titre {
	position: relative;
	 background-color: #990d0c;
	background-image:linear-gradient(#B00F0E, #690908);
	background-image:-webkit-linear-gradient(#B00F0E, #690908);
	border-radius: 8px; 
}

.principal-titre .content {
	position: relative;
	padding: 4px 4px 4px 14px;
	color: #ffffff;
}


/* menu du cote */
#sidebar {
	width: 200px;
	float: right;
	line-height: 150%;
}

#sidebar ul {
	margin: 0;
}

#sidebar ul li {
	background: #109010;
	background-image:linear-gradient(#0A5C0A, #109010);
	background-image:-webkit-linear-gradient(#0A5C0A, #109010);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	list-style-type: none;
	margin: 0 0 20px 0;
}

#sidebar ul li h2 {
	background: #010C73;
	background-image:linear-gradient(#02119E, #010740);
	background-image:-webkit-linear-gradient(#02119E, #010740);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 33px;
	color: #ffffff;
	text-align:center;
	font-size: 18px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0;
}

#sidebar ul li ul {
	margin: 0;
	padding: 12px;
	color: #ffffff;;
}


#sidebar a {
	color: #f9F9F9;
    text-decoration: none;
}

#sidebar a:hover {
	color: #900000;
}


/* bas de la page */
#basdepage {
	background: #990d0c;
	text-align:center;
	height: 21px; line-height: 21px;
	color: #ffffff;
	margin: 0 0 0 0;
	padding-right: 20px;
	clear:both;
}

#basdepage a {
	color: #ffffff;
}

#basdepage2 {
	background: #6f0505;
	text-align:center;
	height: 21px; line-height: 21px;
	color: #ffffff;
	margin: 0 0 0 0;
	padding-right: 20px;
	clear:both;
}