@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";
@import "style-slide.css";
@import "highslide.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%;/*fixe la taille dea typo pour IE*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #626264 url(../images/deco/fd-repeat-vertical.jpg) repeat-x center top;
	color: #000;
}

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

a {
	text-decoration: underline;
	color: #fff;
	padding: 0 0.3em 0;
}
a:visited {
	color: #fff;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #4b1762;
	padding: 0 0.3em 0;
}
 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:20px 0 0;
	width:100%;
	background: transparent url(../images/deco/fond-content.jpg) no-repeat center top;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:82.25em;
	position: relative;
	z-index: 10;
	height:404px;
}

#slide {
	background: transparent url(../images/deco/fd-slider.png) no-repeat right bottom;
	width: 100%;
	height: 354px;
	float: right;
	position: absolute;
	top:72px;
	right: 0;
	z-index: 30;
	overflow: hidden;
}
#anim-logo {
width:100%;
height:172px;
position: relative;
z-index: 20;
}
/*anim_10-ans HEADER*/
#anim_10-ans{
	margin:0 auto;
	padding:0;
	width:163px;
	height:145px;
}
/*Contenu de page  CONTENT */

#content {
	margin:0 auto 0;
	width:82.25em;
	position: relative;
	z-index: 15;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:16.8em;	
	margin-right: 3em;
	background: transparent url(../images/deco/fd-ombre-actu.png) no-repeat center bottom;
	text-align:center;
	position: relative;
	z-index: 30;
	top: -25px;
	padding-bottom: 12px;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	width:62em;	
}
#middle_content p{
margin: 1.7em 0 0.8em 0;
text-align: justify;
}
#middle_content p a img {
border: none;
}

#partenaire #middle_content p a img {
border: none;
}
#middle_content img, #partenaire #middle_content p a img{
border: #6c6c6e 2px solid;
}
#partenaire #middle_content p a:hover img {
border: #FFF 2px solid;
}

#middle_content a{
	padding: 0;
}

#middle_content a:visited {
	padding: 0;
}
#middle_content a:hover, #middle_content a:focus, #middle_content a:active{
	padding: 0;
}

#middle_content ul{
	margin: 1em 2em 1.2em;
}

#middle_content li{
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#contenu {
	background-color:#000;
	border: 9px solid #ee7608;
	border-bottom: none;
	position: relative;
	top:-10px;
	min-height: 500px;
	padding-bottom:1em;
}
.image-droite, #player {
   margin:2em 0 1em 3em;
   float:right;
}
.image-gauche{
   margin:2em 3em 1em 0;
   float:left;
} 
.image-centre, #middle_content p.image-centre{
   margin:2em auto;
   text-align: center;
   width: 100%;
} 
/*/// fin des colonnes ///*/	
.retour_haut, #middle_content .retour_haut, #middle_content .retour_haut:visited {
display: block;
width: 13%;
float: right;
text-align:center;
text-decoration: none;
padding: 0.5em;
border: 1px solid #FFF;
color: #FFF;
font-size: 0.9em;
font-weight: bold;
}
.retour_haut:hover, #middle_content .retour_haut:hover {
padding: 0.5em;
border: 1px solid #4b1762;
background-color: #4b1762;
}
/*Bas de page  FOOTER*/

#footer{
	margin:3em auto 0.5em;
	padding:1.9em 0 0.6em;
	width:auto;
	text-align: center;
	color: #FFF;
	background: transparent url(../images/deco/fd-repeat-footer.jpg) repeat-x left top;
	font-size: 0.9em;
}
#footer ul {
width:71em;
margin: 0 auto;
}
#footer li {
list-style-type: none;
float: left;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color:#FFF;
	background-color: #4b1762;
}
.adr {
margin: 1.9em 0;
clear: both;
}
/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

#player {
border:2px solid #6C6C6E;
width: 296px;
height: 346px;
padding: 0;
}

#player-son {

}
#player-video {
}

#compact {
    float: right;
    height: 478px;
    padding: 0;
    width: 370px;
}

/*debut ENCART ACTU*/
#encart_actu {
	width:auto;
	padding:10px 10px 10px;
	background: #E2001A url(../images/deco/fd-repeat-actu.jpg) repeat-x left bottom;
	}
#encart_actu h4  {
	margin: 10px 0 5px 0;
	text-align: left;
	padding-left: 7px;
	}
#encart_actu h4 a {
	color: #FFF;
	text-decoration: none;
	}

#encart_actu p{
	font-size: 0.94em;
	text-align: justify;
	padding: 0 13px 0;
	color: #999;
	}
#encart_actu p a{
	padding: 0;
	color: #4b1762;
	}
#encart_actu p a:hover{
	background-color: inherit;
	}
#date_actu {
	font-size: 0.85em;
	text-align: left;
	padding: 0 13px 0;
	color: #999;
	}
#encart_actu_photo{
	margin:0 auto 10px;
	text-align: center; 
		
	}
#encart_actu_photo a {
	display: block;
	color: #FFF;
	padding: 5px;
	}
#encart_actu_photo a:hover {
	padding: 5px;
	background-color: inherit;
	}
#encart_actu_photo a img {
	border: #FFF 4px solid;
}
#encart_actu_photo a:hover img{
	border: #4b1762 4px solid;
	}

#encart_actu_btn{
	font-size: 01em;
	font-weight:bold;
	text-align:center;
	margin-top: 1.2em;
	}
#encart_actu_btn a{
	text-decoration:none;
	color:#FFF;
	padding:0.4em;
	
	}

#encart_actu_btn a:hover, #encart_actu_btn a:focus, #encart_actu_btn a:active {	
	text-decoration: none;
	color: #FFF;
	background-color: #4b1762;
	padding: 0.3em;
	} 

/*fin ENCART ACTU*/

/*debut NAVIGATION*/

.nav_pages{
	font-size: 11px;
	color: #A8A8AA;
	float: right;
}

#middle_content .nav_pages a, #middle_content .nav_pages a:visited{
	color: #A8A8AA;
	text-decoration: none;
	border: 1px solid #A8A8AA;
	margin: 0 3px;
	padding: 2px;
}
#middle_content .nav_pages a:hover{
	color: #FFF;
	background-color:#4b1762;
	text-decoration: none;
	padding: 2px;
}
#middle_content .nav_pages a.menu_actif{
	color: #FFF;
	background-color:#4b1762;
	text-decoration: none;
	padding: 2px;
}
/*fin NAVIGATION*/
.arrondi, .arrondi a { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px; 
}




