 /*-----------------------  WWW.EOLIA-NET.COM || MAIN.CSS  --------------*/



/*------------------------------------------------------*
*-- ---------------appel des css -----------------------*
*------------------------------------------------------*/
@import "contact.css";
@import "../lightbox/lightbox.css";
@import "menu.css";
@import "paiement.css";
@import "panier.css";
@import "referencement.css";
/*------------------------------------------------------*
*-- ---------------Fin appel des css -------------------*
*------------------------------------------------------*/

a.liens{
	color:#000;
	text-decoration:none;
}

a.liens:hover{
	text-decoration:underline;
}

a.liens_rouge{
	color:#FF0000;
	text-decoration:underline;
}

a.liens_rouge:hover{
	text-decoration:underline;
}

.align_center{
	text-align: center;
}

.align_justify{
	text-align: justify;
}

.align_left{
	text-align: left;
}

.align_right{
	text-align: right;
}

body {
	margin:0;
	padding:0;
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	background-color:#4f5e6b;
	color:#464648;
}

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

#content{
	margin:0 auto;
	padding:0;
	width:1060px;
	background-image:url(../images/deco/fond-content.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#content_index{
	margin:0px auto 0 auto;
	padding:0;
	width:1060px;
	text-align: center;
}

#footer{
	margin:0px auto 0px auto;
	padding-top:8px;
	padding-bottom:8px;
	width:100%;
	background-color:#b6bec7;
	text-align:center;
	color:#4f5e6b;
}

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

#footer a:hover{
	color:#4f5e6b;
	text-decoration:underline;
}

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

#header{
	margin:0 auto;
	padding:0;
	width:1060px;
	height:150px;
	background-color:#B5B5B4;
}

html {
   margin: 0;
   padding: 0;
}

/*----------------------------------------------------------------
				Insertion du flash + détection 
------------------------------------------------------------------*/
#flashcontent {
	width: 830px;
	text-align: center;
}

#flashcontentIndex {
	width: 992px;
}

.detect {color: #666666; font-weight: bold; font-size: 10px; text-decoration:none; }	
.detect a:link, .detect a:visited {color: #000000; font-weight: bold; font-size: 10px; text-decoration:none; }
.detect a:hover {color: #666666; font-weight: bold; font-size: 10px; text-decoration:underline; }
/* ------------------------------------------------------------------*/



/*------------------------------------------------------*
*------------------partie gauche-----------------------*
*------------------------------------------------------*/
#left_content{
	float:left;
	background-image:url(../images/deco/fond-left-content.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:230px;
	height:800px;
	margin:0;
	padding:0;
}

#left_content2{
	float:left;
	background-image:url(../images/deco/fond-left-content2.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:230px;
	height:600px;
	margin:0;
	padding:0;
}

#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}

#left_content h4{
	margin:0;
	padding:0;
	color:#CCC;
}
/*------------------------------------------------------*
*------------------fin partie gauche--------------------*
*------------------------------------------------------*/

/*------------------------------------------------------*
*------------------partie centre-----------------------*
*------------------------------------------------------*/
#middle_content{
	float:left;
	position:relative;
	width:830px;
	padding:0;
	margin:0px;
}

#content_texte{
	float:left;
	position:relative;
	width:285px;
	padding:0 30px;
	margin-bottom:20px;
	text-align:justify;
}
#content_texte h1{
	margin:0;
	padding:0;
	font-size: 32px;
	color:#c8ccd1;
	/*color:#000000;*/
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;	
}

#content_texte h2{
	margin-bottom: 8px;
	padding:0;
	line-height: 25px;
	font-size: 14px;
	color:#1472AF;
	font-weight: bold;
	border-bottom: 1px solid #808083;
}
/*------------------------------------------------------*
*------------------fin partie centre--------------------*
*------------------------------------------------------*/

/*------------------------------------------------------*
*------------------partie droite-----------------------*
*------------------------------------------------------*/
#content_texte_right{
	float:right;
	position:relative;
	width:482px;
	right:0px;
}

#content_texte_right h2{
	margin-bottom: 8px;
	padding:0;
	line-height: 25px;
	font-size: 14px;
	color:#1472AF;
	font-weight: bold;
	border-bottom: 1px solid #808083;
}


/*------------------------------------------------------*
*------------------fin partie droite--------------------*
*------------------------------------------------------*/

h1 a {
	color: #b9b8b8;
	font-size: 16px;
	font-weight:normal;
}

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

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

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}

 /*------------------------------------------------------*
  *-----------    CSS EFFETS  DEBUT                  ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
.noir {
	color: #000;
	}
	
 /*------------------------------------------------------*
  *-----------    CSS EFFETS  FIN                    ----*
  *------------------------------------------------------*/
		
		
	

