@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#DDDDDD;
	color: #000;
}

p, form, input {
	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{
	position:relative;
	margin:0 auto;
	padding:0;
	width:787px;
	height:149px;
	background:url(../images/deco/fond-header.jpg) 0 0 no-repeat;
}

#logo{
	position:absolute;
	top:18px;
	left:18px;
	margin:0;
	padding:0;
	width:175px;
	height:131px;
}

#slogan{
	position:absolute;
	top:10px;
	left:248px;
	margin:0;
	padding:0;
	width:217px;
	height:73px;
}

#num-tel{
	position:absolute;
	top:90px;
	left:232px;
	margin:0;
	padding:0;
	width:170px;
	height:42px;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 0 13px 0;
	width: 787px;
	background:url(../images/deco/fond-contenu.gif) 0 0 repeat-y;
}

#debordement-ombre{
	position:relative;
	margin:0 0 13px 0;
	padding:0;
	width:787px;
	height:19px;
	background:url(../images/deco/debord-ombre.jpg) 0 0 no-repeat;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:217px;
	left:0px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}

.inscription{
	padding-top:15px;
	text-align:center;
	color:#006699;
	font-weight:bold;
	text-decoration:none;
	padding-left:30px;}
	
.inscription a{
	color:#006699;
	font-weight:bold;
	text-decoration:none;}
	
.inscription a:hover{
	color:#666;
	font-weight:bold;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	padding:0 30px;
	width:510px;
}

#middle_content h1{
	font-size:24px;
	margin:0;
	padding:0;
	color:#000;
	text-align:right;
	border-bottom:2px solid #000000;
}

#middle_content h2{
	font-size:18px;
	margin:16px 0 10px 0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #B2B2B2;

}

#middle_content h3{
	font-size:15px;
	margin:16px 0 10px 0;
	padding:0;
	color:#006699;
}

#middle_content p{
	position:relative;
	margin:16px 0 10px 0;
	padding:0;
	line-height:1.6;
}

#middle_content ul{
	margin:16px 0 10px 0;
	padding:0;
	line-height:1.6;
}
#middle_content li{
	margin:0 0 0 60px;
}


.objectif li{
	padding-left:20px;
	list-style-position: outside;
	background-image: url(../images/deco/puce_objectif.gif);
	background-repeat: no-repeat;
	background-position:left top;
	list-style-type: none;
}

.text_objectif{
	color:#006699;
	font-weight:bold;}
	
	
.horaires{
font-weight:bold;}

#middle_content a{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

#middle_content a:hover{
	color:#666666;
	text-decoration:none;
}

#middle_content a.accroche{
	color:#006699;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}

#middle_content a.accroche:hover{
	text-decoration:none;
}
/*photos inserer dans texte */
.img-droite{
	position:relative;
	margin:10px 0 0 10px;
	float:right;
}
.img-gauche{
	position:relative;
	margin:10px 10px 0 0;
	float:left;
}
.img-centrer{
	position:relative;
	width:402px;
	margin:10px 0 10px 55px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:35px 0 0 0;
	width:787px;
	text-align: center;
	font-weight:bold;
	color:#666666;
	line-height:1.6;
	background:url(../images/deco/fond-footer.png) 0 0 no-repeat;
}

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

#footer a:hover{
	color:#999999;
}


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


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
