/* ---------------------------------------------------------------------- Feuille de style principale site Gerard Lesne */
body
{
	margin: 10px 0;
	padding: 0;
	text-align: left;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background: url(images/fond.gif) #FFFFFF;
	color: #999;
}
/* On définit les marges haute et basse à 10px et les marges droite et gauche à 0 */
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* On utilise text-align: center ; pour Internet Explorer, c'est la seule façon de centrer les éléments de type block avec ce navigateur */

img
{
	margin:5px;
	border: 0;
}

div#conteneur
{
	position:relative;
	width: 1024px;
	text-align: left;
	border: 0px solid #333;
	color:#CCC;
	height:550px;
	margin-top: 200px;
	margin-left: 40px;
}
#glheader {
	background-image: url(images/bulles.gif);
	height: 200px;
	width:1024px;
	background-repeat: no-repeat;
	background-position: left;
}


div#nouveaute
{
	position:absolute;
	top:20px;
	left:600px;
	float:right;
	border: 0px solid #333;
	width:350px;
	height:150px;
}
div#nouveaute img
{
	display:inline;
	border:none;
}


div#logoprinc
{
	margin-left: 40px;
}
div#signature
{
	position: absolute;
	top:10px;
	left:40;
}
div#signature img
{
	display:inline;
	border:none;
}
#footer {
	width: 1024px;
	margin-left: 40px;
}
div#footer p
{
   text-align:left;
   font:small;
   color:#999;
}
div#footer a
{
   text-align:left;
   font:small;
   color:#999;
}
div#footer a:hover
{
   text-align:left;
   font:small;
   color:#333;
}

div#onoff
{
	position: absolute;
	top:250px;
	left:15px;
}
div#logoprinc img
{
    margin:0;
	border:none;
}

div#logoseminarioiozo
{
	border: 0px solid #333;
	margin-right: 0px;
}
div#logoseminarioiozo img
{
   float:right;
   margin:0;
   border:none;
}
a {
	color: #333;
	text-decoration: underline;
}

