@import "admin.css";

html {
 margin: 0;
 padding: 0;
 text-align: center;
 background: url(images/fond.jpg) repeat left top;;
 font: 90% verdana, helvetica, sans-serif;
 color: #000;
 height:100%;
}

body {
 margin: 0;
 padding: 0;
 text-align: center;
 background: url(images/fond.png) repeat-x left top;;
 font: 100% verdana, helvetica, sans-serif;
 color: #000;
 height:100%;
}

div#conteneur {
 margin: 0 auto;
 text-align: left;
 width: 760px;
 background: url(images/contenu.png) repeat-y left top;
 min-height:100%;
 position:relative;
 border:0;
}

h1#header {
 height: 225px;
 margin: 0;
 background: url(images/banniere.jpg) no-repeat left top;
}

h1#header a span {
 display: none;
}

h2#bienvenue {
 font:bold 1em 'Century Gothic',Verdana, sans-serif;
 color:#fff;
 position: absolute;
 width: 100%;
 top: 0;
 margin:0px;
 padding-left: 300px;
 letter-spacing: 2px;
}

h2#description {
 font:normal 1.1em 'Century Gothic',Verdana, sans-serif;
 color:#fff;
 margin-top:-35px;
 padding-left: 10px;
 line-height: 1.1em;
}

.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; width:154px; text-align:left; padding:7px 10px 15px 0px;}
div#lateral ul        { list-style-type: none; padding:0; margin:0;  text-align:right;}
div#lateral li        { padding:6px 30px 6px 10px; margin:2px 0px 2px 0px;  text-align:right; color:#134246; width:134px;
                        background: url(images/puce.png) no-repeat right 4px;}
div#lateral li a      { text-align:right; color:#fff; padding:0; margin:0; font: normal 1em Arial, Verdana, sans-serif; text-decoration:none;}
.selec                { background: #ef912f;}
div#lateral li a:hover, div#lateral li a:focus { color:#fff; text-decoration:underline;}

div#contenu           { margin :0 0 10px 0; padding: 2px 20px 60px 195px; min-height:700px;}
div#contenu h2        { margin: 10px 0px; text-align:left; padding-left: 0px; line-height: 25px; font-size: 1.3em; color: #0a0e92;
                        border-bottom: 1px solid #b43914; font:bold 1.4em 'Arial',sans-serif;}
div#contenu h2 span   { margin-top:3px; float:left; font-size: 0.7em; color: #0a0e92;}
div#contenu h2 span a { text-decoration:none;}
div#contenu h3        {	color: #0a0e92; font:bold 1.1em Arial,sans-serif; border-bottom: 1px dotted #b43914; 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;}

.barre                { text-decoration: line-through;}
.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:left; padding:5px 9px 10px 9px; margin:10px 6px 5px 7px; height:170px; border:1px solid #287CB1;
						  background:#dff9ec; text-align:center;  width:28%;}
html>body .float_photos { margin:10px 7px 5px 8px; padding:0px 10px 20px 10px; width:28%;}
.titre_photos 			{ font-size:0.8em; font-family:Verdana, sans-serif;font-weight:normal;font-weight:normal; color:#0F337F; 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.png) repeat-y left top;
 color:#fff;
 text-align:right;
 position: absolute;
 width: 100%;
 bottom: 0;
 clear: both;
}

#footer p {
 margin: 0px 0 0 0;
 font:bold 0.9em 'Century Gothic',Verdana, sans-serif;
 padding: 2px 20px 0px 20px;
}

#footer a {
 color: #fff;
 font-weight:bold;
 text-decoration: none;
}

#footer a:hover, #footer a:focus {
 text-decoration:underline;
}