/*----- GENERAL -----*/

body {
	background:#FEFE9A url(background.gif) repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	color:#FE7200;
	font-size:12px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #077CF5;
}
hr{ 
	border: none 0; 
	border-top: 1px dotted #FE7200;
	border-bottom: 1px dotted #FE7200;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: center;
	}
.petit{
	font:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #077CF5;
}
input {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 10px;
       color: #000000;
       border-width: 1px;
       border-style: solid;
       border-color: #FE7200;
       background-color: #CCEBFF;
	   
}
.login {
       width:100px;
}
.bradio{  /* pour supprimer le bg des boutons radio dans search_form_inc.php  */
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 10px;
       color: #FE7200;
       border-width: 1px;
       border-style: solid;
       border-color: #FFFFFF;
       background-color: #FFFFFF;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE7200;
	border-width: 1px;
	border-style: solid;
	border-color: #FE7200;
	background-color: #CCEBFF;
}

/*----- LIENS GLOBAUX -----*/
a:link {
color:#0054e3;
text-decoration:none;
}
a:visited{
color:#FE7200;
text-decoration:none;
}
a:active {
color:green;
text-decoration:none;
}
a:hover {
color:#0054e3;
text-decoration:underline;
}



/*----- CONTENEUR -----*/

div#container {
	background-color:#ffffff;
	position:relative;
	width:760px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}

/*----- HEADER -----*/
div#header {
	background:url(header.gif);
	height:130px;
	padding:3px 10px;
	background-repeat: no-repeat;
}
div#bandeau {
	float: left;
	width: 550px;
	height: 96px;
	padding:0px;
	margin:0px;
	margin-top:8px;
}
div#menu {
	float: right;
	margin-left: 10px;
	text-align: right;
	width: 175px;
	padding:0px;
	margin:0px;
	margin-top:8px;
}

/*----- MAIN -----*/
div#main {
background-color:#FFFFFF;
width: 760px;
float:left;
}
div#navigate {
background-color:#FFFFFF;
width: 595px;
float:right;
}
div#maing {
background-color:#FFFFFF;
float:left;
width: 140px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-left: 10px;
}
div#maing_haut {
	background-color:#FFFFFF;
	width: 110px;
}
div#maing_bas {
	background-color:#FFFFFF;
	width: 120px;
	
position: absolute;
overflow: visible;
}
div#maind {
background-color:#FFFFFF;
width: 595px;
float:left;
border-left: 1px dotted #FE7200;
border-right: 1px dotted #FE7200;
}
div#maind_maind_inscription_gauche {
	background-color:#FFFFFF;
	width: 35px;
	float:right;
	border-left: 1px dotted #FE7200;
}
div#maind_inscription {
	background-color:#FFFFFF;
	width: 370px;
	float:right;
}
div#maind_inscription_droite {
	background-color:#FFFFFF;
	width: 180px;
	float:right;
	border-right: 1px dotted #FE7200;
}

/*News déroulante*/

#pscroller1{
width: 110px;
height: 180px;
border: 1px solid #FE7200;
padding: 5px;
background-color: white;
}

.someclass{ 
}
/*Fin de News déroulante*/



/*----- BAS DE PAGE -----*/
div#foot {
	background-color:#FEFE9A;
	width: 740px;
	float:left;
}

div#footertop {
	border-top: 1px dotted #FE7200;
	text-align:center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size:10px;
	padding-top: 5px;
	width: 760px;
	float:left;

}

div#footer {
	background:url(http://www.camelbar.com/footer.gif);
	background:url(footer.gif);
	height:20px;
	text-align:center;
	background-repeat: no-repeat;
	font-size:10px;
	padding-top: 5px;
	width: 760px;
	float:left;

}
