
/**************************************************************************************************************************/
/*                                                    HABILLAGE GENERALE                                                  */
/**************************************************************************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

h1 {
	font-size:1.1em;
	padding:0 0 5px 0;
	font-weight:normal;
}

h2 {
	font-size:1em;
	padding:0 0 5px 0;
	font-weight:normal;
}

h3 {
	font-size:0.87em;
	padding:0 0 5px 0;
}

h4 {
	font-size:0.7em;
	padding:0 0 5px 0;
}

h5 {
	font-size:0.7em;
	padding:0 0 5px 0;
}

h6 {
	font-size:0.7em;
	padding:0 0 5px;
}

.entete h1, .entete h2, .entete h3, .entete h4, .entete h5, .entete h6 {
	display:block;
	line-height:1.3;
}

.titre_rubrique {
	color:#ffffff;
	font-size:1.85em;
}

.titre_page {
	color:#52c1e9;
	font-size:1.85em;
}

.alaune {
	background-image:url(../images/interface/bg_top_bleu.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#ffffff;
	padding:10px;
}


#center_center .entete h1,
#center_center .entete h2,
#center_center .entete h3,
#center_center .entete h4,
#center_center .entete h5,
#center_center .entete h6 {
	color:#029fd4;
	font-weight:bold;
}

.center_left_contenu .entete h1,
.center_left_contenu .entete h2,
.center_left_contenu .entete h3,
.center_left_contenu .entete h4,
.center_left_contenu .entete h5,
.center_left_contenu .entete h6  {
	width:164px;
	padding:7px 8px 5px;
	/*font-size:1em;*/
	font-weight:bold;
	font-size:0.95em;
}

.home_center_center_contenu .entete h1,
.home_center_center_contenu .entete h2,
.home_center_center_contenu .entete h3,
.home_center_center_contenu .entete h4,
.home_center_center_contenu .entete h5,
.home_center_center_contenu .entete h6  {
	
	padding:7px 10px 5px;
	/*font-size:1em;*/
	font-weight:normal;
}

.center_right_contenu .entete h1,
.center_right_contenu .entete h2,
.center_right_contenu .entete h3,
.center_right_contenu .entete h4,
.center_right_contenu .entete h5,
.center_right_contenu .entete h6 {
  color:#029fd4;
	width:160px;
	padding:7px 10px 5px;
	/*font-size:1em;*/
	font-weight:normal;
}

.entete h1.fond_bleu,
.entete h2.fond_bleu,
.entete h3.fond_bleu,
.entete h4.fond_bleu,
.entete h5.fond_bleu,
.entete h6.fond_bleu {
	background-image:url(../images/interface/bg_bleu_180.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
  	color:#ffffff;
	padding:7px 10px 5px;
	width:160px !important;
	width:180px;
	/*font-size:1em;*/
	font-weight:bold;
	font-size:0.95em;
}

#center_center .entete h1.fond_bleu,
#center_center .entete h2.fond_bleu,
#center_center .entete h3.fond_bleu,
#center_center .entete h4.fond_bleu,
#center_center .entete h5.fond_bleu,
#center_center .entete h6.fond_bleu {
	background-image:url(../images/interface/bg_bleu_575.jpg);
	width:555px;
	float:left;
	color:#ffffff;
}


#center_center_contenu_gauche .entete h1.fond_bleu,
#center_center_contenu_gauche .entete h2.fond_bleu,
#center_center_contenu_gauche .entete h3.fond_bleu,
#center_center_contenu_gauche .entete h4.fond_bleu,
#center_center_contenu_gauche .entete h5.fond_bleu,
#center_center_contenu_gauche .entete h6.fond_bleu,
#center_center_contenu_droite .entete h1.fond_bleu,
#center_center_contenu_droite .entete h2.fond_bleu,
#center_center_contenu_droite .entete h3.fond_bleu,
#center_center_contenu_droite .entete h4.fond_bleu,
#center_center_contenu_droite .entete h5.fond_bleu,
#center_center_contenu_droite .entete h6.fond_bleu {
	background-image:url(../images/interface/bg_bleu_279.jpg);
	width:259px;
}


p, caption {
	font-size:0.7em;
	padding:5px 0;
}

p a {
	color:#33b0db;
	font-weight:bold;
	text-decoration:underline;
}

ul {
	list-style-type:none;
	font-size:0.7em;
	padding:0 0 10px;
}

ol {
	font-size:0.7em;
	padding:0 5px 0 20px
}

img {
	margin:0;
	padding:0;
	border:none;
}

img a, a {
	text-decoration:none;
}

a, a:link {
	color:#33b0db;
	text-decoration:underline;
}
a img {
	text-decoration:none;
	border:none;
}

a:hover {
	text-decoration:underline;
	color:#96a9af;
}

input, textarea, select {
	border:1px solid #BDBDBD;
	font-family:Arial,Helvetica,Verdana;
	margin:0;
	padding:0;
}
table {
	margin:0;
	padding:0;
	border:0;
}

tr {
	margin:0;
	padding:0;
}

td {
	margin:0;
	padding:0;
}

form {
	display:block;
	margin:0;
	padding:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.align-justify {
	text-align:justify;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}