* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
}

/*-------------------
    POSITIONNEMENT
--------------------*/

#page {
	width:95%;
	margin:0 auto;
}

#header {
	/*height: 210px;*/
}

#menu {
display: none;
}

#contenu {
	clear: both;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 20px;
	background-color:white;
}

#sidebar {
display: none;
}

#footer {
	clear:both;
}

/*-------------------
     DECORATION
--------------------*/
/* texte, police */
html { font-size: 100%; }

body { font-size: 100%; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4, caption { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
p, td, th, ul, ol, dl, blockquote { font-size: 1.1em; }
.notes { font-size: 1.0em; }

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #333333;
}

#sidebar, #footer, #access {
	font-size: .9em;
}



/* attributs generaux*/
a {
	color: #4F8000;
	text-decoration: underline;
}

a:hover {
	color: #804200;
	text-decoration: none;
}

a.ext {
	background: url(../img/ext.png) center right no-repeat;
	padding-right: 13px;	
}
acronym, abbr {
	border-bottom: 1px dotted #999999;	
}

#contenu p, #sidebar p {
	margin: 5px 0 7px 0;
}
#menu ul, #sidebar ul, #header ul {
	list-style-type: none;
}


dt {
	margin-top: 7px;
	font-weight: bold;
}
dd {
	padding-left: 5px;
}


table {
	border-collapse:collapse;
	width:98%;
	margin: 3px 0 15px 0; 
}
caption {
	padding-left: 10px;
	text-align: left;	
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #333333;
}
td, th {
	padding: 2px;
	border:1px solid #DCD8B7;
	vertical-align: top;
}
th {
	font-weight: bold;
	text-align: left;
	background-color: #F8F7F1;
}

a img {
	border: 0;
}

img.th, img.th2 {
	margin: 0 4px 4px 0;
	padding: 3px 3px 15px 3px;
	background: url(../img/agrandir.png) no-repeat right bottom;
	border: 1px solid #F1EFE2;
}
img.th {
	float: left;
}
img.th2 {
	float: right;
}

kbd {
font-size : 1em;
padding: 0px 2px;
border: 1px solid gray;
}
blockquote{
	padding:10px 5px 10px 15px;
	background-color: #F5F4EB ;
	color:#6F6F66;
	border-left: 1px solid #6F6F66;
	border-right: 1px solid #6F6F66;
}
.warning {
	color: #990000;
}

hr { /* hr spacer*/
clear: both;
visibility: hidden;
}

form {
	border: 1px dotted #DCD8B7;
	margin: 20px;
	padding: 10px;
	text-align: center;
}

/* LISTES */
.puce_no li{list-style-type: none;}
.inline li{display:inline}


/* BODY */
body {
	background-color: white;
}


/* PAGE (conteneur principal)*/
#page{
	background-color: white;
}

/* HEADER */

#header{
	background-color: white;
}

#access { /* div contenant le menu accessibilite */
display: none
}


#header h1{
	float: left;
	font-size: 1.6em;	
	border-bottom: 2px solid #000000;
	margin: 10px 0 15px 0;
	width: 100%;
}
.print {

}
.imgheader{
	display: none;
}


/* MENU */
#menu {	
	display: none;
}

/* CONTENU */


#contenu h1 {
	color: #000;
	margin: 20px 0 10px 0;
	padding: 5px 0;
	text-align:center;
	letter-spacing: 1px;
	border: 2px solid #000;
}
#contenu h2 {
	clear: left; /* empeche le chevauchement des images de la fiche precedente*/ 
	color: #804200;
	margin: 20px 0 10px 0;
	padding-left: 10px;
	border-bottom: 1px solid #F1EFE2;
	border-left: 5px solid #804200;
	background: url(../img/backg_h2.gif) repeat-x left bottom; 
}
#contenu h3 {
	margin: 10px 0 5px 0;
}
#contenu ul {
	list-style-type: disc; 
	margin: 0 0 7px 15px;
	padding-left: 0;
	list-style-position: outside;
	display: inline-block; /*permet aux puces de ne pas entrer en conflit avec une image float*/
}
#contenu li {
	margin-left: 15px;
	padding-left: 0;
}


/* div pied_contenu : retour haut de page*/
#pied_contenu {
display: none;
}


/*FOOTER*/

#footer p {
	line-height: 3em;
	color: #666666;
	text-align: center;
	border-top: 1px solid #666666;
}

#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer acronym {
	border-bottom: 1px dotted #666666;
}

/* AGENDA */

#calendrier {
	width: 100%;
	}
	
#calendrier h3 {
	font-size:1.7em;
	text-transform:uppercase;
	padding-left: 15px;
	letter-spacing: 3px;
	color: #000000;
	border: 3px solid #000000;
	border-width:3px 10px;
	margin-bottom: 3px;
	
}
#calendrier h5 {
	font-size:1.3;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	border-left: 5px solid #000000;
}

/* DIVERS */
.noir {color:#000;}
.mrg_no{margin:0 !important;}
.pdg_no{padding:0 !important;}
.txt_c{text-align:center;}
.gras{font-weight:bold;}
.clearing{
	clear:both;
	height:1px;
	font-size:1px;
}
