FONT		{FONT-FAMILY: Verdana, Helvetica; FONT-SIZE: 10px}
INPUT		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
TEXTAREA	{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
FORM 		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/* ordre :link, :visited, :hover, :active */

a:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}

a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.text1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #550203;
}


.text1 a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.text1 a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}


.text1 a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


.text2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text2 a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.text2 a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.text2 a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.text3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.text4 {
	font-family: Verdana;
	font-size: 10px;
	color: #550203;
	font-weight: normal;
}

.text4 a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #550203;
	font-weight: normal;
	text-decoration: none;
}

.text4 a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #550203;
	font-weight: normal;
	text-decoration: none;
}

.text4 a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #550203;
	font-weight: normal;
	text-decoration: underline;
}


.titrepage {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}

 .codearticle{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Verdana;
	border:thin none #CDCDCC;
	padding:5px;
	width:auto;
	margin:auto;
	background-color: #600000;
	text-align: center;
	height: auto;
	word-spacing: normal;
}

@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}
.menu {
	text-align:left;
	background:  url(images/fondmenu.gif) no-repeat left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Verdana;
	padding:0px;
	width:15em;
	margin:1em;
	border: 1px none #CDCDCC;
	text-indent: 20pt;
 } 
 
 .ssmenu {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Verdana;
	border:1px solid #CDCDCC;
	padding:0px;
	width:15em;
	margin:1em;
	background-color: #600000;
	text-align: left;
}

/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */

.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:0;
	list-style-type:none;
	border-bottom: 1px solid #CDCDCC;
	border-right: 1px solid #CDCDCC;
}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
	color:#FFFFFF;
	padding:2px;
	text-decoration:none;
	font-family:Arial, Verdana;
	display:block;
	margin:0px;
	width:100%;
	font-size: 12px;
}
.ssmenu a, .ssmenu a:visited {
	padding-left:5px;
}
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;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus {
	background:  #FF0000;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Verdana;
	margin:0px;
	width:100%;
	font-size: 12px;
	font-weight: bolder;
	border: none;
}
.menu a:hover, .menu a:focus  {
	background:  url(images/fondmenuover.gif) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Verdana;
	margin:0px;
	width:100%;
	font-size: 12px;
	font-weight: bolder;
	border: none;
}


img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:8px;
}
.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	height:1px;
	display:block;
}

