@charset "utf-8";
/* CSS Document */

body 
{
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, "Sans Serif";
    color: #ffffff;
	background: #000000;   
	text-decoration : none;
	background-color: #000000; 
	scrollbar-face-color: #FF0099;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #FF0099;	
	scrollbar-3dlight-color:  #FF0099;
	scrollbar-arrow-color: #008000; 
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #99cc99;                                   
}



/*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: 951px;
	height:auto;
	background-repeat:no-repeat;
	background: #000000;  
	
}

#Global2
{
	margin-left:0px !important;
	margin-left:30px;
	height:auto; /*auto par la suite*/
	background: #000000;  
}

.textarea 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #ffffff; text-decoration: none; 
	font-weight: bold ; text-align: left
}

.texteform 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff; text-decoration: none; 
	font-weight: bold ; text-align: left
}


.h1 {
	margin-top:4px;	font-family: Arial; font-size: 13pt; text-align: center; color: #FF0099; font-weight: bold; }
	 .h2 {
	margin-top:4px;	font-family: Arial; font-size: 12pt; text-align: justify; color: #FF0099; font-weight: bold; }
.h3 {
	font-weight: bold;color : #FF0099; font-family : Arial, Helvetica, sans-serif;font-size : 11pt;font-style : normal;
}
.h4 { 
	font-weight: bold; inline;	font-family: Arial, Helvetica, sans-serif; font-size: 10pt;	font-style: normal; color: #FF0099;
}
.devis { 
	font-weight: bold; inline;	font-family: Arial, Helvetica, sans-serif; font-size: 13pt;	font-style: normal; color: #f4b416;
}

.phrase_footer { 
	font-family: Arial, Helvetica, sans-serif; font-size: 8pt;	font-style: normal; color: #ffffff;	

}
a.rose:link {
color:#FFFFFF;font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
}

a.rose:visited {
color:#FFFFFF;font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
text-decoration:none
}

a.rose:hover {
color:#FFffff;font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
text-decoration:underline
}
a.blanc:link {
color:#FFFFFF;font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
}

a.blanc:visited {
color:#FFFFFF;font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
text-decoration:none
}

a.blanc:hover {
color:#FFffff;font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
text-decoration:underline
}
li {
 font-size: 100%;
 display : list-item;
 list-style-image : url(images/bg.gif);
 list-style-position: outside;
}                                          /**page**/
.etoile{
color: #FF9900;
font-weight: bold;

}
hr { 
color: #FF0099;
background-color: red;
height: 1px;
border: 0;}
a:link{font-family: Arial, Helvetica, sans-serif;font-weight: bold;color : #FF9900;font-size : 11pt;}
a:visited{font-family: Arial, Helvetica, sans-serif;font-weight: bold;color :  #FF9900;font-size : 11pt;}
a:hover{font-family: Arial, Helvetica, sans-serif;font-weight: bold;color : #ffffff;font-size : 11pt;}
td {
	/** taille police article**/
	font-size: 13px;
	line-height: normal;
}
INPUT {
	color: #ffffff;
	background-color: #FF0099;
	border-color: #1289cc;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

TEXTAREA {
	color: #ffffff;
	background-color: #FF0099;
	border-color: #1289cc;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
SELECT {
	color: #ffffff;
	background-color: #000000;
	border-color: #1289cc;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.footer {
	color: #ffffff;
	text-align: center;
	font-size: 11px;
    font-weight: bold;
	padding-top: 10px;
	padding-left: 250px;
	position:relative;
	float:left;
	a:link {font-family: Arial, Helvetica, sans-serif;font-weight: bold;color : #FF0099;font-size : 10pt;}
	a:visited {font-family: Arial, Helvetica, sans-serif;font-weight: bold;color :  #ffffff;font-size : 10pt;}
	a:hover {font-family: Arial, Helvetica, sans-serif;font-weight: bold;color : #ffffff;font-size : 10pt;}






