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

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
  background: url(../images/light_body.gif) repeat-y top center;
	text-align: center;
}

/* links */
a { 
	color: #0D11AC;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FF0606;
	background-color: inherit;
	font-weight:bold;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #FC5858; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2 {
	margin: 10px 15px;
}
ul, ol {
	margin: 20px 30px;
	padding: 0 15px;
	color: #5094EC;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img.border {
  border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
  border-bottom-width:1px; 	
  border-style:dashed;
  border-color:#c6cefF; 
}
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 #1653B9;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #FC5858;
}
/* recherche form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #B3BFF7; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 40px;
	vertical-align: top;
}

/***********************
	  div principale
************************/
#wrap {
	background: #FFF;
	width: 956px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 150px;	
	background: #fff url(../images/bgheader.jpg) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	min-height:270px;
	margin-left: 2px;
	padding: 0;
	/*width: 550px;*/
	width:500px;
	padding-left:20px;
	
  padding-top:30px;	

}

#main_viepublique {
	float: left;
	min-height:270px;
	margin-left: 2px;
	padding: 0;
	/*width: 550px;*/
	width:530px;
	padding-left:20px;
	
  padding-top:30px;	

}

.article-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.title {
background-image:url(../images/title.jpg);
background-repeat:no-repeat;
height:31px;
padding:6px 0 0;
text-align:center;
width:210px;
}  

/* sidebar */
#gauche {
	float: left;
	/*border:1px solid #CCC;*/
	width: 190px;
	height:600px;
	margin: 0;	padding: 0; 
	display: inline;
  padding-top:30px;	
}

#annuaires_gauche {
	float: left;
	border:1px solid #CCC;
	width: 210px;
	height:900px;
	margin: 0;	padding: 0; 
	display: inline;	
}


/* rightbar */
#droit {
	float: right;
	width: 200px;
	height:300px;
	padding: 0; margin:0;
  padding-top:30px;  		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background:url(../images/footer.png)no-repeat; 
	margin: 0; padding: 0;
	height: 71px;	  
	font-size: 95%;
  text-align:center;	
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
.footer-text { padding-top:48px;}
/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
  margin:0px 0px 0px 0px; padding: 0;
  list-style:none;
	right: 0; 
	bottom: 3px !important; bottom: 3px;
	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/tabright.jpg) no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;
}
#header a span {
  float:left;
  display:block;
  background: url(../images/tab.jpg) no-repeat right top;
  padding:6px 15px 6px 8px;
  color: #FFF;
}

#header a span {float:none;}
#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-justify  {	text-align: justify; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }

/* suplaimentaire classes */
.clear { clear: both; }
.green {	color: #B3BFF7; }
.gray  {	color: #BFBFBF; }

/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

#calendrier li{
	list-style: none;	
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 30px; 
	list-style-type:none;
	color: #fff;
	background-color:#000;
	text-align:center;
}
.ligne li {
	color: #000;
	float : left; 
	width : 30px;
	background-color:#000;
	color:red;
	list-style-type:none;
	list-style: none;
	text-decoration: none;
	text-align:center;	
}

.ligne li a:hover{
	list-style: none;
	list-style-type:none;
	text-decoration: none;
}

li.itemCurrentItem {
	/* A vous de configurer l'apparence de la date du jour */
	background-color:#000;
	color:red;
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
	background-color:#000;
	color:red;

}		

.hebergements {
  float:left;
  background-color:#fff;
  width:250px;
  height:200px;
  min-height:200px;  
  margin-left:20px;
  margin-top:20px;
}

.restaurants {
  float:left;
  background-color:#fff;
  width:250px;
  height:200px;
  min-height:200px;  
  margin-left:50px;
  margin-top:20px;
}

.viepublique {
  float:left;
  background-color:#fff;
  width:250px;
  height:200px;
  min-height:200px;  
  margin-left:20px;
  margin-top:20px;
}

.annuaires {
  float:left;
  background-color:#fff;
  width:250px;
  height:200px;
  min-height:200px;  
  margin-left:50px;
  margin-top:20px;
}

.vielocale {
  float:left;
  background-color:#fff;
  width:250px;
  height:200px;
  min-height:200px;  
  margin-left:20px;
  margin-top:20px;
}

.annonces {
  float:left;
  background-color:#fff;
  width:250px;
  height:200px;
  min-height:200px;  
  margin-left:50px;
  margin-top:20px;
}
