@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 02-04-2008 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


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

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

a img{border:none;}

li{list-style-position:outside;}

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

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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background:url(../images/background/background_site.jpg) top center no-repeat;
	overflow:auto;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:254px;
	background:url(../images/background/header.jpg) no-repeat;
	position:relative;
}

#header h2{
	color:#333;
	font-size:14px;
	font-weight:normal;
	display:block;
	width:170px;
	text-align:center;
	position:absolute;
}
#header h2.reprise{
	top:135px;
	left:13px;
}
#header h2.entretien{
	top:173px;
	right:12px;
}

#header h3{
	color:#fff;
	font-weight:bold;
	font-size:20px;
	position:absolute;
	top:52px;
	left:430px;
	letter-spacing:-1px;
}

#header a.bellier{
	display:block;
	width:122px;
	height:55px;
	position:absolute;
	top:14px;
	left:35px;
}

#header a.citroen{
	display:block;
	width:84px;
	height:64px;
	position:absolute;
	top:15px;
	right:35px;
}

/*Contenu de page  CONTENT */

#content{
	clear:both;
	margin:0 auto;
	padding:0;
	width:980px;
	background:url(../images/background/background_content.gif) top right repeat-y;
	overflow:auto;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	background:url(../images/background/background_left.jpg) top left no-repeat;
	width:306px;
	min-height:357px;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	width:674px;
	text-align:justify;
	padding:0 0 10px;
	background:url(../images/background/background_h1.gif) 0 0 no-repeat;
}

#right_content h1{
	padding:0;
	margin:0;
	display:block;
	width:100%;
	height:59px;
	line-height:54px;
	color:#333;
	font-weight:bold;
	font-size:20px;
	letter-spacing:-1px;
	text-indent:80px;
}

#right_content #texte{
	width:614px;
	padding:10px 20px 20px 40px;
	overflow:hidden;
}

#texte h2{
	font-size:14px;
	color:#CC0033;
	margin:0 0 10px;
	font-weight:bold;
}

#texte h3{
	font-size:12px;
	color:#000;
	padding:7px 0 3px;
	font-weight:bold;
}

#texte p{
	padding-bottom:8px;
}
#texte ul{
	padding-bottom:8px;
	padding-left:30px;
}
#texte    li {
	list-style-image:url(../images/deco/puce_content.gif);
}
#texte a{
	color:#cc0033;
	text-decoration:none;
}
#texte a:hover{
	text-decoration:underline;
}
#texte img{
	border:5px solid #fff;
	float:left;
	margin:5px;
}

#texte .img_left{
	border:0;
	margin:0 20px 0 0;
}

#texte .img_right{
	border:0;
	margin:0 0 0 20px;
}

#texte #diaporama{
	float:right;
	margin:0 0 10px 20px;
}

#flashcontent{
	position:relative;
	top:-30px;
}

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

/* début de la carte */
#map{
	width:425px;
	margin:20px auto 0;
}
/* fin de la carte */

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:20px 0 0;
	clear:both;
	width:100%;
	height:93px;
	background:url(../images/background/background_footer.gif) repeat-x;
	text-align: center;
	color: #FFF;
}
#footer ul{
	width:980px;
	margin:0 auto 20px;
}
#footer li{
	display:inline;
	list-style:none;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer a.menu_actif{
	text-decoration:underline;
}
#footer p{
	color:#fec326;
	font-size:14px;
}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 20px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}
  
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     ----*
  *------------------------------------------------------*/
