/* CSS Document */

a:link {
	text-decoration: underline !important;
	color:#003399 !important;
}

a:visited {
	text-decoration: underline !important;
	color:#3366CC !important;
}

a:hover {
	font-weight:bolder !important;
	color: #0033FF !important;
	text-decoration: none !important;
}

.Citations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	font-style: oblique;
	font-weight: normal;
	text-align: justify;
	padding: 5px;
	line-height: 15px;
}

.Refs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	padding: 5px;
	line-height: 18px;
}

.Texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	font-style: normal;
	padding: 5px;
	line-height: 15px;
	text-align:justify;
}

.Titrage1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	font-style: italic;
	text-align: center;
	padding:5px;
}

.Titrage2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	font-style: italic;
	text-indent: 50px;
	padding:5px;
	}

.Mentions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #333333;
	font-style: normal;
	text-align:center;
}

.MentionsG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #333333;
	font-style: normal;
	text-align: left; 
}

.Cligne {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: 9966FF;
	text-decoration: blink;
}

.formulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003399;
	border: none;
	font-weight: bold;
	padding: 2px;
}

.menu {
	cursor: hand !important;
	font-weight: normal;
	background-color:#9966ff;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color:#FFFFFF;
}

.ssmenu {
	font-weight: normal;
	background-color:#9966ff;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	cursor: hand !important;
	padding:1px;
	width:15em;
	margin:1em;
}

.menu span, .ssmenu span {
/* Ne pas toucher
	C'est 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 {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding: 0;
	margin: 0px;
	list-style-type: none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	/*color:#FFFF00;*/
	padding: 3px 1px;
	/*text-decoration:none;
/* Ne pas modifier le block, margin et width */
	display: block;
	margin:0px;
	/*width:100%;*/
	text-align: center;
}

html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}


.menu a:hover, .menu a:focus {
	/*background-color:none;
	color:#FFFF00;*/
	font-weight:bolder !important;
	text-decoration: none !important;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus/*, .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.
	*/
	background-color:#ffffff;
	font-weight:bolder !important;
	/*color:#FFFF00;*/
	text-decoration: none !important;
}

.bouton {
	font:Verdana, sans-serif;
	font-size:9px;
	font-weight: bold;
	display: block;
	margin:1px;
	/*width:50;*/
	height:auto;
	text-align: center;
	color:#FFFFFF;
	text-decoration:none !important;
	background-color:#9966ff;
}