@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: 12px;
	background: #FFF url(../images/background/background.jpg) repeat-x;
	color: #444;
}

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 TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0 0 20px;
	padding: 0;
	color:#770640;
	font-size: 20px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration: underline;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}
h4 {
	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%;
	background:url(../images/background/visuel_background.jpg) 10px 0 no-repeat;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:940px;
	height:139px;
	background:url(../images/background/background_header.jpg) left bottom no-repeat;
	position:relative;
}

#header #logo{
	display:block;
	width:223px;
	height:138px;
	position:absolute;
	left:0;
	bottom:0;
}

#header #sothys img{
	border:none;
	position:absolute;
	right:0;
	bottom:0px;
}


#header h2{
	width:561px;
	text-align:center;
	font-size:24px;
	color:#ffcccc;
	font-weight:normal;
	font-style:italic;
	letter-spacing:2px;
	position:absolute;
	left:223px;
	top:70px;
}

#header h3{
	width:561px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	left:223px;
	top:95px;
}


/*Contenu de page ACCUEIL */

#home{
	width:800px;
	height:535px;
	margin:0 auto 0;
	position:relative;
	border: 1px solid #9C6E71;
	color: #9C6E71;
}

#home #logo_home img{
	border:5px solid #fff;
	position:absolute;
	left:310px;
	top:340px;
}

#player_home {
	margin:0;
	padding: 0;
	position:absolute;
	top:0;
	left:0;
	width: 800px;
	height: 535px;
}

#footer.footer_home{
	background:none;
	padding:5px 0;
}

#footer.footer_home p{
	color:#75073c;
}

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


/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:10px 20px 0;
	width: 940px;
	background:#fff url(../images/background/background_content_top.gif) no-repeat;
	overflow:auto;
}

#content a{
	color:#770640;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:220px;
	left:0px;
}

#left_content h5{
	color:#656567;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	width:220px;
	background:url(../images/background/background_actu_top.gif) bottom no-repeat;
	text-align:center;
	padding:0 0 25px;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:700px;
	right:0px;
	padding:5px 0 0;
	line-height:18px;
	text-align:justify;
}

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

#right_content ul{
	padding:0 0 10px 30px;
}
#right_content li{
	list-style:url(../images/deco/puce.gif);
}

#map{
	float:right;
}

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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:30px 0 10px;
	width:100%;
	clear:both;
	background:#78073e url(../images/background/background_footer.gif) top center no-repeat;
	text-align: center;
	color: #ae7188;
	font-size:11px;
}

#footer p{
	font-size:12px;
	color:#fff;
	padding:0 0 5px;
}

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

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

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


#footer-home
{
	margin:0;
	padding:0;
	clear:both;
	text-align: center;
	color: #FFFFFF;
	font-size:11px;
	float: right;
	width: 500px;
}

#footer-home p{
	font-size:12px;
	color:#fff;
	padding:0 0 5px;
}

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

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

#footer-home a:hover, footer-home a.menu_actif{
	color:#ffcccc;
}



#player {
	margin: 0 0 10px;
	padding: 0;
}

#header #sothys img{
	border:none;
	position:absolute;
	right:0;
	bottom:70px;
	width: 100px;
}


#header  .lien img
{
	border:none;
	position:absolute;
	right:0;
	bottom:0px;
}
#header  .lien-1 img
{
	border:none;
	position:absolute;
	right:0;
	bottom:34px;
	padding-right: 17px;
	background-color: #FFFFFF;
}
#header  #lien p a
{
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

#right_content strong
{
	color:#79063F;
}
#bas-home
{
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 124px;
	background-image: url(../images/background/background_header.jpg);
	background-repeat: no-repeat;
	border: 1px solid #9C6E71;
	padding-top: 15px;
}

