 /*-----------------------  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-image:url(../images/deco/bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.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:900px;
	height:448px;
}

#content_index{
	margin:70px auto 0 auto;
	padding:0;
	width:900px;
	height:400px;
	background-color:#FFF;
	padding:2px;
	border:1px solid #FA7238;
	position:relative;
}

#footer_index{
	margin:10px auto 0 auto;
	padding:0;
	width:900px;
	height:30px;
	text-align:center;
	color:#FFF;
}

#footer_index a{
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#footer_index a:hover{
	color:#FFF;
}

#footer{
	margin:30px auto 0 auto;
	padding:0;
	width:900px;
	height:30px;
	text-align:center;
	color:#FFF;
}

#footer a{
	color:#2693D8;
	text-decoration:none;
	font-weight:bold;
}

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

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

#general_presentation{
	margin:0 auto;
	padding:0;
	width:900px;
	height:719px;
	background-image:url(../images/deco/fond_studio.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

#general_actualites{
	margin:0 auto;
	padding:0;
	width:900px;
	height:719px;
	background-image:url(../images/deco/fond_actualites.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}
#general_alentours{
	margin:0 auto;
	padding:0;
	width:900px;
	height:719px;
	background-image:url(../images/deco/fond_alentours.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

#general_contact{
	margin:0 auto;
	padding:0;
	width:900px;
	height:719px;
	background-image:url(../images/deco/fond_contact.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

#header{
	margin:0 auto;
	padding:0;
	width:900px;
	height:182px;
	position:relative;
}

html {
   margin: 0;
   padding: 0;
}

.lettrine{
	font-family:roman;
	font-size:20px;
	color:#2693D8;
}

#player1{
	width:280px;
	height:146px;
	position:absolute;
	top:20px;
	left:20px;
}

#player2{
	width:315px;
	height:430px;
	margin: 4px 0 0 0;
	padding:0;
}

#texte{
	margin:70px auto 0 auto;
	padding:0 5px;
	width:360px;
	height:370px;
	overflow:auto;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
}

#texte-contact{
	margin:10px auto 0 auto;
	padding:0 5px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
}

#player5{
	position:absolute;
	margin:0;
	padding:0;
	width:480px;
	height:45px;
	top:40px;
	right:30px;
}
/*------------------------------------------------------*
*------------------partie gauche-----------------------*
*------------------------------------------------------*/
#left_content{
	float:left;
	position:relative;
	width:184px;
	left:3px;
	top:10px;
}

#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:700px;
	padding:0 5px;
}

#middle_content h1{
	margin:0;
	padding:0;
	color:#000;
}

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