#body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	text-align:center;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
}
#body a {
	text-decoration:none;
	color:#EFC000;
}
#body a:hover {
	text-decoration:underline;	
}
#body img {
	border:0;
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6, #body h7 {
	font-size:1em;
	font-weight:normal;
	padding:0;
	margin:0;
}
/* Titres des rubriques */
#body ul, #body li {
	margin:0;
	padding:0;
	list-style:none;
}
#body table, #body table tr, #body table td, #body tbody {
	margin:0px;
	padding:0px;
}
.invisibleText {
	letter-spacing:-1000em;
}


/* Contener général */
#body #conteneur {
	text-align:left;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	background:url("background.gif") bottom left repeat-x;
	overflow:hidden;
	border:1px solid #E6E6E7;
	margin-top:10px;
	padding-bottom:10px;
}

/* utilisation d'un inner pour mettre le dégradé derrière */
#body .inner {
	width:730px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	min-height:1000px;
	background:#FFFFFF;
}


/* Header */
#body #header {
	overflow:hidden;
	margin-top:5px;
	border-bottom:2px solid #FECC00;
	padding-bottom:10px;
}
#body #header a.logo {
	display:block;
	background:url("logo.gif") top left no-repeat;
	width:115px;
	height:117px;
	text-decoration:none;
	float:left;
	margin-left:5px;
}
/* Titre du fond */
#body #header .entete {
	float:left;
	display:inline;
	margin-left:43px;
	margin-top:40px;
	width:400px;
}
#body #header .entete h1 {
	color:#000000;
	font-size:13pt;
	font-weight:bold;
}

/* Adresse de contact */
#body #header address {
	float:right;
	font-style:normal;
	font-size:8pt;
	margin-top:5px;
}


/* Menu */
#body #menu {
	margin-left:20px;
	margin-right:20px;
	background:url("backgroundTop.gif") bottom right no-repeat;
	font-size:8pt;
}
#body #menu .innerMenu {
	background:url("dots.gif") bottom left repeat-x;	
	height:155px;
}
#body #menu h2 {
	color:#FECC00;
	font-size:12pt;
	width:250px;
	font-weight:bold;
	background:url("dots.gif") bottom left repeat-x;
	padding-bottom:5px;
	padding-top:30px;
}
#body #menu ul {
	margin-top:10px;
}
#body #menu li {
	background:url("puce.gif") 0px 5px no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}
#body #menu li a {
	font-weight:bold;
	color:#000000;
	font-size:9pt;
}

/* Contenu */
#body #contenu {
	margin-left:20px;
	margin-right:20px;
}
#body #contenu h2 {
	color:#FECC00;
	font-size:12pt;
	font-weight:bold;
	margin-top:10px;
}
#body #contenu .chapeau {
	font-weight:bold;
	margin-top:15px;
	text-align:justify;
}
#body #contenu .texte {
	text-align:justify;
	margin-top:15px;
}



/**** Toolitp d'affichage des screenshots *****/
#tooltip {
	position:absolute;
	background: #FFFFFF;
	border:1px dashed #127FBF;
	padding:5px;
	position:absolute;
	z-index:1000;
	cursor:pointer;
}
#tooltip a.close {
	display:block;
	text-align:right;
	font-size:8pt;
	margin-bottom:10px;
}




