.text {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

.lienRouge {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #84191E;
}

.lienBleu {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;	
	color : #03458B;
}

.champTxt {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: verdana, arial;
	font-size: 11px;
}

.boutonBlanc 
{
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: verdana, arial;
	BACKGROUND-COLOR: #ffffff;
}

.boutonTelecharcher 
{
	BORDER-RIGHT: #EFF9FC 1px solid;
	BORDER-TOP: #EFF9FC 1px solid;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	TEXT-ALIGN: left;
	BORDER-LEFT: #EFF9FC 1px solid;
	BORDER-BOTTOM: #EFF9FC 1px solid;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #EFF9FC;
}

a:link { color:#000000; text-decoration:underline}
a:visited { color:#000000; text-decoration:underline}
a:hover { color:#D81E05; text-decoration:none; cursor:pointer}
a:active { color:#000000; text-decoration:none}

.menugUtilise:link {	color: #000000; text-decoration:underline; font-size : 12px; font-weight: bold}
.menugUtilise:visited {	color: #000000; text-decoration:underline; font-size : 12px; font-weight: bold}
.menugUtilise:hover {	color: #000000; text-decoration:underline; font-size : 12px; font-weight: bold}

.menug:link {	color: #999999; text-decoration:none; font-size : 12px; font-weight: bold}
.menug:visited { color:#999999; text-decoration:none; font-size : 12px; font-weight: bold}
.menug:hover { color:#D81E05; text-decoration:underline; cursor:pointer;font-size : 12px; font-weight: bold}

.menugpetit:link {	color: #999999; text-decoration:none; font-size : 10px; font-weight: bold}
.menugpetit:visited { color:#999999; text-decoration:none; font-size : 10px; font-weight: bold}
.menugpetit:hover { color:#D81E05; text-decoration:underline; cursor:pointer;font-size : 10px; font-weight: bold}

td  {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	color : #000000;
}

BODY {SCROLLBAR-FACE-COLOR: #647DDD; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR:  #F90C1E; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; }

/* Ce style CSS ne dois pas être enlevé, sinon les divs ne se cacherons pas ... */
.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}


/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra. */
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu {
	background-color: #ffffff;
	color: #999999;

	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 10px;
	

	/*text-indent: 10px;*/
	text-align: left;
	table-layout: fixed;
}

.cote
{
	table-layout: fixed;
}


.ssmenu {
	/* Il est important de laisser une largeur et une marge, au cas où le Javascript soit désactivé. */
	background-color: #ffffff;
	color:black;
	font-size:13px;
	padding:1px;
	width:150px;
	margin:1em;
	/*margin: 2px 2px 2px 2px;*/
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;	
	background-attachment:left;
	background-repeat:repeat-y;
	/*FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cbc8e7,strength=10);*/
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cbc8e7,strength=5);
	border:0px solid #000000;
}

.menu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	list-style-type:none;
}

.menu a, .menu a:visited {
/* Les liens qui ne sont pas sous le curseur.
	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera...
	La combinaison aucun width et height:100% marche sur tous, donc ne pas toucher */
	font-family:Verdana;
	text-decoration:none;
	color:#999999;
	padding:4px 3px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}

.menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	border:0px solid #000000;
	background-color:#ffffff;
	color:#999999;
	text-decoration:none;
	/*padding:3px 2px;*/
	padding:0px 0px;
	/*margin: 0px 0px 0px 5px;*/
	margin: 0px 0px 0px 0px;
	/*width: 170px;*/
	width: 100%;
}

img {
	border:none;
}

.ssmenu img {
	/* pour le look XP, il faut mettre des icônes de 16x16 pixels, on prévoit une marge*/
	margin-right:8px;
}


.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	height:1;
	display:block;
}

.cachemoteur{visibility: hidden; }

.lnkacceuilrouge, .lnkacceuilrouge a
{
	color:#DB2834;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;	
}


.lnkacceuilrouge:link, .lnkacceuilrouge:hover, .lnkacceuilrouge:visited
{
	color:#DB2834;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;	
}

.lnkacceuilgrisbold:link, .lnkacceuilgrisbold:hover, .lnkacceuilgrisbold:visited
{
	color:#999999;
	font-size:xx-small;
	font-weight:bold;
	text-decoration:none;	
}

.lnkacceuilgris:link, .lnkacceuilgris:hover, .lnkacceuilgris:visited
{
	color:#999999;
	font-size:xx-small;
	text-decoration:none;
}

.txtformlogin
{
	color:#000000;
	font-size:xx-small;	
	background-color:Transparent;
}

.textboxacceuil
{
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color:Transparent;
	width:90px;
	height:15px;
	font-size:xx-small;
}