body, html {
	margin: 0;
	padding: 0;
	/*background: #dedede url("image/body.gif") repeat;*/
	background: #dedede ;
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;

}
h1 {
	font: 17px Trebuchet ms, verdana;
	background: url("image/h1Fond.gif") repeat-x;
	font-weight: bold;
	color: #fff;
	margin: 0 ;
	padding:3px;
	text-transform: uppercase;
	border:1px solid #3C5C87;
}
h2 {
	font: 12px Trebuchet ms;
	font-weight: bold;
	text-transform: uppercase;
	background: url("image/h2.gif") no-repeat left center;
	padding: 0 0 0 17px;
	color:#496d87;
	border-bottom:1px solid #496d87;
}
h4 {
	margin: 0 0 5px 0;
	background:url("image/h1Fond.gif") repeat-x;
	font: bold 14px Trebuchet ms, verdana;
	padding: 3px;
	text-align:center;
}
legend {
	font-weight: bold;
	color: #f66606;
	margin-bottom: 5px;
}
li 
{
	margin: 7px 0 7px 0;
	}
p.formu {
	margin: 3px;
}
img {
	border: 0;
}
.imp
{
    color:#496d87;
    }
#conteneur {
	text-align: left;
	width: 980px;
	margin: 10px auto 0 auto;
	background-color: #fff;
	border: 1px solid #CFCFCF;
}
#header {
	text-align: center;
	padding:2px 5px 2px 5px;
	margin:2px 2px 5px 2px;	
	background: #0000ff url("image/logo.gif") no-repeat center left;
}
#menu {
	margin:0 auto 0 auto;
	width:780px;
	text-decoration:none;
	font-size:12px;
	padding:0 0 0 5px;
}
#limitWidth
{
	width:950px
	}
#contentleft {
	float: left;
	margin: 0;
	padding: 5px;
	width: 210px;
	color: #486d89;
}
#corps {
	font: 12px Tahoma, Verdana, Arial;
	margin: 3px;
	padding:2px;
	text-align: justify;
	border:1px solid #7994cb;
	
}
#centre 
{
	padding:3px;
	display:inline-block;
	line-height:1.6em;
	}
#centre ul {
	list-style-image:url("image/puce.gif");
}
/*Conteneur pour les icônes home, mail... */
#nav {
	padding:0;
	margin:0 0 0 0;
	text-align:right;
	float:right;
	clear:left;
}
#nav img {
	margin:0 5px 0 5px;
}
/*Conteneur pour les drapeaux des langues*/
#flag {
	margin:0 5px 0 3px;
	text-align: left;
	clear:left;
	padding:0;
}
#flag img 
{
	margin:0 5px 0 5px;
	}

#pied {
	margin:3px;
	text-align: center;
	font-size: 10px;
	padding: 2px 0 0;
	border: 1px double #7994cb;
	clear: both;
}
/*Conteneur pour les message de confirmation d'envoi de mail*/
#confirm {
	margin: 150px auto 150px auto;
	padding: 10px;
	border: 2px solid #7994cb;
	width: 400px;
	text-align: center;
	color: #000;
	font-weight: bold;
	background: #fff;
}
/*Conteneur pour les photos du dessus*/
#photo
{
	margin:0 3px 3px 3px;
	padding:10xp 5xp 5xp 5px;
	text-align: center;
	border:1px solid #7994cb;
	clear:both;
	}
#photo img
{
	margin:7px 0 0 0;
	}
#chiffre li
{
	list-style-image:none;
	list-style-type:decimal;
	}
/*Conteneur pour les coordonnées de synergy dans le pied de page*/
#syn{
    font:10px;
    color:#999;
    text-align:center;
    margin:5px 0 0 0;
}
/*News de la page d'accueil*/
.news 
{
	float: right;
	width: 200px;
	border: 1px solid #7994cb;
	margin: 0 0 5px 5px;
	padding:4px;
	text-align:justify;
	display:inline;
}
.textbox {
	width: 130px;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}
