
/* CSS Document */

/*******************************************************
*** CENTRAGE DU SITE POUR TOUTES LES RESOLUTIONS **
********************************************************/
body 
{
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, "Sans Serif";
    color: #2F393C;
	background: #FFFFFF;     
	scrollbar-face-color: #22ABDF;
	scrollbar-shadow-color: #2F393C;
	scrollbar-highlight-color: #990000;
	scrollbar-3dlight-color: #2F393C;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: White;                                 
}



/*DIV permettant de centrer le site*/
#Global
{
    margin-left: auto;
	margin-right: auto;
    text-align: left; /* on rétablit l'alignement normal du texte */
	width: 963px;
	height:auto;
	background-repeat:no-repeat;
	
}

#Global2
{
	margin-left:0px !important;
	margin-left:0px;
	height:auto; /*auto par la suite*/
}
table {
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 12px;
}
.H1 {
	color: #2F393C;
	font-weight: bold;	
	font-size: 14px;
	text-align:center;
}

a:link {
	text-decoration: none;
	color: #2F393C;
}
a:visited {
	text-decoration: none;
	color: #2F393C;
}
a:hover {
	color: #19B2DC;
	}
input {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.titrebleu{
	color: #19B2DC;
	font-size: 13px;
	font-weight: bold;
	font-size: 13px;
}

.titrepourpre{
	color: #660066;
	font-size: 13px;
	font-weight: bold;
	font-size: 13px;
	text-align:center;
}
.titrerouge {
	color: #FF0000;
	font-weight: bold;	
	font-size: 13px;
}
.titrerose {
	color: #CC6699;
	font-weight: bold;	
	font-size: 13px;
	text-align:center;
}
.titreviolet {
	color: #990099;
	font-weight: bold;	
	font-size: 13px;
	text-align:center;
}
.titreturquoise {
	color: #19B2DC;
	font-weight: bold;	
	font-size: 13px;
	text-align:center;
}
.small {
	
	font-size: 10px;
	text-align:left;
}
.mauve {
		color: #2a1677;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}
.menu_gche{
	color: #2F393C;
	font-weight: bold;	
	font-size: 12px;
	text-align:left;
}
.footer{
	color: #2F393C;
	font-weight: bold;	
	font-size: 12px;
	text-align:center;
}
.Petittitrerouge {
	color: #FF0000;
	font-weight: bold;	
	font-size: 11px;
}
body,td,th {
	color: #2F393C;
}
textarea {
	
	color: #2F393C;
	background: White;     
	scrollbar-face-color: #22ABDF;
	scrollbar-shadow-color: #2F393C;
	scrollbar-highlight-color: 990000;
	scrollbar-3dlight-color: #2F393C;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: White;   
}
INPUT  NAME {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F393C;
	scrollbar-face-color: #22ABDF;
	scrollbar-shadow-color: #2F393C;
	scrollbar-highlight-color: #22ABDF;
	scrollbar-3dlight-color: #2F393C;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: White;
}
SELECT {
color:#2F393C;
background-color:#FFFFFF;
border-color:#990000;
font-weight:bold;
font-size:12px;
font-family:arial;}
INPUT {
	color: #2F393C;
	background-color: #FFFFFF;
	border-color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	color: #2F393C;
}
hr { 
color: #73E2FE;
background-color: red;
height: 1px;
border: 0;}

li {
 font-size: 100%;
 display : list-item;
 list-style-image : url(images/bg.gif);
 list-style-position: outside;
} 