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

feuille de style du theme
*/


html, body {
	height:100%;
}

body {
	background:#fff url("/images/fond_page.png") top repeat-x fixed;
	text-align: center;
}

#image_fond {
	z-index:-1;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	/*background:transparent url("/images/test.png") repeat top left;/* rocher */
	background:transparent url("/images/test2.png") no-repeat top left;/* mosaïque */
	/*background:transparent url("/images/test3.png") repeat top left;/* damier */
}

#wrapper {
	display: block; 
	width:1100px; 
	margin:0px auto;
}

#header {
	background: transparent url("/images/blanc_opacity-50.png") repeat;
	width:100%;
	height:100px;
	margin-bottom:20px;
	border:#037b63 1px solid;

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

#content {
	background: #fff;
	width: 780px;
	float: left;
}

#sidebar {
	background:#fff;
	width: 315px;
	float: right;
}

#sidebar form {
        margin: 0;
       padding:0;
        list-style-type:none;
}

#sidebar input#s {
        text-align:left;
        margin-left:0px;
        width: 77%;
        color: #000;
        font-weight:bold;
        font-family: verdana, arial,sans-serif;
        font-size:12px;
}

#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;
}

#both {
	clear: both;
}

#footer {
	background: transparent url('/images/blanc_opacity-70.png') repeat;
	border:#037b63 1px solid;
	margin-top:10px;

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

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

#search {list-style-type:none;
         padding:5px 5px 5px 0;

}

/********************************** LOADER ************************************/

#voile {
		background:black;
		width:100%;
		height:100%;
		position:fixed;
		top:0px;
		left:0px;
		opacity:0.9;
		filter:Alpha(opacity=90, finishopacity=90, style=2);
		z-index:10;
}

#loader {
		position:absolute;
		left:50%;
		top:50%;
		width:300px;
		height:120px;
		margin-left:-150px;
		margin-top:-60px;
		text-align:center;
		color:white;
		}

.loader {
		width:70px;
		height:70px;
		}

/***************************** 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 		{
			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 {
			margin-left: 8px;
			margin-right: 8px;
			padding-left: 10px;
			padding-right:10px;
			text-align: center;
			}
.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;
			}


/************************** LIENS *******************************/
a {color:#037b63;}
a:hover {color:#000;}

#a_error{
	color:#fff;
}

#a_error:hover{
	color:red;
}