td{
font-family: Verdana, Arial, Helvetica;
font-size:10px;
font-weight: normal;
color: #444444;
border-color:#000000;
font-style: normal}

.titre_gris{
font-family: Verdana, Arial, Helvetica;
font-size:10px;
font-weight: normal;
color: #444444;
font-weight: bold;
}


.titre_rouge{
font-family: Verdana, Arial, Helvetica;
font-size:10px;
font-weight: bold;
color: #CC1931;
}

.txt{
font-family: Verdana, Arial, Helvetica;
font-size:10px;
font-weight: normal;
color: #444444;
font-style: normal;
}

.txtrouge{
font-family: Verdana, Arial, Helvetica;
font-size:10px;
font-weight: normal;
color: #CC1931;
font-style: normal;
}

body
{
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: normal;
color: black;
scrollbar-base-color: #CC1931;
}

a:hover {
color: #CC1931;
text-decoration: underline;
}

a { 
color: #CC1931;
text-decoration: none;
}

input
{
font-family: Verdana, Arial, Helvetica;
font-weight: 700;
font-size: 10px;
font-style: normal;
background-color: #FFFFCC;
color: #666666;
}

textarea
{
font-family: Verdana, Arial, Helvetica;
font-weight: 700;
font-size: 10px;
font-style: normal;
background-color: #FFFFCC;
color: #33333;
}


#info {
	position:absolute; 
	width:591px;
	height:430px;
	top:20px;
	border:1px #000 solid;
	background-color:#fff;
	z-index:400;
	visibility: visible;
	left:50%;
	margin-left: -250px;
	}
#contenu_global {
	background-color:#000000; 
	width:100%; 
	height:100%;
	z-index:200;
	position:absolute;
	left:0px;
	top:0px;
	filter:alpha(opacity=80);
	-moz-opacity:.70;
	opacity:.50;
}