.espace {
	clear: both;
	margin:0;
	padding:0;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.noPuce 
{
	list-style-type:none;
	list-style-image:none;
	}
.txtboxNews {
	width:720px;
	height:100px;
	margin:10px 0 10px 0;
	}
.imgMenu
{
	padding:0 8px 0 8px;
	}
.label {
	float: left;
	text-align: left;
	width: 100px;
}
.textBoxLogin
{
	width:150px;
	height:15px;
	}
.center
{
	text-align:center;
	margin: 10px auto 10px auto;
	}
.imageNews
{
	display:block;
	margin:0 auto 5px auto;
    border-bottom: 2px inset #ccc;
	border-right: 2px inset #ccc;
	}
.btnMdp
{
	font-size:11px;
	}
/*Liens généraux*/
a:visited, a:link, a:active {
	color: #993366;
	font-weight: bold;
}
a:hover {
	color: #993366;
	font-weight: bold;
	text-decoration: none;
}
/*Liens infobulles*/
a.info {
	position: relative;
	text-decoration: none;
	color: black;
	cursor: help;
	border-bottom: 1px dotted;
	font-weight: normal;
}
a.info:link, a.info:active, a.info:visited {
	color: #000;
	font-weight: normal;
}
a.info span {
	display: none;
}
a.info:hover {
	background: none;/* correction d'un bug IE */
	z-index: 500;
}
a.info:hover span {
	display: inline;
	width: 350px;
	position: absolute;
	top: 2em;
	left: -10em;
	background: #fff;
	text-align: center;
	color: #000;
	padding: 2px;
	border-bottom: 3px inset #333;
	border-right: 3px inset #333;
	font-weight: normal;
}
h6 {
	background: #fff url("image/menu3.gif") repeat-x left bottom;
	font-size: 11px;
	height: 16px;
	margin-bottom: 5px;
	margin-top: 0;
}
/*Liens infobulles pour les images ? (pour éviter les pointillés)*/
a.info2 {
	position: relative;
	text-decoration: none;
	color: black;
	cursor: help;
	font-weight: normal;
}
a.info2:link, a.info2:active, a.info2:visited {
	color: #000;
	font-weight: normal;
}
a.info2 span {
	display: none;
}
a.info2:hover {
	background: none;/* correction d'un bug IE */
	z-index: 500;
}
a.info2:hover span {
	display: inline;
	width: 350px;
	position: absolute;
	top: 2em;
	left: -10em;
	background: #fff;
	text-align: center;
	color: #000;
	padding: 2px;
	border-bottom: 5px inset #333;
	border-right: 5px inset #333;
	font-weight: normal;
}

/*Liens langues*/
#flag a:link,#flag a:active,#flag a:visited {
	padding: 0;
	color:#000;
	text-decoration: underline;
	border:none;
}
#flag a:hover {
	padding: 0;
	color:#000;
	text-decoration: none;
	border:none;
}
/*Liens home,...*/
#nav a:link,#nav a:active,#nav a:visited, nav  a:hover{
	text-decoration: none;
}
/*Lien pour Synergy informatic */
#syn a {
	padding: 0;
	color:#999;
	text-decoration: underline;
	font-weight:normal;
}
#syn a:hover {
	padding: 0;
	color:#999;
	text-decoration: none;
	font-weight:normal;
}
#syn a.no_underline {
	text-decoration: none;
}
/* CSS issu des tutoriels css.alsacreations.com */
#menu dl, #menu pdt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu ul dd{
text-align:left;
}
#menu dl {
float: left;
width: 130px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #993366;
margin: 1px;
padding:1px;
}
#menu dd {
display: none;
border: 1px solid gray;
text-align:left;
}

#menu li {
text-align: center;
background:#fff;
padding:3px;
}

#menu li, #menu dt a {
color:#fff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #fff;
color:#993366;
text-decoration:none;
}
#smenu1
{
	position:absolute;
	top:103px;
	text-align:left;
	}
#smenu1 a
{
	width: 11em;
	text-decoration:none;
	display:block;
	}
#smenu1 li a:hover
{
	color:#fff;
	text-decoration:none;
	background:#993366;
	width:11em;
	}
/*Enlever le surlignage des liens dans le #photo*/
#photo a
{
	text-decoration:none;
	}
