
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	/*background: #A9BAC3 url('../images/bg.gif') repeat-x;*/
	
	background: #000 url('../images/hab.tequila.bd.jpg') no-repeat center;
	background-attachment: fixed;
	text-align: center;

}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #c12f14;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.2em; color: #4284B0; text-transform:uppercase; } 
h2 { font-size: 1.1em; text-transform:uppercase;}
h3 { font-size: 1em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}

p.texte{
  text-align:justify;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #c12f14 !important; /* IE fix*/
  border: 2px solid #c12f14;
}

a:hover img.no-border {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

a.no-decoration{
	text-decoration: none;
}



code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}

.last_critique {
  margin: 5px 0;
  padding: 10px;
  display: block;
  overflow: auto;  
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
  text-align:justify;
  
}

.right{
  text-align:right;
}

.last_critique img {
  margin-right:5px;
  
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	padding-left:5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	height:21px;
	color: #4284B0;	
	

}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
	margin-top:5px;
}



form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #c12f14; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
	
		background:#FFF url('../images/bg_input.gif') no-repeat;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;

	
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 920px; height: 100%;
	margin: 0 auto;	
	text-align: justify;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#bandeau{
	width:570px;
	height:80px;
	background:url('../images/bandeau.png') no-repeat;
	margin-top:-1px;
	margin-left:-25px;
}


#header {
	position: relative;
	height: 85px;	
	background: url('../images/headerbg.gif') repeat-x 0% 100%;	
	margin-top:-79px;
}

#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

#sous_header {
	position: relative;
	height:120px;
	width:820px;
	background: #FFF url('../images/header.gif');	
}

#sous_header #stat_global{
  width:120px;
  height:40px;
  margin-left:45px;
}

#sous_header #stat_global ul{
  list-style: none inside;
  margin:0;
  margin-left:5px;
  padding:0;
}

*+html #sous_header #stat_global ul{
  list-style: none inside;
  margin:0;
  margin-left:-12px;
  padding:0;
}

* html #sous_header #stat_global ul{
  list-style: none inside;
  margin:0;
  margin-left:-12px;
  padding:0;
}


#sous_header #stat_global ul li{
  margin-bottom:-3px;
}

#sous_header #banniere_pub{
  width:468px;
  height:60px;
  margin-left:210px;
  margin-top:-34px;
  background:#FFF url('../images/espace_libre.gif');
}


#sous_header #banniere_pub a, #sous_header #banniere_pub img{
 border:0px solid #FFFFFF;
}

#sous_header #banniere_pub a:hover img{
  border: 0px solid red !important; /* IE fix*/
  border: 0px solid #568EB6;
}


#sous_header #votre_banniere{
  float:right;
  margin-top:-54px;
  margin-right:13px;
}

#sous_header #votre_banniere img{
  border:0;
}

#sous_header #votre_banniere a:hover img{
  border: 0px solid red !important; /* IE fix*/
  border: 0px solid #568EB6;
}

#sous_header #compteur{
  float:right;
  margin-top:-50px;
  margin-right:2px;
	width:120px;
	font-size:9px;
	
}

#sous_header #compteur img,
#sous_header #compteur a{
  border-width: 1px;
  text-decoration:none;
	
}

#sous_header #compteur a:hover,
#sous_header #compteur img:hover{
  border-width: 1px;
	 text-decoration:none
	
}




#sous_header #banniere_2{
   margin-left:90px;
   margin-top:20px;
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}

#main fieldset {
	padding: 5px;
	border: 0px solid #D3D5D8;
	margin-top:-10px;
	margin-bottom:0px;

}




#main legend {  
  color: #0E0E49;
	background: #FFF;
	padding:1px;
	padding-right:8px;
	border: 1px solid #DDD;
	position : relative;
  top : -1em;
}


.bloc_critique{
  width:180px;
  height:290px;
  float:left;
  margin-right:25px;
  margin-top:15px;
  
  
}

