/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #cccccc;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #808080; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #808080; 
	background: inherit;
}
a:hover {
	color: #EE2188;
	background: inherit;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #808080;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
h4 {
	font-size: 150%;
	color: #666666; 
}

/* images */
img {
	border: 1px solid #FFF;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, h4 p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #808080;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #eeeeee; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #aaaaaa;
	font: normal 1em Verdana, sans-serif;
	color:#777777;
}
select {
	padding:2px;
	border:1px solid #aaaaaa;
	font: normal 1em Verdana, sans-serif;
	color:#777777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #aaaaaa;
	height:100px;
	display:block;
	color:#777777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #808080;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #808080; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #808080;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 50px; left: 123px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 37px; left: 164px;		
}



/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #808080;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #eeeeee; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


label[class=texte_contact] {
	display: block;
	width: 220px;
	float: left;
	margin: 0 0 0 0;
}
label[class=texte_site] {
	display: block;
	width: 150px;
	float: left;
	margin: 0 0 0 0;
}
label[class=texte_config1] {
	display: block;
	width: 190px;
	float: left;
	margin: 0 0 0 0;
}
label[class=texte_cat_config1] {
	display: block;
	width: 300px;
	font-weight:normal;
	float: left;
	margin: 0 0 0 0;
}
label[class=texte_cat_config2] {
	display: block;
	width: 315px;
	float: left;
	margin: 0 0 0 0;
}
label[class=texte_cat_config3] {
	display: block;
	width: 80px;
	font-weight:normal;
	float: left;
	margin: 0 0 0 0;
}
label[class=texte_surf] {
	display: block;
	width: 60px;
	text-align: center;
	font-weight:normal;
	float: left;
	color: #9600FF;
	margin: 0 0 0 0;
}
input[class=input_contact] {
	width: 200px;
	margin: 0 0 0 0;
}
input[class=input_site] {
	width: 270px;
	margin: 0 0 0 0;
}
input[class=input_config1] {
	width: 20px;
	margin: 0 0 20px 0;
}
select[class=input_site] {
	width: 270px;
	margin: 0 0 0 0;
}
textarea[class=input_contact] {
	width: 250px;
	height: 200px;
	margin: 0 0 0 0;
}
label[class=newslettre1] {
	display: block;
	width: 50px;
	float: left;
	margin: 0 0 0 0;
}
label[class=newslettre2] {
	display: block;
	width: 130px;
	float: left;
	margin: 0 0 0 0;
}
label[class=newslettre3] {
	display: block;
	width: 300px;
	float: left;
	margin: 0 0 0 0;
}
input[class=newslettre] {
	width: 15px;
	margin: 0 0 20px 0;
}
textarea[class=edition_page] {
	width: 492px;
	height: 350px;
	margin: 0 0 0 0;
}
#surf {
	float: left;
	width: 1100px;
	height: 85px;
}
#header_surf {
	float: left;
	width: 610px;
	position: relative;
	height: 85px;
	background: url(header_surf.jpg) no-repeat left top;
/*	padding: 0;*/
	color: #FFF;
	padding: 55px 0 0 10px;
}
#header_surf div {
	float: left;
	display: block;
	text-align: center;
	font-weight:bold;
	margin: 0 0 0 0;
}
#header_surf div.lien {
	width: 60px;
	color: #9600FF;
}
#header_surf div.separation {
	width: 10px;
	color: black;
}
#header_surf div.input {
	width: 100px;
	color: #9600FF;
}
#header_surf div.input input.surf1 {
	width: 25px;
	margin: 0 0 0 0;
}
#header_surf div.input input.surf2 {
	width: 40px;
	margin: 0 0 0 0;
}
#header_surf form {
	background-color: none;
	border: 0; 
	background: none;
	padding: 0;
	margin: 0;
}
#pub_surf {
	float: right;
	width: 468px;
	position: relative;
	height: 85px;
/*	padding: 0;*/
	padding: 12px 0 0 0;
}



form.no_deco {
	background-color: none;
	border: 0; 
	background: none;
	padding: 0;
	margin: 0;
}
select.site_att {
	width: 300px;
}
label[class=boutique1] {
	display: block;
	width: 300px;
	float: left;
	margin: 8px 0 0 10px;
}
label[class=boutique2] {
	text-align: center;
	display: block;
	width: 100px;
	float: left;
	margin: 8px 0 0 0;
}
img[class=boutique3] {
	text-align: right;
	display: block;
	width: 96px;
	height: 26px;
	float: left;
	margin: 0 0 0 0;
}

a.infobulle {
  position: relative;
}

a.infobulle span {
  display: none; /* ceci masque l'infobulle */
}
a.infobulle:hover {
  background: none; /* correction d'un bug IE */
  z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

}
a.infobulle:hover span {
  display: inline; /* ceci affiche l'infobulle */
  position: absolute;

  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

  top: 5px; /* on positionne notre infobulle */
  left: 15px;

  background: #ebebeb; /* arrière-plan de l'infobulle */

  color: black; /* texte dans l'infobulle */
  padding: 3px;

  /* bordures de votre infobulle*/
  border: 1px dotted black;
  border-left: 1px dotted black;
}

