#centrer
{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-475px;
	width:950px;
	height:100%;
}
#titre
{
	height:60px;
	width:94px;
	background-image:url(../imgs/titre.jpg);
	cursor:pointer;
}
#image_titre
{
	position:absolute;
	top:30px;
	left:196px;
	height:60px;
	width:746px;
	border: solid 2px #A8B3FF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#image_titre_1
{
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;
	padding-left:15px;
	font-size:26px;
}
#image_titre_2
{
	position:absolute;
	top:10px;
	right:0px;
	text-align:right;
	padding-right:15px;
	font-size:36px;
}

#pied_page
{
	position:absolute;
	position:fixed;
	bottom:0px;
	left:0px;
	height:5%;
	width:100%;
	border-top: 3px solid #FC8403;
	background-image:url(../imgs/transparent.png);
	z-index:6;
}
#fleche_bas
{
	position:absolute;
	top:1px;
	right:0px;
	cursor:pointer;
}
#fleche_haut
{
	position:absolute;
	top:1px;
	right:0px;
	cursor:pointer;
}
#degrade_texte_haut
{
	position:absolute;
	top:0px;
	left:0px;
	height:80px;
	width:100%;
	background-image:url(../imgs/degrader_haut.png);
	background-repeat:repeat-x;
}
#degrade_texte_bas
{
	position:absolute;
	bottom:0px;
	left:0px;
	height:80px;
	width:100%;
	background-image:url(../imgs/degrader_bas.png);
	background-repeat:repeat-x;
}
#site_societe
{
   overflow: auto;
	position:absolute;
	top:0;
	left:0;
   width: auto;
   height: auto;
	background-color:#FFF;
	z-index:10;
}
#trait_orange_site_societe
{
	position:absolute;
	right:3px;
	top:0px;
	height:100%;
	width:0px;
	border-left: 2px solid #FF6239;
}
#rectangle_retour_site_societe
{
	position:absolute;
	top:50%;
	right:5px;
	height:99px;
	width:50px;
	margin-top:-49.5px;
	background-image:url(../imgs/rectangle_fermer_site.png);
	cursor:pointer;
}#rectangle_pousse_site_societe
{
	position:absolute;
	top:50%;
	right:8px;
	height:99px;
	width:50px;
	margin-top:-49.5px;
	background-image:url(../imgs/rectangle_pousse_site.png);
	cursor:pointer;
}

