@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "jquery.lightbox-0.5.css";
@import "newsletter.css";
@import "acces_client.css";
/*@import "paiement.css";
@import "panier.css";
@import "actualites.css";
@import "produits.css";
@import "restaurant.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:url(../images/deco/body.jpg) top repeat-x;
}

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{
	margin:0 auto;
	padding:0;
	width:980px;
	height:243px;
	background:url(../images/deco/header-02-02.jpg) top no-repeat;
}

#adresse {
	position:relative; 
	top:80px; 
	width:180px; 
	text-align:center; 
	color:#fff;
}
#adresse p {
	padding:0 0 5px 0;
}

#sansRDV{
	position:relative;
	top:0;
	right:25px;
	float:right;
	width:85px;
	height:65px;
	text-align:center;
	color:#fff;
	font-size: 10px;
}
#sansRDV a{color:#F08100;}

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

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	min-height:250px; /*firefox et ie 7*/
	_height:250px; /*ie6*/
	background:url(../images/deco/content.jpg) top no-repeat;
}


#logo_schwar {
width:100px;
margin-left:210px;
margin-top:80px;
}


.img_schwar {
width:85px;
}


.separator {
	margin:0px;
	padding:0;
	height:1px;
	
}
/*/// 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;
	width:960px;
	padding: 10px;
	background:url(../images/deco/middle-content.jpg) bottom no-repeat;
}

#bloc_txt p{
	padding:0 0 10px 0;
	text-align:justify;
	line-height:16px;
}
#bloc_txt strong{
	color:#f18200;
}

#bloc_txt a{
	color:#691608;
	font-weight:bold;
	text-decoration:none;
}

#bloc_txt a:hover{
	color:#FF0000;
	text-decoration:underline overline;
}

.intro{
	font-size:12px;
	color:#2D210D;
	font-weight: bold;
}

.orange{
	color:#F28202;
	font-size:11px;
}
.grand{
	font-size:15px;
}
.tresgrand{
	font-size:20px;
}

.marron{
	color:#691608;
}

.rouge{
	color:#f00;
	font-weight:bold;
}

.tarifs{
	width:320px;
	margin:10px;
	float:right;
}

.prestations{
	padding:10px;
	width:580px;
}

a.lien1{
	color:#311F0B;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
a.lien1:hover{
	text-decoration:underline;
	color:#f00;
}

a.haut_page{
	color:#311F0B;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
a.haut_page:hover{
	text-decoration:underline;
	color:#f00;
}

hr{
	color:#f28300;
	border-top:1px solid #f28300;
	border-bottom:1px solid #691608;
	border-right:none;
	border-left:none;
	margin:10px auto;
	height:2px;
	width:800px;
}

table.tarifs_tab{
	background:#FFFDF1;
	padding:10px;
	border:1px solid #AF8557;
}

table.tarifs_tab td{
	color:#691608;
	font-weight:bold;
	height:15px;
}

#ss_menu {
	background:#311E0F;
	color:#FFECA3;
	padding:2px;
	width:190px;
	height:17px;
	font-size:12px;
	text-align: center;
	position: relative;
	top: -10px;
	left: 220px;
}
#ss_menu a{
	text-decoration:none;
	color:#EF8400;
}
#ss_menu a:hover{
	text-decoration:none;
	color:#fff;
}

#diaporama{
	position: relative;
	float:right;
	margin:10px;
	width:411px;
	height:303px;
	padding:8px 0 0 0px;
	background:url(../images/deco/diaporama.png) top left no-repeat;
	color: #fff;
}

/*/// fin des colonnes ///*/	
.newsletter_pop{
	color:#FF0000;
	font-size:12px;
	height:auto;
	padding:8px;
	position:absolute;
	top:70px;
	width:160px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:25px 0 5px 0;
	width:100%;
	min-height:118px;
	_height:118px;
	text-align: center;
	color: #FFF;
	background:url(../images/deco/footer.jpg) top repeat-x #3C2E11;
}

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

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

/*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{
	color:#f28300;
	padding:7px 0 20px 55px;
	min-height:33px;
	_height:33px;
	background:url(../images/deco/h1.gif) no-repeat;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 20px;
}

.titre_h2{
	color:#f28300;
	padding:7px 0 20px 55px;
	min-height:33px;
	_height:33px;
	background:url(../images/deco/h2.gif) no-repeat;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}

.titre_h3{
	color:#f28300;
	padding:10px 0 0 0;
	min-height:33px;
	_height:33px;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size:16px;
	text-align: center;
}

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