td {
	font-family:  Arial;
	font-size: 12px;
	line-height: 20px ;
	color: #000000;
}



a {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px ;
	color:#95152e;
	text-decoration: none;		
}
a:hover {
	color:#95152e;
	text-decoration: underline;	
	
}

a.lienbold {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px ;
	font-weight: bold;
	color:#95152e;
	text-decoration: none;		
}
a.lienbold:hover {
	color:#95152e;
	text-decoration: underline;	
	
}

/* MENU
---------------------------------------------------------*/
a.menu1 {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase ;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
}

a.menu1:hover {
	color: #cc6666;
	text-decoration: none;		
}

a.menu2 {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase ;
	color: #ac1a37;
	font-weight: bold;
	line-height: 16px;
}

a.menu2:hover {
	color: #ffffff;
	text-decoration: none;		
}



/* TITRES PAGES
---------------------------------------------------------*/
.titre1_gris {
	font-family: Arial;
	font-size: 56px;
	color: #dde2e4;
	line-height: 58px;
}


.titre2_rouge {
	font-family: Arial;
	font-size: 17px;
	color: #95152e;
	text-transform: uppercase ;
	font-weight: bold;
	line-height: 20px;
}

.titre3_noir {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
}	


.Satelitte {
	font-family: Arial;
	font-size: 18px;
	color: #c1c7c8;
	line-height: 22px;
}


/* TEXTES
---------------------------------------------------------*/
.text_bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px ;
}
.text_italic {
	font-family: Arial;
	font-size: 12px;
	font-style: italic; 
	color: #000000;
	line-height: 20px ;
}

.text_boldrouge {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #95152e;
	line-height: 20px ;
}

.text_boldblanc {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px ;
}
.text_boldblancmenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase ;
	color: #ffffff;
	line-height: 12px;
}
.little {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}

.little_bold {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 13px;
}
a.little {
	font-family: Arial;
	font-size: 10px;
	color: #95152e;
	text-decoration: none;		
}	
a.little:hover {
	color: #95152e;
	text-decoration: underline;	

}


/* ##################### FORMULAR SETTINGS #################### QM: ok */

.clear { /* generic container (i.e. div) for floating buttons */
     overflow: hidden;
     width: 100%;
}
a.button {
     background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
     color: #444;
     display: block;
     float: left;
     font: normal 12px arial, sans-serif;
     height: 24px;
     margin-right: 6px;
     padding-right: 18px; /* sliding doors padding */
     text-decoration: none;
}
a.button span {
     background: transparent url('images/bg_button_span.gif') no-repeat;
     display: block;
     line-height: 14px;
     padding: 5px 0 5px 18px;
}
a.button:active {
     background-position: bottom right;
     color: #000;
     outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
     background-position: bottom left;
     padding: 6px 0 4px 18px; /* push text down 1px */ 
}


.inputbox {
	border: 1px solid #cccccc;
	background: #FFF;
	color: #000000;
	padding: 2px;
	width: 300px;
}