body
{
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background: url(images_css/back_repeat.gif) #b40000;
	min-width: 1000px;
}

p { margin: 0; padding: 0; line-height: -2pt; }
a:focus { border: 0px; }

div#conteneur, div#footer
{
	width: 98%;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #ab4;
	margin-bottom: 6px;
	background: #fff;
}

div#footer
{
	text-align: center;
	color: #232323;
}

div#footer p
{
	padding: 2px;
}

h1#header
{
	height: 180px;
	margin: 0;
	background: url(images_css/prison.jpg) no-repeat left top #000;
}

h1#header a
{
	width: 450px;
	height: 160px;
	display: block;
	background: url(images_css/title.jpg) no-repeat;
	position: relative;
	left: 350px;
	top: 15px;
}

h1#header a span
{
	display: none;
}

ul#menu
{
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(images_css/bg_menu.gif) repeat-x 0 -25px;
	list-style-type: none;
}

ul#menu li
{
	float: left;
	text-align: center;
}

ul#menu li a
{
	width: 160px;
	line-height: 25px;
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #f0f0f0;
	display: block;
	text-decoration: none;
	border-right: 2px solid #dea;
}

ul#menu li a:hover
{
	background: url(images_css/bg_menu.gif) repeat-x 0 0;
}

div#contenu
{
	/*min-height: 398px;*/
	padding: 0 25px 0 100px;
	background: url(images_css/bg_page.gif) no-repeat 15px 15px;
	margin-bottom: 15px;
}

div#contenu h2
{
	padding-left: 30px;
	line-height: 25px;
	font-size: 1.4em;
	background: url(images_css/icone.gif) no-repeat left bottom;
	color: #9b2;
	border-bottom: 1px solid #9b2;
}

div#contenu h3
{
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #9b2;
	border-left: 3px solid #9b2;
	color: #9b2;
}

div#contenu p
{
	text-align: justify;
	/*text-indent: 2em;*/
	padding: 2px;
	line-height: 1.7em;
}

div#contenu a
{
	color: #8a0;
}

div#contenu a:hover
{
	color: #9b2;
}

p#footer
{
	margin: 0;
	padding-right: 10px;
	line-height: 30px;
	text-align: right;
	color: #8a0;
}

pre
{
	overflow: auto;
	background: #dea;
	border: 2px solid #9b2;
	padding: 5px 0 0 5px;
	font-size: 1.2em;
}


pre span
{
	color: #560;
}

pre span.comment
{
	color: #b30000;
}

/* Barre de défillement avec la librairie JQuery et liScroll (pour JQuery*/

.tickercontainer
{
	background: #fff; 
	width: 98%; 
	height: 35px; 
	margin: 0; 
	margin: auto;
	padding: 0;
	overflow: hidden; 
}

.tickercontainer 
{
	position: relative;
	left: 10px;
	top: 8px;
	margin: auto;
	width: 98%;
	overflow: hidden;
}

ul.newsticker 
{
	position: relative;
	left: 98%;
	margin: auto;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 20pt;
}

ul.newsticker li 
{
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
}

ul.newsticker a
{
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 

ul.newsticker span 
{
	margin: 0 10px 0 0;
} 

/* Style lawl */
.centrer
{
	text-align: center;
}
.droite
{
	text-align: right;
}

.red
{
	color: red;
	font-weight: bold;
}

.text
{
	font-weight: 5px;
}

/* formulaire */

.formulaire label, .labsS {
	display:block;
	width:130px;
	float:left;
}

.formulaire
{
	line-height: 35px;
	width: 70%;
	margin: auto;
	margin-bottom: 6px;
	padding: 10pt;
}

.formulaire  legend {
	font-family: Tahoma;
	font-size: 18px;
}

.formulaire input  {
	width: 50%;
	font-size: 12pt;
	border: 1px solid #0a2400;
	background-color: #e7ffde;
}

.formulaire input:focus {
	font-size: 12pt;
	border: 1px solid #a00909;
	background-color: #ffe5e5;
}

.whereAmI {
	font-size: 9pt;
	margin-bottom: 15px;
}

.cadre
{
	width: 70%;
	margin: auto;
	border: 1px solid #dbdf60;
	background-color: #f9fbb4;
}

/* Admin */
#admin_gauche
{
	width: 230px;
	float: left;

	border: 1px solid #dbdf60;
	background-color: #f9fbb4;
	padding: 5px;
}	
#admin_gauche p
{
	margin: 0;
}

#admin_droite
{
	min-height: 200px;
	padding: 5px;
	margin-left: 250px;
	border: 1px solid #dbdf60;
	background-color: #f9fbb4;
}

.admin_form
{
	width: 70%;
	margin: auto;
	border: 1px dashed #014b0a;
	background-color: #d3f8cc;
	padding: 8px;
	line-height: 18pt;
	color: #102141;
}

.admin_form_uncorrect
{
	width: 70%;
	margin: auto;
	border: 1px dashed #4b0101;
	background-color: #f8cccc;
	padding: 8px;
	line-height: 18pt;
	color: #102141;
}

.carre_actuel
{
	width: 160px;
}

.table
{
   margin: auto;
   border: 2px solid #343434;
   border-collapse: collapse;
   width: 80%;
}

.table th
{
   background-color: #b30000;
   color: white;
   font-size: 1.1em;
   text-align: center;
}

.table td
{
   border: 1px solid black;
   text-align: center;
   padding: 5px;
}


.lienOueb
{
	width: 75%;
	height: 68px;
	margin: auto;
	margin-top: 5px;
	border: 1px solid #a6a6ad;
	padding: 0;
	background-color: #f2f2f2;
}

.lienOueb h4
{
	margin: 0;
	padding: 0;
	font-size: 19pt;
	color: #b30000;
}	

.lienOueb p
{
	margin: 0;
	font-size: 11pt;
}

.lienOueb img
{
	border: 0;
}

.lienOubetContent
{
	padding: 2px 2px 2px 15px;
}

.flotter_droite
{
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}

.adm_comm textarea
{
	width: 100%;
	min-height: 200px;
}

.communique
{
	width: 98%;
	margin: auto;
	margin-top: 12px;
	padding: 5px;
	background-color: #ebebeb;
	border: 1px solid #aabb44;
}

.dateComm
{
	text-align: right;
	color: #4d4d4d;
	font-size: 10px;
}

#footer a {
	color: #850404;
}

.form{
	text-align: center;
	margin:auto;
}

div.centrer {
	text-align: center;
}

div.form {
	margin: auto;
	text-align: center;
}

div#extrait {
	float: right;
	width: 210px;
}

div#communique, div#petit_carre {
	margin-right: 230px;
	min-height: 850px;
}

div.infobox {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 250px;
}

div.infobox h4 {
	margin: 0;
	padding: 0;
	background: url(images_css/infobox_titre.png) repeat-x;
	border: 0px;
	color: white;
	font-size: 11pt;
	padding-left: 7px;
}

div.infobox_content {
	padding: 2px;
	border: 1px solid #e3e7ec;
	background-color: #f8fafd;
}