@import "admin.css";

html, body {
 margin: 0;
 padding: 0;
 text-align: center;
 background: #448187 url(images/fond1.jpg) repeat-x left 217px;
 font: 90% verdana, helvetica, sans-serif;
 color: #000;
 height:100%;
}

div#conteneur {
 margin: 0 auto;
 text-align: left;
 width: 802px;
 background: url(images/contenu.jpg) repeat-y left top;
 min-height:100%;
 position:relative;
 border:0;
}

ul#nav {
  background: #448187;
  height:26px;
  list-style-type: none;
  margin:0;
  padding:0 0 0 30px;
}

ul#nav li {
  float:left;
  text-align:center;
}

ul#nav li a {
  margin:7px 0 0 0;
  display:block;
  width:100px;
  height:19px;
  background: url(images/onglets.png) no-repeat 0px 0px;
  padding: 0 5px 0 0;
  font:bold 1em/19px Arial,sans-serif;
  text-decoration:none;
  color:#fff;
}

ul#nav li a:hover, ul#nav li a.navselect {
  background: url(images/onglets.png) no-repeat 0px -19px;
  color:#2a341b;
}

h1#header {
 height: 260px;
 margin: 0;
 background: url(images/banniere1.jpg) no-repeat left top;
}

h1#header a span {
 display: none;
}

p.stitre {
 float:right;
 color: #fff; font:normal 1em Arial,sans-serif;
 margin:0 40px 0 0;
 padding: 3px 0 0 0;
}

.center               { text-align:center;}
img                   { border:0;}
acronym 			  { border-bottom: 1px dotted #accbdf; cursor: default; }
hr                    { color:#fff; background:#1e581e; height:1px;}

#admin                { border:1px solid #000000; padding:5px; margin: 5px 0; background:#dff9ec; width:100%;}
#admin a              { color: #000000; text-decoration: underline; font-size: 0.9em;}
#admin a:hover        { color: #023680;}

div#lateral           { float:left; background: url(images/fond_menu.jpg) no-repeat 11px top; width:180px; text-align:left; padding:40px 10px 0 10px; margin-left:19px;}
div#lateral ul        { list-style-image: url(images/puce.jpg); padding:0; margin:0 0 0 36px;  text-align:left;}
div#lateral li        { padding:3px 0px;  text-align:left; color:#134246; font:bold 1.1em arial,sans-serif; text-decoration:none;}
div#lateral li a      { text-align:left; color:#134246; padding:0; margin:0; font:bold 1em arial,sans-serif; text-decoration:none;}
div#lateral li ul li  { padding:0px 0px;  text-align:left; color:#134246; font:bold 1.1em arial,sans-serif; text-decoration:none;}
div#lateral ul li ul  { list-style-type: none; list-style-image: none; padding:0; margin:0 0 0 5px;  text-align:left;}
div#lateral li ul li a { font:normal 0.9em arial,sans-serif;}
div#lateral li a:hover, div#lateral li a:focus, div#lateral li .selec, a.selec { color:#fff;}

div#contenu           { margin :0 0 10px 0; padding: 10px 48px 20px 238px; min-height:520px;}
div#contenu h2        { margin: 10px 0px; text-align:left; padding-left: 0px; line-height: 25px; font-size: 1.3em; color: #4a5a00;
                        border-bottom: 2px solid #c0d4d4; font:bold 1.4em 'Arial',sans-serif;}
div#contenu h2 span   { margin-top:3px; float:left; font-size: 0.7em; color: #023680;}
div#contenu h2 span a { text-decoration:none;}
div#contenu h3        {	color: #111111; font:bold 1.1em Arial,sans-serif; border-bottom: 1px dotted #000; margin-bottom:-5px;}
div#contenu h4        {	color: #111111; font:bold 1em Verdana,serif; }

div#contenu p         {	text-align: justify; line-height: 1.2em;}
div#contenu .image    {	float: right; padding:0; margin:0;}
div#contenu .ident    {	text-align: justify; text-indent: 2em; line-height: 1.2em;}
div#contenu a         {	color: #023680;}
div#contenu a:hover   {	color: #b43313;}

div.row               {	clear: both; padding-top: 10px;}
div.row span.label    {	float: left; width: 130px; text-align: right;}
div.row span.formw    {	float: right; width: 570px;	text-align: left;}
 
.clform               { background: #D7E7F2; border: 1px solid #287CB1; padding: 5px;}
.button               { width:110px; height:25px;	background: url(images/bg_menu.gif) repeat-x 0 -4px; }

.float_photos		    { float:right; padding:5px 9px 10px 9px; margin:15px 0px 5px 6px; height:170px; border:1px solid #287CB1;
						  background:#448187; text-align:center; }

.titre_photos 			{ font-size:0.8em; font-family:Verdana, sans-serif;font-weight:normal;font-weight:normal; color:#fff; margin: 10px 0 10px 0;}
.vignette_droite 	    { float:right;	padding:5px; margin:0 0 5px 10px;	border:1px solid #000; background:#fff;}
.vignette_gauche 	    { float:left;	padding:5px; margin:0 10px 5px 0;	border:1px solid #000; background:#fff;}

#footer {
 height:20px;
 background: url(images/bas.jpg) no-repeat 30px top;
 color:#26480e;
 text-align:right;
 position: absolute;
 width: 100%;
 bottom: 0;
 clear: both;
}

#footer p {
 margin: 0px 0 0 0;
 font:normal 0.9em arial,sans-serif;
 letter-spacing: 0.2em;
 padding: 3px 42px 0px 0;
}

#footer a {
 color: #26480e;
 font-weight:bold;
 text-decoration: none;
}

#footer a:hover, #footer a:focus {
 color: #CC0000;
}
