.adresse1{
  font-size: 12pt;
  color: #dark;
  font-weight: normal;
text-align: center ; 
}

.nps{
  font-size: 40pt;
  color: #FF0000;
  font-weight: bold;
}

.legende{
  font-size: 12pt;
  color: #1C1F54;
  font-weight: bold;
}

.sousMenu {
font-size: 11pt; 
  color: white;
 font-weight: bold; 
 text-align: left ;
 }

.sousMenu2 {
font-size: 30pt; 
  color: white;
 font-weight: bold; 
 text-align: left ;
 }

.sousMenu3 {
font-size: 9pt; 
  color: black;
 font-weight: bold; 
 text-align: left ;
 }

a.lien:link {

        color: #1C1F54;

    text-decoration: none;

    font-size:11pt;

    font-weight: bold;

    font-style: normal;

}
a.lien:visited {
    color: #1C1F54;

    text-decoration: none;

    font-size:11pt;

    font-weight: bold;

    font-style: normal;

}
a.lien:hover {

    color: #1C1F54;

    text-decoration: none;

    font-size:11pt;

    background: url(Images/sousmenu.jpg);

    font-weight: bold;

    font-style: normal;

}
a.lien:active {

    color: #1C1F54;

    text-decoration: none;

    font-size:11pt;

    background: url(Images/sousmenu.jpg);

    font-weight: bold;

    font-style: normal;

}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(Images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#1C1F54;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(Images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(Images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


#glossymenu .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#glossymenu .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#glossymenu .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("fondTR.png") repeat;
}
#glossymenu .sousMenu li a:hover
{
	background-image: none;
	background-color: #F2462E;
}

#glossymenu li:hover > .sousMenu { display: block; }



form {
	width: 500px;
	padding: 10px 20px;
	background: white;
	color: white;
}
form p {
	margin: 1em 0;
}
form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}
form p.double label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}
form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form p.double input,
form p.double textarea {
	width: 250px;
	margin-left: 12px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
}
form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}
form p.simple {
	margin-left: 160px;
}



