@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 "couleurs.css";
@import "restaurant.css";
@import "jquery.lightbox-0.5.css";
@import "thickbox.css";
@import "jquery.jcarousel.css";
/*@import "skin.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:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background:url(../images/deco/body.jpg) top repeat-x;
	letter-spacing:1px;
}

.body_home{
	background:none;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}



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

#anim_home{
	width:840px;
	height:420px;
	margin:0 auto;
	padding:0;
}


#general{
	margin:0;
	padding:0;
	width:100%;
	background:url(../images/deco/general.jpg) bottom repeat-x;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:999px;
	height:268px;
	background:url(../images/deco/header.jpg) top no-repeat;
}

#menu_header{
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	position: relative;
	text-align: right;
	top: 233px;
	padding: 0 26px 0 0;
	letter-spacing: 1px;
}
#menu_header a{
	color:#fff;
	text-decoration:none;
}
#menu_header a:hover, #menu_header a.menu_actif{
	color:#cd2945;
	text-decoration:none;
}

a.lien1{
	color:#D22642;
	text-decoration:underline;
}

a.lien1:hover{
	color:#D22642;
	text-decoration:underline overline;	
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 999px;
	background:url(../images/deco/chevaux.gif) 40px bottom no-repeat;
	position: relative;
}

#content_home{
	margin:0 auto;
	padding:0 0 50px 0;
	width: 999px;
	position: relative;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:218px;
	height:354px;
	padding:0 0 0 30px;
	margin:0;
	left:0px;
	background:url(../images/deco/menu-vertical-bg.jpg) top no-repeat;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	width:731px;
	margin: 0 0 77px 0; /*Firefox*/
	_margin: 0 0 75px 0; /*<=IE6*/
	*margin: 0 0 80px 0; /*=>IE7*/
	padding: 5px;
}


#bloc_txt{
	padding:30px 0 0 0;
	margin:0;	
	
}
#cont_actu{
	width:530px;
	}
#bloc_txt p{
	padding:0 0 10px 0;
	line-height: 17px;
	text-align:justify;
	width:570px;
	_width:560px;
}

#bloc_txt strong{
	color:#cd2945;
}

#galerie {
	float:right;
	position:relative;
	text-align: center;
	height:512px;
	margin: 10px;
	padding:0;
	list-style: none;
	background:#FFFFFF;
	width: 130px;
}

#galerie a img  {
	border:1px solid #979797;
	    opacity: 0.8;
    	filter:alpha(opacity=80);
   	    -moz-opacity:0.8;
}
#galerie a:hover img  {
	border:1px solid #979797;
		    opacity: 0.9;
    	filter:alpha(opacity=90);
   	    -moz-opacity:0.9;
}

#postit{
	position:absolute; 
	float:right; 
	right:20px; 
	top:-25px; 
	z-index:10; 
	width:201px; 
	height:146px; 
	background:url(../images/deco/postit.png) top no-repeat;
	color: #000;
	text-align:center;
	font-size:10px;
}
#postit p{
	padding:5px 0 10px 0;
}
.titre_postit{
	font-size:12px;
	font-weight:bold;
	padding:25px 0 5px 0;
	clear:right;
	display: block;
}
.tel_postit{
	color:#f00;
}

a.lien_partenaire{
	color:#f00;
	text-decoration:underline;
	margin:10px 0 20px 0;
	display:block;
	cursor:pointer;
}
a.lien_partenaire:hover{
	color:#f00;
	text-decoration:underline overline;
}


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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	width:100%;
/*	background:url(../images/deco/footer.jpg) bottom repeat-x;*/
}

#footer_content{
	margin:0 auto;
	padding:10px 0;
	width:999px;
	text-align:center;	
}

#footer_content p{
	padding: 10px 0 0 0;
}

#footer_content strong{
	color:#cd2945;
}

#footer_content a{
	color:#000;
	text-decoration:none;
}

#footer_content a:hover, #footer_content a.menu_actif{
	color:#cd2945;
}



/*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;

}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 20px;
}

.titre_h1{
	font-size:23px;
	text-transform:uppercase;
	padding:0 0 0 38px;
	min-height:47px;
	_height:47px;
	background:url(../images/deco/h1.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
.titre_h1_pt{
	font-size:11px;
	padding:0 0 0 2px;
	font-weight: normal;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}

.titre_h2{
	color:#000;
	border-bottom:1px solid #d22642;
	font-size:13px;
	text-align: left;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	display:block;
	width:580px;
	_width:560px;
}
  
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;
}

.bloc_liens_interne {
	margin: 0;
	padding: 0;
	width: 350px;
	float: right;

}
.bloc_liens_interne ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}	
.bloc_liens_interne li{
	margin: 0;
	padding: 0;
}	
.bloc_liens_interne a{
	margin: 0;
	padding: 0;
	color: #333333;
}
.bloc_liens_interne a:hover{
	color: #990000;
}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/

