@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 "../lightbox/lightbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF url(../images/background/background-body.jpg) top center no-repeat;
	color: #666;
}
	

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}



/*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0 0 20px;
	padding: 14px 50px 0 30px;
	color:#000;
	font-size: 20px;
	background:#f4f2ee url(../images/deco/background_h1.jpg) top right no-repeat;
	/*display: inline;*/
	height:52px;
	width:auto;
	position:relative;
	left:-30px;
	color:#777;
	font-size:30px;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	line-height:normal;
}
  
h2 {
	margin: 15px 0 10px;
	padding: 0;
	color:#99CC00;
	font-size: 18px;
	font-weight:normal;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 10px;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  
  

 /*------------------------------------------------------*
  *--------    PAGE ACCUEIL    						 ----*
  *------------------------------------------------------*/
  
body.home{
	background: #FFF url(../images/background/background-index.jpg) top center no-repeat;
	text-align:center;
	overflow:hidden;
	width:100%;
}  
  
#logo_home{
	position:relative;
	top:-5px;
	margin:0 0 0 150px;
}

h1.home{
	margin: 3px 0 350px;
	padding: 0;
	color:#000;
	font-size: 20px;
	background:none;
	display:block;
	position:static;
	color:#99cc00;
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	line-height:25px;
	text-align:center;
}
h1.home a{
	color:#FFFFFF;
	text-decoration:none;
}
h1.home a:hover{
	color:#003300;
}


 /*------------------------------------------------------*
  *--------------------------     PAGE ACCUEIL FIN     ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:900px;
	background:#fff;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:900px;
	height:430px;
	background:#fff;
	position:relative;
	border-bottom:4px solid #D6CE1D;
	font-family:"Times New Roman", Times, serif;
}

#header #logo{
	position:absolute;
	left:0;
}

#header #coordonnees{
	width:270px;
	height:55px;
	background:url(../images/background/background_coordonnees.jpg) no-repeat;
	text-align:center;
	padding:17px 0 0 16px;
	position:absolute;
	right:0;
	top:73px;
}

#header #coordonnees h3{
	color:#777;
	font-size:38px;
	font-style:italic;
	font-weight:normal;
	line-height:30px;
}

#header #coordonnees h4{
	color:#888;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
}

#header #banniere{
	width:900px;
	height:270px;
	background:#ffff66 url(../images/background/background_banniere.gif) top repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

#header #banniere #banniere1, #header #banniere #banniere2, #header #banniere #banniere3{
	float:left;
	margin:5px 0 0 5px;
}

#header #banniere h2{
	color:#453520;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	font-style:italic;
	position:relative;
	top:9px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:20px 30px;
	width: 840px;
	text-align:justify;
	line-height:17px;
	overflow:auto;
	background-image: url(../images/background/background-content.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#content p{
	padding:0 0 10px;
}
#content a{
	color:#99cc00;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}

#content ul{
	padding: 0 0 10px 40px;
}

#content li{
	list-style:url(../images/deco/puce.gif);
}

.image-droite {
   padding:0;
   margin:0 0 10px 20px;
   float:right;
   border:3px solid #ccff33;
}
.image-gauche{
   padding:0;
   margin:0 20px 10px 0;
   float:left;
} 

#content #galerie1, #content #galerie2, #content #galerie3{
	float:left;
	border:5px solid #ccff33;
	margin:5px;
}


/*/// Carte ///*/

#map{
	width:500px;
	height:307px;
	float:right;
	border:3px solid #ccff33;
	margin:20px 0 0;
}



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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:900px;
	background:#ccff33 url(../images/background/background_menu.gif) top repeat-x;
	border-top:4px solid #D6CE1D;
	text-align: center;
	color: #999900;
	font-size:11px;
	clear:both;
}

#footer li{
	list-style:none;
	display:inline;
}

#footer a{
	color:#999900;
	text-decoration:none;
	margin:0 5px;
}

#footer a:hover, #footer a.menu_actif{
	color:#000;
}

#footer .adr{
	font-size:12px;
	color:#453520;
	padding:5px;
}

/*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 {
	margin: 0;
	padding: 0;
}
#player-son {
	margin: 0;
	padding: 0;
}
#player-video {
	margin: 0;
	padding: 0;
}

 
  
/*debut ENCART ACTU*/
#encart_actu {
	float:left;
	margin:10px auto;
	width:200px;
	padding:10px 0;
	background-color: #A7A7A7;
	}
#encart_actu h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#010609;
	border-bottom:1px solid #576888;
	border-top:1px solid #576888;
	margin:0 0 2px 0;
	padding:0;
	text-align: center;

	}
#encart_actu p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding:0 10px;
	text-align:justify;
	}
#date_actu {
	font-size:13px;
	text-align:center;
	}
#encart_actu_photo{
	padding:4px 0;
	margin:0 auto;
	text-align: center;
	}
#encart_actu_photo img{
	padding:0;
	margin:0 auto;
	width:140px;
	height:76px;
	}
#encart_actu_btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:0 auto;

	}
#encart_actu_btn a{
	display:block;
	text-decoration:none;
	color:#000;
	margin: 4px 0 0 0;
	padding: 0;
	}
#encart_actu_btn a:hover{	
	display:block;
	text-decoration:none;
	color:#dcd5c2;
	} 
/*fin ENCART ACTU*/

/*debut NAVIGATION*/
.retour_haut{
	margin: 10px 0;
	padding: 2px 0;
	font-size: 11px;
	color: #666666;
	float: right;
	clear: both;
}
.retour_haut a{
	color: #666666;
	text-decoration: none;
	border: 1px solid #666;
	margin: 0 5px 0 0;
	padding: 1px 4px;
}
.retour_haut a:hover{
	color: #FFF;
	background-color:#666;
	text-decoration: none;
}
.nav_pages{
	/*margin: 0 150px 0 0;*/
	padding: 2px 0 20px 0;
	font-size: 11px;
	color: #555;
	float: right;
}

.nav_pages a{
	color: #555;
	text-decoration: none;
	border: 1px solid #777;
	margin: 0 3px;
	padding: 1px 4px;
}
.nav_pages a:hover{
	color: #000;
	background-color:#999;
	text-decoration: none;
}
.nav_pages a.menu_actif{
	color: #000;
	background-color:#999;
	text-decoration: none;
}
/*fin NAVIGATION*/
