/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#E6FFE6;
}

/*-------------------------------------------   Mise en forme de la page (balise div)  ----------------------------*/

#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 1000px;
	background-color: #E6FFE6;
	background-position: center top;
}

#header {
	height: 40px;
	width:730px;
	background-color: #00c600;
	vertical-align: middle;
	text-align:center;
	top: 0px;
	position: absolute;
	left: 250px;
	padding-top: 14px;

}
#header_droite {
	position: absolute;
	top:0px;
	margin-left: 980px;
	height: 80px;
	width:20px;
	padding-top:0px;
	background-color:#FFFFFF;
	background-image:url(../images/coin_HD.jpg);
}

#header_gauche {
	position: relative;
	width: 250px;
	height: 80px;
	text-align:center;
	padding-top:0px;
	background-color:#CCCCCC;
	background-image:url(../images/logonj.jpg);
}

#header_menu {
	height: 26px;
	width:720px;
	background-color: #EE5E0D;
	background-image:url(../images/coinMenu.png);
	background-repeat:no-repeat;
	margin-left: 250px;
	padding-left:10px;
	text-align:left;
	padding-top: 0px;
	position: absolute;
	top: 54px;
	left: 0px;
	z-index:100;
}

#haut {
height: 0px;
background-color:#FFF;
margin-left: 0px;
margin-right: 0px;
padding-left:0px;
padding-top:10px;
}

#centre {
	position: relative;
	background-color:#E6FFE6;
	border-left-width:10px;
	border-left-style:solid;
	border-left-color:#00c600;
	border-right-width:10px;
	border-right-style:solid;
	border-right-color:#00c600;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 950px;
	height: 720px;
	z-index:1;
}

#pied {
	position: relative;
	background-image:url(../images/pied.gif);
	height: 20px;
	width: 980px;
	padding-left: 20px;
	padding-top: 10px;
	text-align:center;
}


/*-------------------------------------------   Mise en forme du texte  ----------------------------*/
.tableau {
	padding:1px;
	background-color:#999999;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	width:95%;

}
               
.title { 
	font:           verdana;
        font-size:      16pt;
        font-weight:    bold;
        color:          #3511FF;
}

.Titre_blanc{ 
	font:           verdana;
        font-size:      18pt;
        font-weight:    bold;
        color:          #FFF;
}

.Titre_orange {
	font:           verdana;
	font-size:      10pt;
	font-weight:    bold;
	color:          #EE5E0D;
	margin-right: 5px;
}
.vert { 
	font:           verdana;
        font-size:      12pt;
        font-weight:    bold;
        color:          #00C600;
}
.vertSmall { 
	font:           verdana;
        font-size:      9pt;
        font-weight:    bold;
        color:          #00C600;
}
.blanc{ 
	font:           verdana;
        font-size:      7pt;
        font-weight:    bold;
        color:          #FFF;
}

a {
text-decoration:none;
color:#000000;
}
a:hover {
color: #0066FF;
}

/* ---------  Telechargement ------------*/
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
	font-style: normal;
	display: block;
	position: absolute;
	top: -45px;
	right: -42px;
	padding: 2px;
	color: #000;
	border: 2px solid #EE5E0D;
	background-color:#E6FFE6;
	
	width:150px;
}
