/* -- feuille css -- */
body {
 background: url(../res/bga.gif) #e7f3f7; 
 color: black;
 margin: 0;
 padding: 1%;
 min-width: 640px; 
 font-size: 100.01%;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Bitstream Vera Sans", Verdana, sans-serif;
}
a { color: #0B4D8C; text-decoration: underline; } 
a:visited { color: black; } 
.skip { 
 position: absolute;
 margin-left: -10000px;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	padding: 20px 0 5px 0px;
	margin-left: 1px;
	border-bottom: 1px dashed #aaa;
}
h1, h2, h3, h4, h5, h6 { 
 color: #8e243e;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Bitstream Vera Sans", Verdana, sans-serif;
}
img { 
 border: solid 0px #aaa;
 padding: 1px;
 max-width: 95%; 
}
.fleft { 
 float: left;
 margin: 0 1em 0.2em 0; 
}
.fright {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}

#container { 
 font-size: 0.8em; 
 width: 900px; 
 margin: auto; 
 border: 1px solid #aaa; 
}


#logopm {
	position: relative;
	width: 100%;
	padding: 0px;
	float: left;
	background: url(../res/header.gif) 0 0 no-repeat black; 
	height: 63px; 
	overflow: hidden; 
	margin: 0; 
	color: White;
}

#container { 
 font-size: 0.8em; 
 max-width: 900px; 
 margin: auto; 
 border: 1px solid #aaa; 
 border-top: 0; 
}


#logo {
	position: relative;
	width: 100%;
	padding: 0px;
	float: left;
 background: url(../res/header.jpg) 0 0 no-repeat black; 
 height: 64px; 
 line-height: 54px;
 overflow: hidden; 
 margin: 0; 
}
#logo a {
 color: white; 
 text-decoration: none;
}
#logo a span { 
 color: black;
 background: white;
 padding-right: 0.1em; 
 font-weight: bold;
}
#logo_gauche {
	padding: 5px 20px;
	text-align: left;
	line-height: 54px;
	font-size: 22px; 
	overflow: hidden;
	letter-spacing: -1px;
	margin: 0; 
	float: left;
	color: White;
}
#logo_droite {
 padding: 5px 20px;
	text-align: right;
	line-height: 54px;
	font-size: 48px; 
	overflow: hidden; 
	letter-spacing: -3px; 
	margin: 0; 
	float: right;
}
/* - Menu - */
#menu { 
 background: url(../res/fondmenu2.gif) #287635;
 padding: 5px 5%; 
 margin: 0;
 text-align: right;
 color: yellow; 
}
#menu li {
 font-size: 1.2em;
 display: inline; 
 list-style-type: none; 
 border-left: 1px solid white; 
 padding: 0 10px 0 15px;
 font-weight: bold;
}
#menu li a {
 color: white; 
 text-decoration: none;
}

/* - Subnavigation- */
#subnav {
 width: 250px; 
 min-width: 10em; 
 float: right;
 padding-top: 70px;
 padding-left:10px;
 margin-left : 10px;
 border-left: 1px dotted #aaa; 
 font-size: 0.9em; 
}
#subnav dt { 
 font-size: 1.2em;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Bitstream Vera Sans", Verdana, sans-serif;
 margin-top: 1em;
 border-top: 1px dotted #aaa; 
}
#subnav dd { 
 padding: 0;
 margin: 0.2em 0;
}

#subnav h3, h4 { 
 color: #59a567;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Bitstream Vera Sans", Verdana, sans-serif;
}

#main {
	background: url(../res/logo.png) no-repeat 100% 0 white; 
	padding: 9px 260px 10px 20px; 
	line-height: 1.5em; 
}

li {
 margin-left: 16px;
}

/* - bas de page - */
#footer p{
	font-size: 0.6em; 
	margin: auto;
	border: 0px; 
	border-top: 0;
	text-align: center;
}
#footer a {
 color: #0b4d8c;
 text-decoration: none;
}
/* Cadre cache phpmyvisites */
#myvisites {visibility: hidden;}

/*headeretat : barre Etat*/ 
#headeretat {
	position: relative;
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;	
	float: left;
}
.top1{position:relative; top:0px; left: 0px; vertical-align:middle; background-image: url(../res/bandeau_fond.jpg); border-top: 1px solid #aaa;}
.top11{position:relative; top:2px; left: 20px; vertical-align:middle;}
.top2{position:absolute; top:15px; left: 80px; vertical-align:middle; }
.top3{position:absolute; top:15px; right: 25px; vertical-align:middle; font-size: xx-small;}

/* Puces générées par un tiret seul en début de ligne */
/* Ces puces ne sont pas incluses dans une balise <ul> et le code obtenu est <li class="spip"> */
li.spip { list-style-image:URL(images/puce-n0.gif);
       list-style-position: inside;
}

tr {
	padding-top: 6px;
	padding-bottom: 6px;
}

.encadr2 {
	border: 1px solid #b8b8b8;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 6px;	
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #F6F6F6;
    height: 150px; 
}