/*
Webmaster: Hornetovore
Design: Hornetovore
site: www.hornetovore.fr
Version: 1.0

feuille de style pour la partie gestion
*/


html, body {height:100%; 
	background:#fff url("/images/fond_page.png") top repeat-x fixed;}

/********************************** TEXTE ************************************/

.red	{
	color:red;
}

.black {
	color:black;
}

.white	{
	color:white;
}

.vert	{
	color:#037b63;
}

.bold	{
	font-weight:bold;
}

.petit	{
	font-size:0.6em;
}

.moyen	{
	font-size:1.2em;
}

.cent	{
	width:100%;
}

.center	{
	text-align:center;
}

.blink {
	text-decoration:blink;
}

.help {
	cursor:help;
}

/********************************** POSITIONNEMENT ************************************/

#form_login {
position:absolute;
width:900px;
height:200px;
left:50%;
top:50%;
margin-left:-450px;
margin-top:-100px;
}

#wrapper {
width:999px;
margin:0px auto;
text-align:center;
}

#header {
width:100%;
margin-bottom:0px;
}

#conts {
width:720px;
border:#037b63 1px solid;
float:right;

	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}

#sidebar {
width:245px;
border:#037b63 1px solid;
float:left;

	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}

#sidebar a {font-weight:normal; color:#037b63;}

#sidebar a:hover {
         color:#000;
         text-decoration:underline;
}


#sidebar h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}

#sidebar ul {
        color: #000;
        font-weight: bold;
        list-style-type: none;
        margin: 0;
        padding-left: 0px;
}

#sidebar ul li {
        font-family: Arial, Verdana, sans-serif;
        padding:0 10px 1px 10px;
        margin:3px 0 0 0;
        list-style-type: none;
        font-size:11px;
}

#table_modif{
		margin:auto;
		margin-top:150px;
}

a.infos_niveau{
		text-decoration:none;
		position:relative;
}

span.infos_niveau {
		background:#fff;
		border:2px solid #000;
		color:green;
		text-align:left;
		padding-right:15px;
}

a.infos_niveau span.infos_niveau {
		top:-2000em;
		left:-2000em;
		width:1px;
		height:1px;
		overflow:hidden;
		position:absolute;
}

a.infos_niveau:hover span.infos_niveau, a.infos_niveau:focus span.infos_niveau, a.infos_niveau:active span.infos_niveau
{
		top:40px;
		left:-280px;
		width:320px;
		height:auto;
		overflow:visible;
}

.titre_promo {
		border:1px solid blue;
		text-align:center;
		font:22px Georgia,Verdana; 
		color:#036;
}

.texte_promo {
		background:#fff;
		margin:0px auto;
}

.texte_promo textarea {
		text-align:center;
		border:#037b63 1px solid;
		font-family:'comic sans ms';
		font-weight:bold;
		font-size:0.85em;
}

.ID_promo {
		color:blue; 
		font-weight:bold; 
		font-size:1.5em;
}

#btn_enregistrer {
		color:red; 
		font-weight:bold; 
		width:600px;
}

/***************************** CONTOUR CONTENU *****************************/

.haut 		{
			height: 28px; /*Ici on indique que le haut fera 28px de longueur, vous pouvez changer cela si votre fenêtre a un design différent*/
			}
.milieu 		{
			}
.bas 		{
			padding-top:20px;
			height: 8px; /*Ici on indique la taille du bas, comme pour le haut*/
			}
.haut_gauche {
			width: 8px; /*On indique la largeur du coin haut gauche*/
			height: 100%; /*On lui indique de prendre toute la longueur possible.*/
			background-image: url(/images/haut_V_gauche.png);
			float: left; /*On le positionne à gauche*/
			}
.haut_droite { /*On fait de même avec le coin haut droit*/
			width: 8px;
			height: 100%;
			background-image: url(/images/haut_V_droite.png);
			float: right;
			}
.haut_centre {
			height:100%;
			margin-left: 8px; /*On fait cela pour que le centre ne se retrouve pas sous les coins*/
			margin-right: 8px;
			background-image: url(/images/haut_V_centre.png);
			text-align: center;
			}
.milieu_centre {
			background: #fff;	
			padding-top:20px;
			}
.bas_gauche {
			width: 8px;
			height: 100%;
			background-image: url(/images/bas_V_gauche.png);
			float: left;
			}
.bas_droite {
			width: 8px;
			height: 100%;
			background-image: url(/images/bas_V_droite.png);
			float: right;
			}
.bas_centre {
			height: 100%;
			background-image: url(/images/bas_V_centre.png);
			margin-left: 8px;
			margin-right: 8px;
			}


/****************************************divers***********************************/

button.B {
margin:20px 0;
width:235px;
}

