@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/
/*FREELANCE JUDITH*/
/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat;
}

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

.mur {
font-size:17px;
}

.dessus_mur {
margin-left:16px;
}

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



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


#general{
	margin:0 auto;
	padding:0 0 15px 0;
	width:896px;
	margin-top: 18px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:896px;
	height:174px;
	background-image: url(../images/deco/header.jpg);
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 896px;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;

}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	/*background-color:#333;*/
	width:170px;
	left:0px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}

#annonce {
	text-align:center;
	margin-left:11px;
	margin-bottom:15px;
	padding:25px 10px 25px 10px;
	background:#8065BE;
	font-size:13px;
	border:1px solid #FFF;
}

#annonce strong {
	/*color: #8065BE;*/
	color: #FFFFFF;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:646px;
	right:36px;
	border: 4px solid #3f4444;
	top: 0px;
	background-image: url(../images/deco/bg_droite.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 18px 0 15px 0;
	padding-bottom: 10px;
}
#right_content h1{
	background-image: url(../images/deco/bg_H1.gif);
	font-size: 16px;
	line-height: 47px;
	margin: 0 0 18px 0;
	padding: 0 0 0 18px;
	color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
}
#right_content h2 {
	background-image: url(../images/deco/bg_H1.gif);
	line-height: 47px;
	margin: 0 0 18px 0;
	padding: 0 0 0 18px;
	color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	Font-size:14px;
}
#right_content h3 {
	background-image: url(../images/deco/fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 18px;
	margin: 0 0 10px 10px;
}


#right_content h4{
	margin:0;
	padding-left:10px;
	padding-bottom:10px;
	color: #8065BE;
	text-decoration:underline;
	
}
#right_content p {
	text-align: justify;
	padding: 0 15px 15px 15px;
}

#right_content strong {
	color: #8065BE;
}
#right_content a{
	color:#8065BE;
	text-decoration:none;
}
#right_content a:hover{
	text-decoration:underline;
	color:#FFF;
}

#gauche {
	float: left;
	width: 346px;
	text-align: justify;
}
#gauche_entier {
	float: left;
	width: 630px;
	text-align: justify;
}
#droite {
	float: right;
	width: 300px;
}

ul.produits {
	color: #7E5AD6;
	margin: 0 0 10px 0;
	padding: 0 15px 0 25px;
	text-align: left;
}
.produits li {
}
ul.qui{
	margin:0 20px 20px 50px;
	padding:0;
}
.logos {
	padding: 0;
	text-align: center;
}

.logos img {
	margin: 0 8px 8px 0;
	border: none;

}


.logos_right {
	padding: 0;
	margin: 20px 0;
	/*text-align: left;*/
}
.logos_right p {
	display: block;
	float: left;
	width: 350px;
}

.logos_right img {
	margin: 0 15px 8px 0;

}
#right_content .logo_img {
	display: block;
	float: left;

}

.separation {
	height: 1px;
	margin: 0;
	background-image: url(../images/deco/sep.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 15px 0 15px 0;
}

#img_produits td {
	text-align: center;
	padding: 0 0 5px 0;
}

#img_produits a img{
	border:8px solid #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	padding:0;
	margin: 0;
}

#img_produits a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.leg {
	text-align: center!important;
	display: block;
	padding: 0 5px 0 5px!important;

}



/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:580px;
}
#middle_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
/*/// fin des colonnes ///*/

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:15px 0 0 0;
	width:100%;
	text-align: center;
	color: #acb7b7;
	background-image: url(../images/deco/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	line-height: 18px;
	height: 85px;
}

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

#footer a:hover{
	color:#FFFFFF;
}
#footer strong {
	color: #7e5ad6;
}



/*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;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
#light {
	padding: 0 0 0 15px;
}


 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
#light a img{
	border:8px solid #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	padding:0;
	margin: 0 10px 10px 0;
}

#light a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#light p.right{
	text-align:right;
}

/*//INFOBULLES DU PLANNING//*/

#right_content a.infobulle {
   font-size: 12px;
   font-weight: bold;
   position: relative;
   z-index:5;
   padding: 0;
   margin: 0;
   color:#8065BE;
   text-decoration:underline;
}
#right_content a.infobulle span {
   display: none;
   z-index:10;
   position: relative;
   padding: 0;
   margin: 0;
}
#right_content a.infobulle:hover {
   background:none;
   text-decoration:underline;
   color:#FFF;
   z-index:20;
   text-decoration: none;
   position: relative;
   padding: 0;
   margin: 0;
}
#right_content a.infobulle:hover span {
   display: inline;
   position: absolute;
   z-index:30;
   top: 0;
   left: 20px;
   background:#8065BE;
   color: #FFFFFF;
   font-size: 12px;
   font-weight: normal;
   text-align: justify;
   margin: 0;
   padding: 10px;
   width: 250px;
   border:solid #FFFFFF 1px;
   border-width:thin;
   text-decoration: none;
}

/*fin Infobulles//*/ 
