@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, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #210b00 url(../images/background/background.png) repeat-x;
	color: #fff;
}

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

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

.gras {
	color:#FF66CC;
	font-weight: bold;
	}
.gras a{
	color:#FFCC66;
	font-weight: bold;
	}
.gras a:hover {
	color:#FFFFFF;
	font-weight: bold;
	}
	
#content-milieu {
	color: #FFFFFF;
	margin: 20px auto 5px;
	padding-top: 15px;
	text-align: left;
	width: 85%;
	clear: both;
	}
/*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0 0 10px;
	color:#e2a51b;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	text-indent:30px;
	line-height:28px;
	font-weight:normal;
	background:url(../images/deco/h1.gif) top left no-repeat;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}
  
h3 {
	margin: 8px 0 0 0;
	padding: 0;
	color:#FFCC33;
	font-size: 14px;
}
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 BLOCS     						 ----*
  *------------------------------------------------------*/


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto 6px;
	padding:0;
	width:915px;
	height:221px;
	position:relative;
}

/* Page d'accueil */

#bloc_professionnel
{
	width:459px;
	height:415px;
	display:block;
	float:left;
	background:url(../images/home/bloc_professionnel.png) no-repeat;
}

#bloc_professionnel_text
{
	float:left;
	width:459px;
	height: 200px;
}

#bloc_professionnel:hover
{
	background:url(../images/home/bloc_professionnel_hover.png) no-repeat;
}

#bloc_particulier
{
	width:456px;
	height:415px;
	display:block;
	float:left;
	background:url(../images/home/bloc_particulier.png) no-repeat;
}
#bloc_particulier_text
{
	float:left;
	width:456px;
	height: 200px;
}

#bloc_particulier:hover
{
	background:url(../images/home/bloc_particulier_hover.png) no-repeat;
}


/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	/*width:915px;*/
	width: 918px;
	text-align:center;
	font-size:12px;
	overflow:hidden;
}
#content p{
	padding:0 0 20px;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:459px;
	min-height:415px;
	position:relative;
	font-size:11px;
}

#left_content #content_top{
	width:459px;
	height:14px;
	background:url(../images/background/content_top.png);
}


#left_content #content_bottom{
	width:459px;
	height:20px;
	background:url(../images/background/content_bottom.png);
	clear:both;
}

#left_content #texte{
	width:409px;
	min-height:381px;
	clear:both;
	background:url(../images/background/background_content.png) repeat-y;
	padding:0 25px 0;
	text-align:justify;
}

#left_content #texte p, #right_content p{
	padding:0 0 10px;
}

#left_content #texte ul, #right_content ul{
	padding:0 0 10px 30px;
}

#left_content #texte a, #right_content a{
	color:#E2A51B;
	text-decoration:none;
}

#left_content #texte a:hover, #right_content a:hover{
	text-decoration:underline;
}

/*/// partie de droite ///*/
#right_content
{
	float:left;
	width:416px;
	height:375px;
	/*background:url(../images/background/background_map.png) no-repeat;*/
	padding:20px;
	color:#3e1b0b;
	position:relative;
	font-size:11px;
	text-align:justify;
}
#right_content2
{
	float:left;
	width:416px;
	height:375px;
	background:url(../images/background/background_map.png) no-repeat;
	padding:20px;
	color:#3e1b0b;
	position:relative;
	font-size:11px;
	text-align:justify;
}

#right_content iframe
{
	position:absolute;
	top:25px;
	left:12px;
}

#right_content a.map{
	position:absolute;
	bottom:25px;
	left:12px;
	font-size:10px;
}

#right_content img{
	position:absolute;
	left:0;
	top:0;
}

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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:915px;
	clear:both;
	text-align: center;
	color: #5a2818;
}

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

#footer a{
	color:#5a2818;
	text-decoration:none;
	margin:0 8px;
	line-height:16px;
}
#footer a:hover, #footer a.menu_actif{
	color:#f088ad;
}

#footer p{
	font-size:12px;
	color:#e2a51b;
	padding:7px;
}

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

}
#player-video {
	margin: 0;
	padding: 0;

}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
.blanc
{
	color:#FFFFFF;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

  
