@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../images/deco/bg_body.gif) repeat 0 0;
	color: #999;
}

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

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

.descriptif a{
  color:#9FC754;
  text-decoration:underline;
}
.descriptif a:hover{
  text-decoration:none;
}


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


#general
{
	margin:0 auto;
	padding:0;
	width:100%;
	background-color:#17232C;
}

/*Haut de page  HEADER*/

#header
{
	margin:0 auto;
	padding:0;
	width:100%;
	height:300px;
	background:url(../images/deco/bg_header.gif) repeat-x 0 0;
}
#header_cnt
{
	margin:0 auto;
	padding:0;
	width:970px;
	height:300px;
	background:url(../images/deco/bg_header_cnt.jpg) repeat-x 0 0;
}

/*Contenu de page  CONTENT */

#content
{
	margin:0 auto;
	padding:0 30px 20px 30px;
	width: 910px;
}
.separator
{
	margin:10px 0 0 0;
	padding:0;
	background:url(../images/deco/separator_right.jpg) no-repeat 0 0;
}
/*/// debut des colonnes ///*/
#left_content
{
	float:left;
	position:relative;
	width:430px;
	left:0px;
}
#left_content p
	{
		margin:10px 0;
		padding:0 0 0 10px;
		color:#999;
	}
#left_content p strong {color:#fff;}
	
	
.cadre_photo
{
	margin:50px 0 0 0;
	padding:34px 0 0 0;
	display:block;
	width:430px;
	height:300px;
	background:url(../images/deco/cadre_photo.jpg) no-repeat 0 0;
}
a.actu_cavalier
{
	margin:0;
	padding:0;
	display:block;
	height:200px;
	width:430px;
	background:url(../images/deco/actu_cavalier.jpg) no-repeat 0 0;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;
	color:#17232C;
}
a.actu_cheval
{
	margin:0;
	padding:0;
	display:block;
	height:200px;
	width:430px;
	background:url(../images/deco/actu_cheval.jpg) no-repeat 0 0;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;
	color:#17232C;
}
a:hover.actu_cheval,a:hover.actu_cavalier
{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
	opacity: 0.7;
}
/*/// partie de droite ///*/
#right_content
{
	float:right;
	position:relative;
	width:460px;
	right:0px;
}
	/* contenu de la partie de droite */
	#right_content p.txt
	{
		margin:10px 0;
		padding:0 0 0 30px;
		color:#ccc;
	}
	#right_content p.txt strong
	{
		color:#fff;
	}
	
	/* agenda concours */
	#right_content p.titre
	{
		margin:0;
		padding:0 0 0 50px;
		font-weight:bold;
		font-size:12px;
		color:#ccc;
	}
	#right_content p.date
	{
		margin:0;
		padding:0 0 0 60px;
		color:#999;
	}
	
	#right_content img.logo
	{
		margin:0;
		padding:10px 10px 10px 20px;
		float:left;
	}
	
	ul.liste_produits
	{
		margin:0;
		padding:0;
		float:right;
		width:310px;
	}
	ul.liste_produits li
	{
		margin:0;
		padding:0;
	}

	ul.liste_produits li a{
	 color:#999999;
   text-decoration:none;
	}
	ul.liste_produits li a:hover{
   text-decoration:underline;
	}
	
	
	a.to_top
	{
		margin:0 auto;
		padding:0 0 0 20px;
		color:#999;
		display:block;
		height:14px;
		width:100px;
		line-height:14px;
		text-decoration:none;
		background:url(../images/deco/puce_top.gif) no-repeat 0 0;
	}
	a:hover.to_top{color:#fff;}

	a.to_back
	{
		margin:20px auto;
		padding:0 0 0 20px;
		color:#999;
		display:block;
		height:14px;
		width:200px;
		line-height:14px;
		text-decoration:none;
		background:url(../images/deco/puce_back.gif) no-repeat 0 0;
	}
	a:hover.to_back{color:#fff;}
	
	a.contact_us{
		margin:5px;;
		padding:0;
		color:#999;
		display:block;
		text-decoration:none;
	}
	a.contact_us:hover{
    color:#fff;
  }
	
	/*GALERIE PHOTO */
	#galerie_photo
	{
		margin:10px auto 0 auto;
		padding:0;
		width:910px;
	}
	.mini
	{
		margin:5px;
		padding:0;
		height:132px;
		width:132px;
			float:left;
	}
	.mini a img{
		border:1px solid #666;
		filter:alpha(opacity=100);
	    -moz-opacity: 1;
		opacity: 1;
		padding:0;
	}

	.mini a:hover img {
		border:1px solid #666;
		filter:alpha(opacity=70);
	    -moz-opacity: 0.7;
		opacity: 0.7;
		padding:0;
	}
	
/*///    partie du centre   ///*/
#middle_content
{
	float:left;
	position:relative;
	width:910px;
}

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

/*Bas de page  FOOTER*/

#footer
{
	margin:0 auto;
	padding:10px 0;
	width:100%;
	background:url(../images/deco/bg_footer.gif) repeat-x 0 0;
	text-align: center;
	color: #999;
}

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

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


/*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 80px 0 0;
	display:block;
	width:370px;
	height:40px;
	line-height:40px;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	font-size:20px;
	float:right;
	text-transform:uppercase;
	color:#fff;
}
  
h2
{
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	color:#9FC754;
}

  
h3
{
	margin: 0;
	padding: 0 0 0 20px;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	color:#9FC754;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
