@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "paiement.css";
@import "panier.css";
@import "actualites.css";
@import "newsletter.css";
@import "acces_client.css";
@import "produits.css";
@import "restaurant.css";
@import "tarifs_partenaires.css";
@import "typo.css"; /* Contient H1, h2, etc */
@import "../colorbox/colorbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/
 
/*------------------------------------------------------*
*-- utilisation de l'unité em pour la taille de la typo et la largeur du contenu de la page
*------------------------------------------------------*/

/*toutes les balises ont des marges internes et externes à 0*/
* {
margin: 0;
padding: 0;
}
/*html {
 font-size: 75%;
}
*/
body {
	font-family: lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 75%;/*fixe la taille de la typo pour IE*/
	background: url(../images/deco/fond.jpg) top center no-repeat #BDCC01;
	color: #b3b3b3;
	text-align: center;

}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #8b0a04;
}
a:visited {
	color: #8b0a04;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #FFF;
	background: #8b0a04;
}
 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/
#general{
	width:100%;
		margin: 0;
padding: 0;
}

/*Haut de page  HEADER*/
.mask {
	background: url(../images/deco/masque.png) no-repeat top right;
	position:absolute;
	z-index:90;
	width:691px;
	height:333px;
}
#header{

	margin:0 auto;
	position: relative;
	z-index: 10;
	 border: 6px solid #272727;
	 background-color: #272727;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	width:82.25em;
	position: relative;
}
.separator {
	margin:10px;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:22%;
	margin-right: 5em;
	margin-top: 0px;
	

}
#drapeau {
list-style: none;
position:absolute;
left:10px;
}
#drapeau li{
color: #8b0a04;
font-size: 1.2em;
font-weight: bold;
float: left;
}
#drapeau li a{
color: #91ba40;
display: block;
padding: 0 0.3em;
float: left;

}
#drapeau li a:hover, #drapeau li a.drapeau_actif{
text-decoration: none;
background-color: #8b0a04;
}
a.logo {
	/*display: block;
	width: 100%;
	padding-bottom: 20px;
	background: #1D1D1D url(../images/deco/bg-logo-repeat.jpg) repeat-x left bottom;*/
}
a.logo img{
	width: 201px;
	height: 235px;
	
}
/*a.logo:hover img{
    opacity : 0.7;
    -moz-opacity : 0.7;
    -ms-filter: "alpha(opacity=7)"; 
    filter : alpha(opacity=7); 
}*/
/*///    partie du centre   ///*/
#middle_content{
	background:#000;
	float:left;
	width:70%;
	text-align: left;
	margin-top: 0px;
}
#middle_content p{
margin: 1em 10px;
font-size: 1em;
}
#middle_content h2, h3, h4  , h5, h6{
margin: 1em 10px;
}
#middle_content ul{
	margin: 1.4em 1em;
	font-size: 1em;
}

#middle_content li{
	list-style-position:inside;
	margin-bottom: 0.4em;
	list-style-image: url(../images/deco/bg-puce.png);
}

#middle_content ul#pdf {
	margin: 3em 0;
	border-top: 1px solid #595959;
	padding-top: 15px;
	font-size: 0.95em;
}	
#middle_content ul#pdf li {
	list-style: none;
	float: left;
	margin-right: 0.95em;
	margin-bottom: 0.6em;
	font-weight: bold;
}	
#middle_content ul#pdf li a span{
	display: block;
	color: #595959;
	font-style: italic;
	font-weight: normal;
	padding-top: 0.4em;
}
#middle_content ul#pdf li a:hover span{
	color: #000;
}

.pdf {
    display: block;
	text-align: left;
	padding: 10px 4px 10px 23px;
	color: #8b0a04;
	background-image: url(../images/deco/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin:5px 10px;
}
.pdf:hover {
	background-image: url(../images/deco/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
}

#contenu {
	background-color:#000;
	border: 9px solid #ee7608;
	border-bottom: none;
	position: relative;
	top:-10px;
	min-height: 500px;
	padding-bottom:1em;
}
.image-droite {
   float:right;
}
.image-gauche{
   float:left;
} 
.image-centre, #middle_content p.image-centre{
   margin:2em auto;
   text-align: center;
   width: 95%;
} 

/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

/*#footer{
	margin:0 auto;
	padding:3em 0;
	width:82.25em;
	text-align: center;
	color: #ee7608;
}
#footer ul {
	list-style:none;
	width:88%;
	float: right;
}
#footer ul li {
	float: right;
	margin-bottom: 0.3em;
}
#footer a{
	color:#ee7608;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color:#FFF;
	background: #ee7608;
}*/
.adr {
color:#FFF;
text-align: right;
font-size: 1.1em;
line-height: 1.7em;
background: #000;
padding: 0 2em 1.5em 0;
width:175px;
margin:0 auto;
}
.adr span.name {
font-style: italic;
}
.adr span.org {
font-style: normal;
color:#91ba40;
font-weight: bold;
}
.adr span.org b{
color:#8b0a04;
}
/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   font-size: 0;
   line-height: 0;
}
#player {
	z-index:80;
	width: 680px;
	height: 320px;
}
#player-son {


}
#player-video {


}
/*carrousel*/
#carrousel-content {
position: relative; 
width: 100%; 
height: 300px; 
overflow: hidden;
}
#carousel {
position: absolute; 
width: 100%; 
height: 100%; 
display: block;
}
#carousel h6{
	margin:0 10px;
}
#carousel a, #carrousel a:hover{
border: none;
background-color: transparent;
display: inherit;
}
#carousel img{
position: absolute; 
left: 221px; 
top: 160px; 
z-index: 100;
}
#carousel canvas {
position: absolute; 
left: 221px; 
top: 326px; 
width: 127px; 
height: 56px;
}
#carousel-title {
	color: #595959;
	display: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 13px 5px 0;
	padding-top: 10px;
	text-transform: uppercase;
	width: 100%;
	border-top: 1px solid #595959;
}
#carousel-alt {
	color: #595959;
    display: none;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 20px;
}
/*.carouselLeft {
    background: url(../images/diaporama/carousel/rotate-left.png) repeat scroll 0 0 transparent;
    display: none;
    height: 40px;
    width: 40px;
}
.carouselRight {
    background: url(../images/diaporama/carousel/rotate-right.png) repeat scroll 0 0 transparent;
    display: none;
    height: 40px;
    width: 40px;
}*/

dl.table-display {
	width: 44%;
	margin: 2em 0.2em 2em 1em;
	padding: 0;
	float: left;
	font-size: 0.9em;
}

.table-display dt
{
/*border-top: 1px solid #595959;*/
padding-top: 1.5em;
width: 95px;
float: left;
margin: 1.5em 1.3em 0 0;
}
.table-display dt img
{
border: 1px solid #91BA40;
}
.table-display dd.nom
{
	color: #91BA40;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	text-align: left;
	border-top: 1px solid #595959;
	padding-top: 1em;
    
}
.table-display dd {
text-align: justify;
font-weight: normal;
}
.margin-right {
	margin:0 1.5em 0 0;
}

