/* --------------------------------------------------------
    Feuille de style globale
    global.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */

body {
    margin: 0;
    margin-left:8px;
    margin-top: 10px;
    padding: 0;
	overflow: auto;    
    }

body, table, tr, td, p, div, dd, ul, li, input, select, textarea {
    color: #949292;
    background-color:#FFFFFF;
	font: 11px/14px Arial, Verdana, Helvetica, sans-serif;
}

input, select, textarea {
    color: #000;
    }
 
a {
	color:#ffc232;
}
#header{
	background: url(../images/header_bg.gif) repeat-x;
	width: 100%;
	height: 76px;
}

#logo {
	text-align: center;
	//top: 0px;
	//left: 150px;
	width: 100%;
	height:76px;
}

#titre{
	position: relative;
	top: 4px;
	height: 41px;
	
}
#titre img{
	margin-left: 4px;
	margin-top: 4px;

}
#titre hr{
	background: url(../images/hr_bg.gif) repeat-x;
	height:1px;
	border:0;
	//border-width: 0;
	//border-style: dashed;
}
#content{
	margin-left: 25px;
	margin-top: 37px;
	margin-bottom: 60px;
	
}
#mosaique{
	margin-left: 25px;
	background: url(../images/mosaique.jpg) no-repeat;
	width: 752px;
	height: 332px;
	margin-bottom: 80px;
}
#logoPlainPicture{
	position: relative;
	z-index: 1;
	top: 84px;
	left: 84px;
	width: 164px;
	height: 80px;
	
}
#logoFirstLight{
	position: relative;
	top: 90px;
	left: 588px;	
	z-index: 2;
	width: 164px;
	height: 79px;
}
#logoAlamy{
	position: relative;
	top: 93px;
	z-index: 3;
	width: 80px;
	height: 80px;
}

a img{
	border-style: none;
	border: 0px;
}

