@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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B2C500;
	color: #666666;
	background-image: url(../images/deco/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 59px;
}

p, form, input {
	margin: 0;
	padding: 0;
}

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



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


#general{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Haut de page  HEADER*/

#header{
	padding:0px;
	width:850px;
	height:234px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#intro_home {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
}
/*Contenu de page  CONTENT */

#content {
	width: 850px;
	background-color:#f3ff83;
	background:url(../images/deco/content_bg.jpg) repeat-y top left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:192px;
	left:0px;
	background-image: url(../images/deco/left_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	margin: 0px;
	padding: 2px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}

#diaporama{
	float: right;
	height: 326px;
	width: 212px;
	margin: 0 5px 10px 0;
	padding: 0px;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:212px;
	right:0px;
	height: 326px;
}
#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;
	background-color:#f3ff83;
	width:380px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#middle_content .bienvenu{
	margin:0;
	padding:0;
	color:#B1C501;
	font-size: 18px;
}

#middle_content h1{
	color:#FF9900;
	font-size: 18px;
	background-image: url(../images/deco/puce_h4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	height: 25px;
	margin:10px 0pt 10px 0pt;
}

#middle_content h4{
	font-size: 12px;
	color: #FF9900;
	padding-top: 10px;
	padding-bottom: 5px;
}

#middle_content a {
	text-decoration: none;
	color: #FF9900;
	text-align: center;
}
#middle_content a:hover {
	color: #B1C501;
}

#middle_content p{
	color: #666666;
	line-height: 16px;
	text-align: justify;
	padding-bottom: 5px;
}

#middle_content .puce {
	background-image: url(../images/deco/puce_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-image: none;
	list-style-type: none;
	text-align: justify;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	
}

#middle_content h5{
	color: #B1C501;
	font-size: 14px;
	padding-top: 13px;
	padding-bottom: 10px;
	text-align: justify;
}
/*/// fin des colonnes ///*/	


.horaires{
	width:850px;
	text-align: center;
	color: #FFF;
	font-weight:bold;
	font-size:14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/*Bas de page  FOOTER*/

#footer{
	width:850px;
	background-color:#FF8500;
	text-align: center;
	color: #99CC00;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../images/deco/back_left_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer p {
	color: #FFFFFF;
	text-align: left;
	padding-left: 55px;
	padding-top: 6px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

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

#footer-index{
	width:850px;
	text-align: center;
	color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer-index p {
	color: #FFFFFF;
	text-align: left;
	padding-left: 55px;
	padding-top: 6px;
}
#footer-index a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer-index a:hover{
	color:#000;
}

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