@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "forme.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: 12px;
	color: #000;
	background-color: #93a702;
	background-image: url(../images/bg/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}


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

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



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


#general{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Haut de page  HEADER*/

#header{
	width:885px;
	height:210px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #93A702;
	background-color: #FFF;
	padding-top: 10px;
}
#div_logo_header {
	margin: 0px;
	float: left;
	width: 175px;
	height: 210px;
	padding: 0px;
}
#div_logo_header p {
	text-align: center;
	display: block;
	font-size: 11px;
	color: #0C3AAC;
	line-height: 1em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#div_logo_header h2 {
	font-size: 12px;
	font-weight: bold;
	color: #93A702;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#div_logo_header img {
	display: block;
}
.anim_header {
	margin: 0px;
	float: left;
	height: 210px;
	width: 345px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*Contenu de page  CONTENT */

#content {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	z-index: 1;
}
#content_home {
	padding: 10px;
	height: 480px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:175px;
	left:0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	z-index: 2;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:680px;
	border: 1px solid #CCC;
	z-index: 1;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 40px;
	padding-left: 9px;
}
#middle_content a {
	color: #0C3AAC;
	text-decoration: underline;
}
#middle_content a:hover {
	color: #93A702;
	text-decoration: none;
}

#middle_content iframe {
	border: 1px solid #93A702;
	margin: 0px;
	padding: 2px;
}

#div_adresse {
	float: left;
	width: 300px;
}

#atelier {
	height: 250px;
	border: 1px solid #93A702;
	width: 674px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#atelier img {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
}


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

/*Bas de page  FOOTER*/

#footer{
	width:760px;
	text-align: left;
	color: #666;
	background-image: url(../images/bg/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 130px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer a{
	color:#93A702;
	text-decoration:none;
	font-size: 11px;
}

#footer a:hover{
	color:#0C3AAC;
}


/*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;
}
/*------------------------------------------------------*
  *---------------   POST-IT       ----------------------*
  *------------------------------------------------------*/
#content_postit {
	margin: 0px;
	width: 175px;
	padding: 0px;
	position: relative;
}
#root {
	position:absolute;
	width:175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index: 1000;
	background-color: #FFF;
	border: 1px solid #041B85;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#root img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 173px;
}


#handle {
	color:#FFF;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	cursor:move;
	height: 30px;
	width: 173px;
	background-color: #93A702;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.code {
	margin:0 auto;
	padding:20px;
	width:400px;
	border:1px dotted #FFCC66;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
.photo_actu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.titre_actu {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	width: 163px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/bg/menu_off.gif);
}
.titre_actu a:hover {
	background-image: url(../images/bg/menu_on.gif);
}

.texte_actu {
	font-size: 10px;
	color: #1044B2;
	text-align: left;
	display: block;
	width: 159px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.texte_actu a{
	text-decoration:none;
	color: #93A702;
	font-weight: bold;
}
.texte_actu a:hover{
	text-decoration:none;
	color: #0D3DAE;
	font-weight: bold;
}
