/* CSS Document */

body{

	background-color:#ffffff;

	height:100%;

	width:100%;

	background-image:url(../images/fond_site.jpg);

	background-repeat:repeat-x;

}

#ombre{

	position:absolute;

	left: 50%;

	width:960px;

	height:680px; /* moitiÈ de la hauteur */

	margin-left: -480px; /* moitiÈ de la largeur */

	/*background-image:url(../images/ombre.png);*/

	background-image:none;

	background-repeat:no-repeat;

}

#fondPrincipal{

	width:960px;

	height:680px;

	background-image: url(none.html);

	background-repeat: no-repeat;

}

#haut{

	width:760px;

	height:50px;



}

#gauche{

	width:50px;

	height:420px;

	float: left;



}

#droit{

	height:420px;

	width: 50px;

	float: left;

}

#bas{

	height:60px;

	width:760px;

}

#header{

	height:80px;

}

#logo{

	width:190px;

	height:80px;

	

}

#banner{

	height:80px;

		

}

#menu{

	width:190px;

	height:320px;

	position:relative;

	top:70px;

	left:60px;

	

}

#content{

	width:960px;

	height:630px;

	float: left;

	

}

#footer{

	height:50px;

	width: 960px;

	clear: left;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #666666;

	margin-left: 0px;

	background-color: #FFFFFF;

	

}

color_line {

	background-color: #cc0000;

}

#color_line {

	background-color: #FFFFFF;

}

#content_gauche {
	width: 300px;
	float: left;
	background-color: #FFFFFF;

}

#content_droit {
	width: 660px;
	float: left;

}

#logo_expo{
	background-image:url(../images/logo_expo.gif);
	background-color: #5E554F;
	background-repeat: no-repeat;
}

#fond_content{
	background-image:url(../images/fond_content.jpg);
	background-repeat: no-repeat;

}

#titre{

	height:40px;

	background-color: #5E554F;

	border-top-width: thin;

	border-right-width: thin;

	border-left-width: thin;

	border-top-style: solid;

	border-right-style: solid;

	border-left-style: solid;

	border-top-color: #FFFFFF;

	border-right-color: #FFFFFF;

	border-left-color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 40px;

	text-transform: uppercase;

	color: #BAD44F;

	padding-left: 10px;

	font-weight: bold;

}

#texte{

	height:330px;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-right-color: #FFFFFF;

	border-bottom-color: #FFFFFF;

	border-left-color: #FFFFFF;

	z-index: 2;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	background-image: url(../images/fond_translucid.png) !important;

	;	/* Mozilla only */

	background-color: transparent !important;

	;				         	/* Mozilla only */

	background-image: none;                             	/* IE only */

	background-color: #E3E4E4;                          	/* IE only */

	filter:alpha(opacity=90);                           	/* IE only */

	padding:16px
}