.bloc_critique img{
  width:185px;
  height:260px;
}

.bloc_critique .info_critique img{
	width:16px;
	height:16px;
}

.bloc_critique .info_critique{
  background:#83ACCA;
  width:180px;
  padding-left:5px;
 
}

.bloc_critique .info_critique a{ 
  color:#FFF;
}

.bloc_critique .info_critique a:hover{ 
  color:#FFF;
  text-decoration:underline;
}


.bloc_critique img{
  padding:1px;
  border:1px solid #CCCCCC;
}


.bloc_critique img.no-border{
  padding:0;
  border:0;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url('../images/clock.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url('../images/comment.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url('../images/page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;
  margin-top:10px;
 
 
}

#sidebar #menuhaut{
 width:185px;
 height:39px;
 background:#FFF url('../images/menu_haut.png') no-repeat;
  margin-left:5px;	
 
}

#sidebar #menuhaut #titreevenement{
 color:#FFF;
 font-weight:bold;
 padding-top:12px;
 padding-left:25px;
}

#sidebar #menumilieu{
 width:185px;
 background:#FFF url('../images/menu_milieu.png') repeat-y;
 margin-left:5px;	
 margin-top:-5px;
}

#sidebar #menubas{
 width:185px;
 height:12px;
 background:#FFF url('../images/menu_bas.png') no-repeat;
 margin-left:5px;	
margin-top:-3px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:1px 0 0px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:3px;

}

#sidebar ul.sidemenu a {
	display:block;
	color: #a92209;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	font-size:12px;
}

#sidebar ul.sidemenu ul   {
	margin:0;
}

#sidebar ul.sidemenu a {
text-decoration: none; 
}

#sidebar ul.sidemenu a.select {
 color:#83ACCA;
 font-weight:bold;
 text-decoration: underline;
}

#sidebar ul#menufluide{
  background:#d51f09;
  margin:0;
  margin-top:-7px;
  margin-left:7px;
  margin-bottom:10px;
  width:173px;
  border-top:1px solid #A9BAC3;
  border-bottom:2px solid #A9BAC3;
  
}

#sidebar ul#menufluide a {
	display:block;
	color: #F9F9F9;	
	text-decoration:none;	
	padding:2px 5px 2px 5px;
	padding-bottom:0;
	font-size:11px;
}

#sidebar ul#menufluide a:hover,
#sidebar ul#menufluide a.select {
	text-decoration:underline;	
	
}

#image_critique{
	margin-right:10px;
	float:left;
}

#contenu_critique{
	text-align: justify;
	margin-top:0px;
}

#wrap #content-wrap #chemin{
	color:#CCCCCC;
	margin-left:14px;
	margin-top:4px;
	margin-bottom:-4px;
}






#imgbulle{
  width:158px;
  height:121px;
  background:url('../images/bulle.png') no-repeat;
  padding-top:25px;
  color:#0e0e49;
  text-align:center;
  font-weight:bold;
 
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
 text-decoration:underline;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}



/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url('../images/tableft.gif') no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url('../images/tabright.gif') no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.center{text-align: center;}

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.red {	color: #c12f14; }
.gray  {	color: #BFBFBF; }
.erreur {font-weight:bold;color: #c12f14;}

.imgpartenaire img{
	width:425px;
}

.imgconcours{
	margin-right:10px;
}

span.rose{
  font-weight:bold;
  color:#d20d66;
}

#evenement{
  width:150px;
  margin-left:12px;
  color:#4284B0;
}


.specialbloc{
	border:1px dotted #2a2a2a; 
	margin: 0 auto; 
	padding:2px; 
	background:#fefefe;
}


.specialbloc li {
	margin-bottom:5px;
}

.error{
	color:#dd0000;
}

.validation-advice{
  color: #BF0000;
}

.validation-failed{
  border:1px solid #BF0000;
}

	#searchFnac{
		border:1px solid #aaaaaa;
		width:100px;
		height:14px;
	}

