

div, form, ul, ol, li, h1, h2, h3, h4, h5, h6, p, img, input, table, td, hr, select, textarea {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 15px;
}

h2 {
	font-weight: normal;
	font-size: 14px;
}

h3 {
	font-weight: normal;
	font-size: 13px;
}

h4 {
	/*font-weight: normal;*/
	font-size: 12px;
}

h5 {
	font-weight: normal;
	font-size: 11px;
}

h6 {
	font-weight: normal;
	font-size: 10px;
}

.clear_both {
	clear: both;
}

.image_droite {
	float: right;
}

.image_gauche {
	float: left;
}

hr.separateur {
	clear: both;
	width: 98%;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	height: 1px;
}

hr.separateur_evenement {
        clear: both;
        margin: 0px auto;
	width: 98%;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 1px;
}

.texte_vertical {
	vertical-align: middle;
}

.texte_centre {
	text-align: center;
}

.texte_droite {
	text-align: right;
}

.texte_gauche {
	text-align: left;
}

.texte_justify {
	text-align: justify;
}

.texte_bleu_admin {
	color: #0000ff;
}

.texte_bleu_clair {
	color: #007bc1;
}

.texte_blanc {
	color: #FFFFFF;
}

.texte_noir {
	color: #000000;
}

.texte_orange {
	color: #FF9900;
}

.texte_rouge {
	color: #FF0000;
}

.texte_vert {
	color: #00CC00;
}

.texte_rose {
	color: #f34778;
}

.texte_rose2 {
	color: #d95dd6;
}

.texte_gris {
	color: #595959;
}

.texte_gris2 {
	color: #a1a1a2;
}

.texte_bleu {
	color: #5995c8;
}

.texte_marron {
	color: #74582f;
}

.texte_marron2 {
	color: #9e8767;
}

.texte_marron3 {
	color: #82786a;
}


.error{
    /*font-style: italic;*/
    color: #FFFFFF;
    font-family : Arial, Verdana, Helvetica,  sans-serif;
    font-size:11px;
    font-weight: bold;
    /*font-weight: normal;*/
}
.align{

    margin-left: 100px;
    font-family : Arial, Verdana, Helvetica,  sans-serif;
    font-size:11px;
    font-weight: bold;
}