html {
margin-bottom : 1px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin : 0;
	padding : 0;
	font-size: 14px;
}
body {
padding : 0;
background-color:gray;
background-image:url(images/fond.png);
font-size : 14px;
text-align : center;
color : black;
font-family : "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3, h4, h5, h6 {
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
color : black;
}


#entete {
width : 1000px;
height : 177px;
margin : 0 auto;
text-align:left;
background-color:white;
}

#menu {

        background-image : url('/images/menu.jpg');
        height:34px;
        width:965px;
        margin:auto;
        padding-left: 35px;
        clear:both;
        font-family:Verdana, Arial, Sans-serif;
        font-style: italic;
        font-weight: bold;
        text-align:center;
        color:white;
}
#menu a, #menu a:hover, #menu a:focus, #menu a:active
{
    color:white;
    text-decoration: none;
}


#contenu a, #contenu a:hover, #contenu a:focus, #contenu a:active
{
    color:black;
    text-decoration: underline;
}

#contenu .logos .logo a, #contenu .logos .logo a:hover, #contenu .logos .logo a:focus, #contenu .logos .logo a:active
{
    color:black;
    text-decoration: none;
}


#contenu {
width : 1000px;
margin : 0 auto;
text-align : left;
background-color:white;
clear:both;
}

#baspage {
width : 1000px;
height : 50px;
margin : 0 auto;
text-align : left;
background-color:CornflowerBlue;
clear:both;
}

h1 {

color:gray;
font-weight:bold;
font-size:2em;;
padding-left: 20px;

}

h2 {
color:gray;
font-weight:bold;
font-size:1em;
}


.logos
{
	float : left;
	margin-top : 100px;
        margin-left: 50px;
	width:320px;

}

.logo
{
	float : left;
	width : 100px;
	text-align : center;
	margin-bottom:20px;
	cursor:default;
}

.form
{
	width: 95%;
}


.form p
{
	margin: 2px 0;
        margin-bottom: 10px;
}

/* fieldset , legend */
.form fieldset
{
	margin-left: 10px;
	border: #CCC 1px solid;
}

.form fieldset:hover
{
	background-color: #CCFFFF;
}

.form fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size:22px;
	color: black;
	font-weight: bold;
	background-color:#B8E62E;
}
.form p span label
{
	display:inline;
	width: 150px;
	float: none;
	padding-left: 1%;
	text-align:left;
	letter-spacing: 0px;
	vertical-align:bottom;
	font-size: 14px;
	color: #696969;
}

.form p span label:hover
{
        display:inline;
	font-weight: bold;
	font-size: 14px;
	color:#B22222;
}

.form p label , .form p span#entreprise_change label
{
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	vertical-align:bottom;
	font-size: 16px;
	color: #696969;
}

.form p label:hover, .form p span#entreprise_change label:hover
{
	font-weight: bold;
	font-size: 17px;
	color:#B22222;
}

.form .form_label_nostyle
{
	background: none;
}

.form input[type="text"], .form select
{
	margin-left: 1%;
	width: 58%;
	height:30px;
	border: #CCC 1px solid;
	font-size: 20px;
	color: #696969;
}

.form textarea
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
	font-size: 20px;
        font-weight: bolder;
	color: #696969;
}

.form input[type="text"]:hover, .form select:hover, .form input[type="text"]:focus, .form select:focus
{
	border: #999 1px solid;
	background-color: #EAEAEA;
}

.form textarea:hover, .form textarea:focus
{
	border: #999 1px solid;
	background-color: #EAEAEA;
}

.form input[type="submit"] , .form input[type="button"]
{
        background-color: #66CC33;
	border:  #66CC33 1px solid;
	width: 30%;
        height: 25px;
        float:right;
        font-weight:  bold;
        color:white;
}

.form input[type="submit"]:hover, .form input[type="button"]:hover
{
	background-color: #DDEEFF;
	cursor: pointer;
        color : black;
}



a.case
	{
	color           : #2F368A;
	text-decoration : none;
	/* D&eacute;finition de l'arri&egrave;re plan de notre lien */
	background      : transparent no-repeat right center;
	position:relative; /* Indispensable pour le bon positionnement de l'info-bulle */
}

a.case span
	{
	position       :  absolute;
	top            :  -2000em;
	left           :  -2000em;
	width          :  1px;
	height         :  1px;
	visibility       :  hidden;
	background     :  #DDEEFF;   /* D&eacute;finition du fond, sinon on a le m&ecirc;me que notre lien */
	border         :  2px groove #6699FF; /* D&eacute;finition des bordures */
	
}
a.case:hover span, a.case:focus span, a.case:active span
	{
	top        :  0px;
	left       :  10px;
	width      :  250px;
	height     :  auto;
	visibility   :  visible;
}
a.case:hover
	{
	border : 0;  /* ligne qui corrige le bug d'IE6 et inf&eacute;rieur */
}

.lien:hover
{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.form_faux
{
    color: #cc0000;
    font-weight: bold;
    padding-right: 30px;
    float:right;
}

#weak, #medium
{
	border-right:solid 1px #DEDEDE;
}

#sm
{
	margin:0px;
	padding:0px;
	height:14px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:9px;
        float: right;
}

#sm ul
{
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

#sm ul li
{
	display:block;
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:14px;
}

.nrm
{
	width:84px;
	color:#adadad;
	text-align:center;
	padding:2px;
	background-color:#F1F1F1;
	display:block;
	vertical-align:middle;
}

.red
{
	width:84px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FF6F6F;
	display:block;
	vertical-align:middle;
}

.yellow
{
	width:84px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FDB14D;
	display:block;
	vertical-align:middle;
}

.green
{
	width:84px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#A0DA54;
	display:block;
	vertical-align:middle;
}

.etoile
{
    color:orange;
    font-weight:bold;
    font-size:x-large;
}

#mon_espace{background-color:#888888;position:absolute;width:auto;height:auto;margin-left:717px;margin-right:auto;margin-bottom:auto;margin-top:-8px;display:none;color:white;border-top:none;padding:5px;}a{text-decoration : none;color:white;}a:hover{text-decoration : underline;color:white;}

