@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/
/*  Woueb Design Stephane 							*/
/*------------------------------------------------*
 *---  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: #000;
	background:url(../images/deco/body.jpg) repeat top left ;
	
}

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

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



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


#general{
	margin:20px 0 0 20px;
	padding:0;
	width:929px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:929px;
	height:223px;
	background:url(../images/deco/header2.png) no-repeat top left;
}
.baseline{
	position:relative;
	top:125px;
	left:290px;
	color: #FFF;
	width:560px;
}
.baseline h2{
	color:#FFF;
	font-size:18px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 929px;
	background:url(../images/deco/content.png) repeat-y top left;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:223px;
	height: 100%;
	left:32px;	
	background:url(../images/deco/left.png) no-repeat top left;
}
#photo_anim{
	width:250px;
	height:225px;
	position:relative;
	top:0px;
	left:-5px;
/*	background:url(../images/deco/photo.png) no-repeat top left;*/
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
#right_content h1{
	margin:0;
	padding:0 0 20px 0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
/*///    partie du centre   ///*/

.photo{
	background:url(../images/deco/photo.png) no-repeat top left;
	height:233px;
	width:266px;
	border:0px;
	margin:15px 5px 5px 5px;
}
.photo img{
	padding:50px 0 0 60px;
	width:155px;
	height:120px;
	border:0px;
}
#music{
	width:110px;
	height:30px;
	float:right;
	display:block;
	margin:0 auto;
	padding:0;

}

#sound{
width:110px;
	height:30px;
position:relative;
float:right;
top:-15px;}

#middle_content{
	float:right;
	position:relative;
	width:630px;
	padding:15px 15px 15px 25px;
}

#middle_content p{
	padding:20px 0 0 0;
	line-height:18px;
	color:#444;
}
#middle_content strong{
	color:#333;
}

#middle_content h1{
	margin:0 0 15px 0;
	padding:13px 0 0 55px;
	color:#444;
	display:block;
	background:url(../images/deco/h1.jpg) no-repeat top left;
	height:50px;
	font-size:21px;
}
#middle_content h3{
	margin:0;
	padding:20px 0 10px 10px;
	color:#900;
	font-size:17px;
}
#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
.rouge {
	color:#BE1125;
}

#middle_content a{
	color:#BE1125;
	text-decoration:underline;
}
#middle_content a:hover{
	color:#3566FF;
	text-decoration:none;
}
#middle_content ul{
	margin:15px 0 15px 15px;
	display:block;
	list-style:none;
	min-width:50%;
}
#middle_content li{
	padding:2px 0 3px 0;
	font-size:12px;
	font-weight:bold;
/*	border-bottom:1px dashed #CCCCCC;*/
	height:15px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:929px;
	height:75px;
	text-align: center;
	color: #FFF;
	background:url(../images/deco/footer.png) no-repeat top left;
}
#footer p{
	padding:0 0 8px 0;
}

#footer a{
	color:#222;
	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;
	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     ----*
  *------------------------------------------------------*/
  
.drapeau{
	position:relative;
	top:183px;
	left:107px;
	width:73px;
	height:34px;
}
