@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 ---*
 *--- DESIGNER : Raphael Sanchez -----------------------------*
 *-----------------------------------------------------------------------*/

html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F0100;
	background-image: url(../images/deco/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}
#general_pub{
	margin:0 auto;
	padding:0;
	width:100%;
	background:url("../images/deco/bg_body-pub.jpg") repeat-x 0 top;
}
/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:990px;
	height:148px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	position:relative;
	width: 990px;
	background: #ffffff url(../images/deco/top-content.jpg) no-repeat scroll left top;
}
.separator {
	margin:20px 0;
	padding:0;
	height:1px;
	border-bottom:1px solid #ccc;
	
}
.separator2 {
	margin:20px 0;
	padding:0;
	height:1px;
	border-bottom:1px dashed #A2D64F;
	
}

 /*------------------------------------------------------*
  *--------    CSS DES COLONNES		   ----*
  *------------------------------------------------------*/
/*/// PARTIE DE GAUCHE///*/
#left_content{
	float:left;
	position:relative;
	left:0px;
	margin:0;
	padding:60px 0 0 0px;
	width:250px;
	background-image: url(../images/deco/left-content.gif);
	background-position: center 40px;
	background-repeat: no-repeat;

}
#left_content a img{border:none;}

/*contenu  GAUCHE*/
#encart
{
	margin: 0 0 0 0;
	padding:10px 0 0 0;
	width:240px;
	height:auto;
	text-align: left;
	background-image: url(../images/deco/left-title.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#encart p.titre
{
	font-family:"arial",helvetica;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#5F8400;
	padding: 0 0 10px 30px;
	margin: 0;
	background-image: url(../images/deco/left-titre-little.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#encart p.jour
{
	margin:0;
	padding:0 0 0 0px;
	font-family:"arial",helvetica;
	font-size:12px;
	font-weight:bold;
	text-transform:normal;
	color:#5A7E00;
}
#encart p.jour strong{
	color:#78A800;
}
#encart p.jour em{font-weight:normal;}
#encart p.large_b-line
{
	font-family:"arial",helvetica;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#5A7E00;
	padding: 0;
}
#encart p.small_b-line
{
	font-family:"arial",helvetica;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1.5px;
	line-height:12px;
	color:#5A7E00;
	padding: 5px 0 0 0;
}

/*/// PARTIE DE DROITE ///*/
#right_content{
	float:right;
	position:relative;
	padding:60px 0 40px 0;
	width:700px;
	right:0px;
	top:70px;
	margin: 0 10px 0 0;
}
#right_content cnt
{
	position:relative;
	margin:0;
	padding:0 0 20px 0;
}

#right_content h1{
	margin:0;
	padding:10px 0 10px 50px;
	font-family:"arial",helvetica;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FF6900;
	background-image: url(../images/deco/h1.gif);
	background-repeat: no-repeat;
	background-position: top 10px;
	letter-spacing: 1px;
	display: block;
	height: 20px;
	line-height: 20px;
}
#right_content h2{
	margin:0;
	padding:25px 0 5px 35px;
	font-family:"arial",helvetica;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#638A00;
	background-image: url(../images/deco/h2.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#8CC201;
}
#right_content p
{
	margin:10px 0;
	padding:0;
	color:#6F0100;
	font-size: 115%;
}
#right_content p.site{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#638A00;
	padding:20px 0 0 120px;
	
}
#right_content p.chapeau
{
	margin:10px 0;
	padding-top:10px;
	color:#FFB900;
	font-weight:bold;
}
#right_content p.chapeau strong{
	color:#FF6900;
}
#right_content p.chapeau_big {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	color: #FFB900;
	font-weight: bold;
	font-size: 16px;
}
#right_content p.chapeau_big strong {
	color: #FF6900;
}
#right_content p.exergue
{
	margin:10px 0;
	padding:0;
	color:#FF6900;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}
#right_content a
{
	margin:0;
	padding:0;
	color:#FF6900;
}
#right_content a:hover{
	color:#FFB900;
}

.star {
	float: right;
	height: 270px;
	width: 270px;
	background: transparent url(../images/deco/star.jpg) no-repeat scroll left top;
}

.star em {
	text-align: center;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 105px 0 0 0;
	width: 270px;
	display: block;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 105%;
}

.star_small {
	float: left;
	height: 200px;
	width: 200px;
	background: transparent url(../images/deco/star_small.jpg) no-repeat scroll left top;
}

.star_small em {
	text-align: center;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 90px 0 0 0;
	width: 190px;
	display: block;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 130%;
}

#left_content a.download
{
	margin:0;
	padding:10px 0 0 10px;
	width:240px;
	height:60px;
	display:block;
	line-height:60px;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#587903;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#left_content a:hover.download
{
	color:#FF6900;
}

.cnt_encart_left
{
	margin:20px 0 0 0;
	padding:0;
	display:block;
	width:200px;
	height:250px;
	font-size:12px;
	color:#a10202;
	background:#A2D64F url(../images/deco/bg_encart_cnt.jpg) no-repeat 0 0;
		float:left;
}
.cnt_encart_right
{
	margin:20px 0 0 0;
	padding:0;
	display:block;
	width:200px;
	height:250px;
	font-size:12px;
	color:#a10202;
	background:#A2D64F url(../images/deco/bg_encart_cnt.jpg) no-repeat 0 0;
		float:right;
}

.cnt_encart_left h3, .cnt_encart_right h3
	{
	margin:0 0 20px 0;
	padding:0;
	width:200px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	color:#A0C01F;
	}

/*element de la partie de DROITE*/
#gallery
{
	margin:0;
	padding:0;
}
#gallery a img
{
	margin:0;
	padding:0;
	border:1px solid #fff;
		float:left;
}
#gallery a:hover img
{

}

dl{
	width: 100%;
	/*overflow: auto;*/
	margin: 0;
	text-align:left;
	clear:both;
	display: block;
	color:#666;
	border-bottom:1px dotted #ccc;
}
dt,dd.prix{
	font-size: 120%;
	font-weight: bold;
	padding: 10px 3px 0 0;
}
dt{
	float: left;
	font-variant:small-caps;
}
dd{margin:0}
dd.prix{float: right;padding-left: 3px;color:#a10202;}

/*contenu  DROITE*/

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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding-top:30px;
	width:100%;
	background-image: url(../images/deco/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 90px;
/*	position: absolute;*/
}
#footer_cnt{
	margin:0 auto;
	padding:0;
	text-align: left;
	color:#fff;
	background-image: url(../images/deco/footer-logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 990px;
	height: 90px;
}
#footer_cnt_left
{
	margin:0;
	padding:30px 0 0 0;
	width:450px;
	font-size:11px;
	color:#F4E262;
	float:left;
}
#footer_cnt_right
{
	margin:0;
	width:500px;
	font-size:11px;
	text-align:right;
	float:right;
	color: #FFFFFF;
	height: 90px;
}
#footer a{
	color:#F4E262;;
	text-decoration:none;
	text-transform:capitalize;
}

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


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

#deco_flash
{
	position:absolute;
	top:190px;
    left:130px;
		z-index:1000;
}
