/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #333333;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #F47A00;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #F47A00;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

p {
	text-align:justify;
}

.commentaire{
	font-size: 9px;
	text-align:center;
	margin:0 0 0 0;
}

/* images */
.contour{
	background: #FAFAFA;
   	border: 1px solid #E5E5E5;
	padding: 5px;
	margin: 0 0 0 5px;
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul li {
	list-style-image: url(images/bullet.gif);
}

.pass ul li {
	list-style-image: url(images/pass.gif) ;
	margin: 0 0 0 40px;
}
.pass p{
	margin:0px 50px 0 0;
}

cadre {
  margin: 5px 0; 
  padding: 10px;
  text-align: center;
  display: block;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}

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

code2 {
  margin: 5px 0;
  padding: 10px;
  text-align: justify;
  display: block;
  overflow: auto;  
  /* white-space: pre; */
  background: #EFEFEF;
  border: 1px solid #f2f2f2;  
}

code3 {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  /* 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(images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px auto;
	width: 520px;
}
th strong {
	color: #fff;
}
th {
	background: #F47A00;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #FFF;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
	font-size: 9px;
	text-align:justify;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
tr.row-c {
	background: #000000;
	color:#FFFFFF;
}
td.thumbs {
	width: 30%;
	height: 110px;
	text-align:center;
}
td.descrition {
	width: 70%;
}
/* end - table */

/********************************************
   FORM
********************************************/
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
	font-size: 12px;
}

label {
	font-weight:bold;
	margin:5px 0 0 20px;
}

input.nom{ width: 280px; margin:0 0 0 70px; }
input.email{ width: 280px; margin:0 0 0 10px; }
input.autres{ width: 280px; margin:0 0 0 120px; }
input.sujet{ width: 280px; margin:0 0 0 23px; }
textarea.corps{ width: 280px; margin:0 0 0 195px; }
input.button { padding: 0; margin:0 0 0 100px ; background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;}
.alert {
	font-weight:bold;
	color:#FF0000;
	margin:0 0 0 200px;
}
.alert2 {
	font-weight:bold;
	color:#FF0000;
}
.crypto {
	text-align:center;
}

/********************************************
   NUMERO/SMS
********************************************/
.numero{
	font-family:"Arial Black";
	font-size: 40px;
	color:#CC0000;
	font-style:italic;
	text-align:center;
	margin: 0 0 15px 0;
}


.numero img { margin: 0 0 0 25px;}

.prefixe {
	font-family:"Arial Black";
	font-style:italic;
	font-size: 25px;
	color:#666666;
}

.numero-small{
	font-family:"Arial";
	font-size: 20px;
	color:#CC0000;
	font-weight:bold;
	text-align:center;
	margin: 0 0 15px 0;
}


.numero-small img { margin: 0 0 0 25px;}

.prefixe-small {
	font-family:"Arial";
	font-weight:bold;
	font-size: 15px;
	color:#666666;
}

.ch-be{
	font-family:"Arial";
	font-weight:bold;
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px 0; 
	color:#666666;
}

.ch-be .comment{
	font-size: 11px;
	margin-right:20px;
	color: #E3B39C;
}

#sms {
	font-family:"Arial";
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin: 15px 0 0 0;
}

#sms .small {
	font-size:12px;
	font-weight:normal;
}

#sms .pink {
	font-style:italic;
	font-family:"Arial Black";
	font-size:25px;
	color:#FF0099;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 960px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 920px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 960px;
	position: relative;
	height: 207px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}
#logo-text {
	position: absolute;
	margin: 25px 0 0 0 ; padding: 0;
	font: bolder 23px '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: 25px; left: 150px;	
}
#header h1 {
	position: absolute;
	margin: 7px 0 0 0; padding: 0;
	font: normal 10px '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: 70px; left: 150px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 10px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}

#header #header-promo {
	position: absolute;
	top: 55px; left: 440px;	
	color: #C6DDEE;	
}
	

#header #header-annonce {
	position: absolute;
	top: 50px; right: 60px;	
	color: #C6DDEE;	
	width:130px;
	height:120px;
	text-align:center;
}

#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding:0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/31px Verdana, Arial, Tahoma, Sans-serif;
	height: 31px;
	width: 920px;	
}
#menu ul {
	list-style: none;
	margin: 0 0 0 30px; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #FFE4CA;	
}
#menu ul li#current a {	
	color: #FFE4CA;
}

/* Main Column */
#main {
	float: left;
	display: inline;
	width: 70%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #F47A00; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/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(images/clock.gif) no-repeat left center;
	padding: 0 0 0 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat right center;
	padding: 0 20px 0 0; margin: 0 20px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat right center;
	padding: 0 20px 0 0; margin: 0 40px 0 5px;
}
/* Marquee */	
#text_marquee { font-size: 10px; text-align:center; color:#666666;}
.num_marquee {font-size: 12px; color:#CC0000; font-weight:bold;}
.big_marquee {font-size: 16px; font-weight:bold;}

/* Sidebar */	
#sidebar {
	float: right;
	display: inline;
	width: 28%;
	padding: 0 5px 0 0; margin: 0;	
	color: #68774A;	
}	

#sidebar p{
	text-align:justify;
}

#sidebar .rubrique {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #F47A00;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}



/* alignment classes */
.float-left  { float: left; display: inline;}
.float-right { float: right; display: inline;}
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.align-center { text-align: center; }
/* display and additional classes */
.clear { clear: both; }
#sms-stop { text-align:center; margin: 10px 0 0 0;}
.marge {margin: 0 20px 0 20px;}
.spacer { height: 31px;}
.tete-gondole { text-align:center; font-weight:bold;  color:#666666;}
/********************************************
   FOOTER
********************************************/ 	
#footer {
	background: #CCC url(images/footer.jpg) no-repeat center bottom;
	clear: both;
	width: 960px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	text-decoration: none; 
}

#pied {
	background:url(images/pied-page.jpg) top center repeat-y;
	text-align:center;
	padding: 10px 0 0 0;
	margin:0;
	clear: both;
}
#pied h1{
	color:#CCCCCC;}

#link {
	color:#7D6632;
	text-align:center;
	margin-top: 10px;
	font-size:10px;
	text-decoration:none
}

#link a {
	color:#7D6632;
	text-decoration:none
}

#mention-legale {  
	float: left; 
	text-align:left;
	display: inline;
	margin: 10px 0 0 35px;
	padding:0 0 0 0;
}
	#mention-legale a{ color: #FFF;}

#copyright {  
	float: right; 
	display: inline;
	text-align:right;
	margin:10px 35px 0 0;
	padding:0 0 0 0;
}
	#copyright a {color: #C6DDEE;}
 
#spywords {
	margin: 25px 0 0 0;
	text-align: center; 
	vertical-align: middle;
}

#icra{  
	text-align:center;
	margin-top: 40px;
}

/********************************************
   Promo
********************************************/
.promo {text-align: center;border: 1px solid #d3bd68;border-top: 3px solid #d3bd68; margin: 10px 5px 10px 5px; padding: 5px; -moz-border-radius:10px;
-webkit-border-radius:10px;background:#fffbf4; 
}
.promo-num {font-size: 20px; letter-spacing: -1px; margin: 10px 0 10px 0;font-family:"Arial Black";}
.promo-num img { vertical-align: middle; margin:0 5px 5px 0;  }
.bold{font-weight:bold;}

