@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
/*@import "produits.css";
@import "paiement.css";*/
@import "forme.css";
@import "postit.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, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	background-image: url(../images/bg/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image: url(../images/bg/bg_general.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Haut de page  HEADER*/

#header{
	padding:0;
	width:760px;
	height:125px;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#enseigne {
	height: 105px;
	width: 760px;
	text-align: center;
	line-height: 50px;
}
#texte_header {
	color: #999;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#texte_header strong {
	font-size: 14px;
	text-transform: uppercase;
	color: #ef9d37;
}


/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 950px;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:190px;
}
#anim_perso {
	height: 450px;
	width: 190px;
	font-size: 11px;
	text-align: right;
}
#anim_mark {
	height: 220px;
	width: 190px;
	font-size: 11px;
	text-align: right;
}


/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
/*///    partie du centre   ///*/
#middle_content{
	float:right;
	position:relative;
	width:710px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	background-image: url(../images/bg/bg_middle_content.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#middle_content a {
	color: #666;
}
#middle_content a:hover {
	color: #F09E3A;
}

#content_diaporama {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
#content_diaporama img {
	display: block;
	margin: 0px;
	padding: 0px;
}
#content_plan {
	width: 710px;
	text-align: center;
}
#content_plan iframe {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 0px;
}
#content_plan img {
	display: block;
	margin: 0px;
	padding: 0px;
}



#diaporama {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #CCC;
	padding: 4px;
}
#viewer {
	height: 385px;
	width: 710px;
	background-image: url(../images/bg/bg_viewer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


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

/*Bas de page  FOOTER*/

#footer{
	width:730px;
	text-align: center;
	color: #666;
	background-image: url(../images/bg/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 205px;
	height: 80px;
}
#footer strong {
	color: #F09E3A;
}
#footer p {
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

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


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