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

.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 Verdana, Arial, Helvetica, sans-serif;
	background-color:#D8DEF4;
	color:#000;
}

.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:1000px;
	height:727px;
	background-image:url(../images/deco/content_site.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

#footer{
	margin:0 auto;
	padding:10px 0;
	width:980px;
	height:60px;
	text-align:center;
	font-size:14px;
	color:#574EEE;
}

#footer a{
	color:#999;
	text-decoration:none;
	font-size:14px;
}

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

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

#header{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:186px;
	
}

#bg_header{
	margin:0 auto;
	padding:0;
	width:100%;
	height:190px;
	background-image:url(../images/deco/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	
}

#langue{
	margin:70px auto 0 auto;
	padding:0;
	width:150px;
}

#photo_index{
	margin:10px auto 0 auto;
	padding:0;
	width:750px;
	height:305px;
}

#photo{
	margin:0 auto;
	padding:0;
	width:750px;
	height:285px;
	background-image:url(../images/deco/deco1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#photo2{
	margin:0 auto;
	padding:0;
	width:750px;
	height:150px;
}

html {
   margin: 0;
   padding: 0;
}

#tableau{
	margin:0 auto;
	padding:0;
	width:600px;
	height:200px;
	border:#9966CC;
	border:thin;

	
}

.table_data{
	color:#fff;
	padding:4px;
	border:1px solid #FFFFFF;
	background-color:#84AED6;
	text-align:center;
	font-weight:bold;
}

.table_titre{
	width:150px;
	padding:4px;
	color:#9B41FF;
	font-weight:bold;
	background-color:#D7DDF3;
	text-align:center;
	text-transform:uppercase;
}

.table_titre2{
	padding:4px;
	color:#9B41FF;
	background-color:#D7DDF3;
	text-align:center;
}

.titre{
	margin:0 0 10px 0;
	padding:0;
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	font-weight:bold;
}

/*------------------------------------------------------*
*------------------partie gauche-----------------------*
*------------------------------------------------------*/
#left_content{
	float:left;
	position:relative;
	width:170px;
	height:375px;
	left:0px;
	padding-left:25px;
}

#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:750px;
	padding:80px 10px 20px 10px;
	margin:0 0 10px 0;
	text-align:justify;
	left:30px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

#middle_content_contact{
	float:left;
	position:relative;
	width:750px;
	padding:60px 10px 20px 10px;
	margin:10px 0 10px 0;
	text-align:justify;
	left:30px;

}


#middle_content h1{
	margin:0 0 10px 0;
	padding:0;
	color:#9966CC;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
}

#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
/*------------------------------------------------------*
*------------------fin partie centre--------------------*
*------------------------------------------------------*/

/*------------------------------------------------------*
*------------------partie droite-----------------------*
*------------------------------------------------------*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}

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

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

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

