@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: Arial;
	font-size: 12px;
	background-color: #FFF;
	background-image:url(../images/deco/bg_body.jpg);
	background-position:top center;
	background-repeat:repeat;
	color: #000;
}

#flash {
	color: #fff;
}
#flash a {
	color: #cf2600;
}
p, form, input {
	margin: 0;
	padding: 0;
}

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



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


#general{
	margin:0 auto;
	padding:0;
	width:981px;
	background-image:url(../images/deco/bg_general.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:981px;
	height:150px;
}

/*Contenu de page  CONTENT */

#content_index {
	margin:0 auto;
	padding:72px 0 0 0;
	width: 981px;
	height:506px;
	background-image:url(../images/deco/bg_index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content_presentation {
	margin:0 auto;
	padding:72px 0 0 0;
	width: 981px;
	background-image:url(../images/deco/bg_presentation.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content_platinium {
	margin:0 auto;
	padding:72px 0 0 0;
	width: 981px;
	background-image:url(../images/deco/bg_platinium.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content_classique {
	margin:0 auto;
	padding:72px 0 0 0;
	width: 981px;
	background-image:url(../images/deco/bg_classique.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content_contemporain {
	margin:0 auto;
	padding:72px 0 0 0;
	width: 981px;
	background-image:url(../images/deco/bg_contemporain.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content_actualites {
	margin:0 auto;
	padding:72px 0 0 0;
	width: 981px;
	background-image:url(../images/deco/bg_actualites2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#content_contact {
	margin:0 auto;
	padding:72px 0 0 0;
	width: 981px;
	background-image:url(../images/deco/bg_contact.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:253px;
	left:0px;
}
/*/// ACTU ///*/
#actualites{
	padding:40px 40px 20px 40px;
	float:left;
	position:relative;
	width:175px;
	left:0px;
	background-image:url(../images/deco/bg_actualites.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #411401;
	color:#FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	border-left: none;
}

#actualites .titre{
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
}


#actualites p{
padding:0;
font-size:11px;
color:#FFFFFF;
}
#actualites a {
font-size:10px;
color:#ffffff;
font-family:Verdana;
font-weight:bold;
text-decoration:none;
}
#actualites a:hover, #actualites a:hover img {
font-size:10px;
color:#cf2600;
font-family:Verdana;
font-weight:bold;
text-decoration:none;
}
#actualites a img {
	border: none;
}

.actu {
	margin-top: 15px;
	padding: 0 0 5px 0;
	clear: left;
}
.actu p{
font-size:11px;
}
.actu .titre {
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
	margin: 0;
	padding: 0 0 2px 15px;
	background-color: #a9a8ad;
	height: 12px;
	line-height: 12px;
	display: block;
}
.actu img {
	float: left;
	padding: 2px;
	background-color: #cb2800;
	margin: 5px 20px 20px 0;
}
.actu .date {
	color: #cb2800;
	font-weight: normal;
	padding: 1px 0 1px 15px;
	margin: 0;
	height: 11px;
	line-height: 11px;
	display: block;
	font-size:11px;
	font-weight:bold;
}
.actu strong{
color:#cf2600;
}
.actu ul{
margin:0 auto;
padding:0 5px 5px 0;
display:block;
float:left;
width:330px;

}
.actu li{
padding:0 0 0 25px;
list-style:none;
background-image:url(../images/deco/deco2.gif);
background-position:top left;
background-repeat:no-repeat;
font-size:11px;
}
.actu .lien1{
color:#a9a8ad;
padding:0 0 0 35px;
font-size:11px;
font-weight:bold;
text-decoration:none;
background-image:url(../images/deco/puce_roll.gif);
background-position:top left;
background-repeat:no-repeat;
}
.actu .lien1:hover{
color:#cb2800;
}
.actu .lien2{
margin:5px5px5px5px;
padding:2px 10px 2px 10px;
color:#ffffff;
font-size:11px;
background-color:#cb2800;
font-weight:bold;
text-decoration:none;
}
.actu .lien2:hover{
color:#ffffff;
background-color:#666666;
}


/*/// 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{
	padding:25px 14px 0 224px;
	float:left;
	position:relative;
	width:485px;
}
#middle_content p{
	padding:10px 0 5px 15px;
}

#middle_content table{ 
    width:100%;
    border:0;
	margin:40px 0 0 0;
	background-color:#000000;
}

#middle_content  table td{
    text-align:center;   
}

.photos{ 
    border:5px solid #000000;
    width:100px;
    height:100px;
}

.photos:hover { 
    border:5px solid #cb2800;
}

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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:30px 58px 0 0;
	width:923px;
	height:41px;
	text-align: right;
	background-image:url(../images/deco/bg_footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color: #cb2800;
	font-size:11px;
}

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

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


/*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:#cf2600;
	font-size:20px;
	letter-spacing:3px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size:14px;
}
  
h3 {
	margin:10px 0 0 0;
	padding: 0 0 5px 35px;
	color:#cf2600;
	font-size:14px;
	text-align:left;
	background-image:url(../images/deco/puce_roll.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
h4 {
	margin: 0;
	padding: 0 0 0 25px;
	color:#000000;
	font-size:12px;
	text-align:left;
	background-image:url(../images/deco/deco2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0 0 25px 0;
	padding: 5px 10px 5px 10px;
	color:#000;
	font-size:10px;
	background-color:#a9a8ad;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
