/* ####################################################################################
            <!-- -------------------------------------- -->
            <!--          BALISES STANDARD              -->
            <!-- -------------------------------------- -->
 #################################################################################### */

body{
	font-family: "Colaborate-Thin";
	color:#000000;
	font-size:15px;
	position:relative;
}

h1,h2,h3,h4,h5,a{
	color: #ff3300;	
}

a:link      { text-decoration: none; color: #ff3300; font-weight: bold;}
a:active    { text-decoration: none; color: #ff3300; font-weight: bold;}
a:visited   { text-decoration: none; color: #ff3300; font-weight: bold;}
a:hover     { text-decoration: underline; color: #ff9900; font-weight: bold;}

TH{
	background-color:#FFCC00;
}
HR {
    border-style: solid;
    border-width: 1px;
    color: #ff3300;
}

blockquote small,blockquote  .small{
	font-family: "Colaborate-Thin";
	color:#000000;
	font-size:14px;	
}

/* ####################################################################################
            <!-- -------------------------------------- -->
            <!--             STYLES COMMUNS             -->
            <!-- -------------------------------------- -->
 #################################################################################### */
 
 .clearboth{
 	clear:both;
 }
 
.orange{
	color:#ff3300;	
}
.jaune{
	color:#ff9900;	
}
.gris{
	color:#C5C1B7;	
}
.bleu{
	color:#00499A;	
}
.orange_bg{
	background-color:#ff3300;
}
.jaune_bg{
	background-color:#ff9900;
}
.gris_bg{
	background-color:#C5C1B7;	
}
.bleu_bg{
	background-color:#1DB9DE;	
}

.message_erreur, .commentaires
{
	font-size: 13pt;
	color: #FF0000;
	font-weight: bold;
}
