@charset "UTF-8";
/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Ã‰vite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre Ã  zÃ©ro si nÃ©cessaire. */
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: .9em; /* Ã€ adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* Ã€ adapter au design. (4) */ 
  color: #ffffff;
  background-image:url(../img/template/background.jpg);
  background-repeat:repeat-x;
  position:relative;
  } 
 
 hr{
	 border:none;
	 border-top:1px solid #CCC;
	  border-bottom:1px solid #fefefe;
	 }
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
	margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
	line-height: 1.2; 
	font-weight: bold; /* Valeur par dÃ©faut. (6) */ 
	font-style: normal; 
} 

h1 { 
	font-size: 1.75em; 
} 

h2 { 
	font-size: 0.9em; 
	margin:0;
	padding:0;
	font-weight:normal;
} 

h3 { 
    color: #de6300;
    font-family: "Futura",helvetica,sans-serif;
    font-size: 1.23em;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-shadow: 0 1px #FFFFFF;
	text-transform:uppercase;
} 

h4 { 
	font-size: 1em; 
} 

h5 { 
	font-size: 0.7em;
	color:#333;
	font-weight:normal;
	width:auto;
	float:right;
} 

#description{
	color:#666;
	text-align:justify;
	width:600px;
	float:left;
	padding-right:10px;
	border-right:1px solid #666;
}

#info{
	color:#666;
	text-align:justify;
	width:285px;
	float:right;
	padding-right:17px;
}

/* Pas de bordure pointillÃ©e ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 

a.gris:hover {
	color:#333;
	text-decoration:underline;
	border:none;
	}
	
a.gris:active {
	color:#333;
	text-decoration:none;
	border:none;
	}

a.gris {
	text-decoration:none;
	border:none;
	color:#666;
	}

 a.blanc:hover {
	color:#FFF;
	text-decoration:underline;
	border:none;
	}
	
a.blanc:active {
	color:#FFF;
	text-decoration:none;
	border:none;
	}

a.blanc {
	text-decoration:none;
	border:none;
	color:#FFF;
	}
	
/* Divers Ã©lÃ©ments de type en-ligne (8) */ 
strong { 
	font-weight: bold; 
	} 
	
#header{
	background-image:url(../img/template/background-top.gif);
	height:270px;
	position:relative;
	}
	
	#header #lune{
		position:absolute;
		width:170px;
		height:163px;
		right:100px;
		top:30px;
		background-image:url(../img/template/illustration_lune.png );
		}

	#header #satellite{
		position:absolute;
		width:174px;
		height:79px;
		top:0;
		right:360px;
		background-image:url(../img/template/illustration_satellite.png);
		}

	#header #bulle{
		position:absolute;
		width:100%;
		height:770px;
		left:0;
		background-image:url(../img/template/illustration_bulle.png);
		}

	#header #logo{
		position:absolute;
		left:44px;
		width:588px;
		height:174px;
		} 	

	#header ul{
		position:relative;
		margin:auto auto;
		padding:0;
		top:190px;
		width:675px;
		height:62px;
		}
		
		#header ul li{
			background-image:url(../img/template/fond_lien.png);
			width:136px;
			height:42px;
			display:inline-block;
			margin-right:30px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:30px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			padding-top:20px;
			}

#header ul li a.menu { 
	text-decoration: none;
	color:#FFF;
	} 

#header ul li a.menu:link { 
	color:#FFF;
	text-decoration:none;
	} 

#header ul li a.menu:visited { 
	color: #FFF;
	text-decoration:none;
	} 

#header ul li a.menu:hover { 
	color: #FFF;
	text-decoration:underline;
	}

#single{
	width:926px;
	margin:auto;
	position: relative;
	z-index: 2000;
	}

#single #singleTop{
	background-image:url(../img/template/background-single-top.png);
	background-repeat:repeat-y;
	height:10px;
	}

#single #singleMiddle{
	background-image:url(../img/template/background-single.png);
	background-repeat:repeat-y;
	height:auto;
	padding:10px 13px;
	width:920px;
	padding-top:0;
	}

#single #singleBottom{
	background-image:url(../img/template/background-single-bottom.png);
	height:20px;
	}


.commentTop{height:19px; padding-left:30px; color:#666; background-position:12px 0; background-repeat:no-repeat; background-image:url(../img/template/comment_fleche.png);}
.comment{
	border:5px #CCC solid;
	padding:5px;
	color:#666;
	margin-bottom:30px;
}

#main{
	background-image:url(../img/template/background-center.jpeg);
	background-position:center bottom;
	background-repeat:no-repeat;
	position:relative;
	z-index:10;
	padding-bottom:520px;
	}

#main #centring{
	width:1034px;
	margin:auto;
	position:relative;
	z-index:10;
	}
	
#footer{
	background-color:#835739;
	background-image:url(../img/template/background-footer.gif);
	background-repeat:repeat-x;
	height:auto;
	float:left;
	width:100%;
	padding-bottom:20px;
	}		

#footer div
	{
	margin:0;
	padding:0;
	margin-top:20px;
	width:26%;
	float:left;	
	position:relative;
	text-align:center;
	}

#footer ul{
	margin:auto;
	margin-top:20px;
	width:80%;
	padding:0;
	list-style:inside;
	list-style-type:none;
	}

#footer img{
	margin-bottom:20px;
	}

#footer ul li{
	margin-top:5px;
	border-bottom:1px dashed #ffffff;
	padding-bottom:3px;
	}
	
#footer ul li a{
	color:#FFF;
	text-decoration:none;
	}	
	
#footer ul li a:hover{
	color:#FFF;
	text-decoration:underline;
	}
	
#mention {
	background-color:#657223;
	clear:both;
	font-size:11px;
	height:18px;
	line-height:18px;
	text-align:center;
	}

p.w3c{
	margin:10px 30px 0 0; 
	padding:0;
	text-align:right;
	}

.inlineblock{display:inline-block;}
.float-right{float:right;}
.float-left{float:left;}
.clear-both{clear:both;}

.margin-0{margin:0;}
.margin-10{margin:10px;}
.margin-top-20{margin-top:20px;}
