body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.TextePetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #768e99;
	list-style-image: url(images/puce-liste.gif);
}
.TexteCourant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #768e99;
	list-style-image: url(images/puce-liste.gif);
}
.TexteGrand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #768e99;
}
.TitrePetitPgrph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0b61ab;
}
.TitreMoyenPgrph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.TitreGrandPgrph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.TitreBigPgrph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.TitreUne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #666666;
}
a:link {
	color: #c2378f;
	text-decoration: none;
}
a:visited {
	color: #c2378f;
	text-decoration: none;
}
a:hover {
	color: #c2378f;
	text-decoration: underline;
}
a:active {
	color: #c2378f;
	text-decoration: none;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	height: 21px;
	color: a7b3bc;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: ffffff;
	border: 1px solid 0b61ab;
}
.titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: cf892d;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
}
.champ-recherche {
	background-image: url(images/arrplan-champ.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: middle;
		text-indent: 5px;
}
.pointille {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c2378f;
}
.glossymenu{
	padding: 0;
	width: 235px;
	border-bottom-width: 1;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C43E92;
	border-right-color: #C43E92;
	border-bottom-color: #C43E92;
	border-left-color: #C43E92;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/menu-item.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 3px;
border: none;
}

.glossymenu a:hover{
	background-image: url(images/menu-item-enroule.png);
	background-repeat: repeat-x;
}
.glossymenu a:active{
	background-image: url(images/menu-item-enroule.png);
	background-repeat: repeat-x;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	background-image: url(images/menu-item-deroule.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #666666;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/menu-item-deroule.png);
}

.glossymenu div.submenu ul li a:hover{
	background: #85b0d5;
	colorz: white;
	color: white;
}
.glossymenu div.submenu ul li a:active{
	background: #85b0d5;
	colorz: white;
	color: white;
}
