@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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #91cda8;
	color: #666666;
}

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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	padding:0;
	width:800px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 320px;
	background-color: #80BBCB;
}

#coord {
	color: #FFFFFF;
	width: 250px;
	margin-left: 150px;
	display: block;
	position: relative;
	padding-top: 15px;
	margin-bottom: 10px;
}
#coord .tel {
	font-size: 20px;
	font-weight: bold;
	color: #A763A0;
	margin-bottom: 4px;
	text-align: right;
}
#coord .adresse {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #AA62A1;
	padding-right: 4px;
}
/*Contenu de page  CONTENT */

#content {
	width: 760px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/deco/BG_content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 20px 0 20px;
}

#content .photo {
	float: right;
	margin-left: 25px;
}
#content p {
	line-height: 16px;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content ul {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 15px;
}
#content li {
	list-style-position: inside;
	list-style-type: square;
	font-style: normal;
	color: #9B5593;
}

#coord_contact {
	display: block;
	padding: 4px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#coord_contact .entreprise {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A962A0;
	color: #A962A0;
	margin-bottom: 10px;
	padding-bottom: 4px;
	line-height: 18px;
}

#coord_contact .adress {
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	color: #333333;
}

#coord_contact .tel {
	font-size: 16px;
	font-weight: bold;
	color: #A962A0;
	text-align: center;
	margin-top: 15px;
	letter-spacing: 1px;
}

#map {
	float: right;
	width: 400px;
	background-color: #A962A0;
	padding: 3px;
	margin-top: 30px;
}
#map a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#map a:hover {
	text-decoration: underline;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	background-color:#333;
	width:200px;
	left:0px;
}

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

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:580px;
}

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


/*Bas de page  FOOTER*/

#footer{
	width:740px;
	text-align: right;
	color: #333333;
	background-image: url(../images/deco/top_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer a{
	color:#333333;
	text-decoration:none;
}

#footer a:hover{
	color: #990066;
}
#footer strong {
	color: #990066;
	font-weight: normal;
}
/*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 {
	color:#AC60A0;
	font-size: 18px;
	background-image: url(../images/deco/puce_h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 24px;
	padding-left: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}
h4 {
	color:#417481;
	font-size: 14px;
	background-image: url(../images/deco/puce_h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 4px;
}
h5 {
	color:#306574;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 15px 0;
	padding: 0 0 0 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3A7C8F;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 10px;
}
#content a {
	color: #AC60A0;
}


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

