@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "nav-css.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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/
#headerindex{
	margin:0 auto;
	padding:0;
	width:980px;
	height:90px;
	background: none;
}
#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:90px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-toulouse {
	margin:0 auto;
	padding:0;
	width:980px;
	height:90px;
	background-image: url(../images/deco/header-toulouse.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header-jmf {
	margin:0 auto;
	padding:0;
	width:980px;
	height:90px;
	background-image: url(../images/deco/header-jmf.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}

#middle_jmf {
	float:left;
	position:relative;
	background-color:#FFF;
	width:980px;
	height: 200px;
	background-image: url(../images/deco/jmf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}




#middle_baches {
	float:left;
	position:relative;
	background-color:#FFF;
	width:980px;
	background-image: url(../images/deco/middle-baches.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}
.middle_baches_fixed_height {
	height: 200px;
}


#left_content{
	float:left;
	position:relative;
	width:430px;
	left:0px;
	padding: 20px 0;
	margin: 0 0 0 20px;
}
#right_content{
	float:right;
	position:relative;
	width:430px;
	right:0px;
	padding: 20px 0;
	margin: 0 20px 0 0;
}
#left_content h1, #right_content h1 {
	color: #666666;
	text-align: left;
	padding-bottom: 5px;
	font-size: 20px;
	text-transform: uppercase;
}
#left_content h2, #right_content h2 {
	color: #666666;
	text-align: left;
	padding-bottom: 5px;
	font-size: 16px;
	padding: 0;
}

#left_content h2#logo_jmf{
	width: 254px;
	height: 32px;
	background: transparent url(../images/deco/logo_jmf.png) no-repeat scroll top left;
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}
#right_content h2#logo_toulouse{
	width: 86px;
	height: 60px;
	background: transparent url(../images/deco/logo_toulouse.png) no-repeat scroll top left;
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	float: right;
}
#left_content h3, #right_content h3{
	color: #666666;
	text-align: left;
	padding-bottom: 5px;
	font-size: 14px;
}
#left_content p, #right_content p {
	color: #666666;
	text-align: justify;
	padding-bottom: 5px;
	clear: both;
}
#left_content a, #right_content a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
#left_content a:hover, #right_content a:hover {
	text-decoration:underline;
	color:#666666;
	font-weight:bold;
}






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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:980px;
	text-align: center;
	color: #999999;
	font-size: 11px;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
}

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

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


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