
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;
}

a {
	color: #0a308b;
}

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

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

li {
	margin: 0;
	padding: 0;
}



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


/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 1010px;
	margin: 0 auto;
	height : 100%;
}




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

/* Contenu principal */

#principal {
    margin-left: 210px; 
	padding: 10px 10px 10px 12px;
	text-align:justify;
}
#principal > :first-child {
	margin-top: 10px;	
}
#principal li {
	line-height: 1.5;
}


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



/* menu du cote */
#sidebar {
	width: 200px;
	float: left;
	line-height: 150%;
	font-size: .9em;
}

#sidebar ul {
	margin: 0;
}

#sidebar ul li {
	background: #109010 url(images/box-rp.gif) left 33px repeat-x;
	list-style-type: none;
	margin: 0 0 20px 0;
}

#sidebar ul li h4 {
	background: #002000 url(images/box-t.gif) left top no-repeat;
	height: 33px;
	color: #ffffff;
	font-size: 17px;
			text-align:center;
	line-height: 33px;
	padding: 0 10px;
	margin: 0;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}

#sidebar ul li ul {
	margin: 0;
	background: url(images/box-b.gif) left bottom no-repeat;
	padding: 12px;
	color: #ffffff;;
}

#sidebar ul li ul li {
	background: none;
	margin: 0;
}

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

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

#sidebar input {
	margin: 2px 1px 0px 5px;
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
	background: #f5eeee;
	color: #000;
	border: solid 1px #333;
	}

