/*============================================*/
/*                                            */
/* Styles structurant la page                 */
/*                                            */
/*============================================*/

body { 
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.9em;    
	background-color: rgb(255, 255, 255);
    }

#header { 
	border : 0px;
	border-width : 0px;
	background-image:url(../images/fond_header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 100px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	background-color: rgb(255, 255, 255);
    }

#haut {
    border : 0px;
    border-width : 0px;
	background-image:url(../images/fond_haut.jpg);
	background-repeat: no-repeat;
	width: 1000px;
    height: 50px;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    line-height: normal;
	background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
	padding-top: 8px;
    }

#conteneur { 
    position: absolute;
    width: 100%;
	background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    }

#centre {
    height: 500px;
    margin-left: 200px;
    margin-right: 50px;
    text-align: justify;
    }

#gauche { 
	background-image:url(../images/fond_gauche.jpg);
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255);
	padding-top: 15px;
    float: left;
    width: 200px;
	height: 400px;
    text-align: left;
    font-size: 0.9em;
    }


/*============================================*/
/*                                            */
/* Styles des menus                           */
/*                                            */
/*============================================*/

/*---------------- Menu Haut -----------------*/

#menuhaut {
	margin: 0px;
    margin-left: 30px;
    padding: 0px;
	padding-top: 4px;
    list-style-type: none;
    font-size: 0.9em;
    }

#menuhaut li {
	display: inline;
    color: rgb(0, 153, 106);
    }

#menuhaut a {
	margin: 0px 2px;
    color: rgb(0, 153, 106);
    text-decoration: none;
    }

#menuhaut a:hover {
	text-decoration: underline;
    color: rgb(255, 100, 0);
    }

/*---------------- Menu gauche ---------------*/
#menugauche { 
	margin: 0px;
    margin-left: 15px;
    padding: 0px;
    list-style-type: none;
    font-size: 0.9em;
    }

#menugauche li {
    margin-top: 8px;
    color: rgb(255, 100, 0);
    }

#menugauche a { margin: 0pt 2px;
    color: rgb(255, 100, 0);
    text-decoration: none;
    }

#menugauche a:hover { text-decoration: underline;
    color: rgb(0, 153, 106);
    }

/*============================================*/
/*                                            */
/* Styles des titres (bandeau et page)        */
/*                                            */
/*============================================*/

.h1_bandeau { 
	margin: 0px;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    font-weight: normal;
    }

.h2_bandeau { 
	margin: 0px;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    }

.h2_page { 
	margin-left: 30px;
    margin-top: 10px;
    color: rgb(0, 0, 0);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    font-style: normal;
    font-weight: bold;
    }

.h3_page {
	margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    }

.h4_page {
	margin: 5px;
    color: rgb(0, 0, 0);
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    text-align: left;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    }


/*============================================*/
/*                                            */
/* Styles du contenu de la page               */
/*                                            */
/*============================================*/


/* Classes des listes dans une page */

.liste_a_puce_1 {
	margin: 0px;
	margin-left: 30px;
    padding: 0px;
    list-style-type: none;
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    }

.liste_a_puce_2 {
	margin: 0px;
	margin-left: 30px;
    padding: 0px;
    list-style-type: none;
    color: rgb(0, 0, 0);
    font-size: 0.9em;
    }

/* Classes des liens dans une page */

.a_vert {
	margin: 0px 2px;
    color: rgb(0, 153, 106);
    text-decoration: none;
    }

.a_vert:hover {
	text-decoration: underline;
    color: rgb(255, 100, 0);
    }

.a_vert_clair {
	margin: 0px 2px;
    color: rgb(0, 255, 106);
    text-decoration: none;
    }

.a_vert_clair:hover {
	text-decoration: underline;
    color: rgb(255, 100, 0);
    }
	
.a_orange {
	margin: 0px 2px;
    color: rgb(255, 100, 0);
    text-decoration: none;
    }

.a_orange:hover {
	text-decoration: underline;
    color: rgb(0, 153, 106);
    }

.a_jaune {
	margin: 0px 2px;
    color: rgb(255, 255, 0);
    text-decoration: none;
    }

.a_jaune:hover {
	text-decoration: underline;
    color: rgb(255, 0, 255);
    }
	
.a_rouge {
	margin: 0px 2px;
    color: rgb(255, 0, 0);
    text-decoration: none;
    }

.a_rouge:hover {
	text-decoration: underline;
    color: rgb(0, 0, 255);
    }
	
	
/* Classes des paragraphes des pages */

p 	{ 
	margin: 5px 5px 10px;
    }

.p_center { 
    text-align: center;
    font-weight: normal;
    }

.p_menu_center { 
    margin: 0px 0px 0px;
	color: rgb(255, 100, 0);
	text-align: center;
    font-weight: bold;
    }

.p_texte { 
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
	color: rgb(0, 0, 0);
	text-align: justify;
	font-size: 0.8em;
    font-weight: normal;
    }
	
.p_erreur {
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
    text-align: left;
	font-size: 0.8em;
    font-weight: bold;
    color: rgb(255,0,0);
    }

textarea { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
    }

cite {
	font-size: 0.9em;
	font-style: italic;
    }

blockquote {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: rgb(255,0,0);
    }
	
	
/* Classes des images (images cliquables ou non : on enlève les bordures */

img 
{
   border-width : 0px;
   border : 0px;
   padding-bottom:0px;
}

/* Classes du tableau d'entête */
.tab_entete {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
	border-width : 0px;
   }
   
.tab_entete_colonne1 {
    text-align: center;
    width: 200px;
	padding-top: 5px;
   }

.tab_entete_colonne2 {
    width: 600px;
    text-align: left;
   }
 
   
/* Classes du tableau du corps de page */
.tab_page {
	width: 800px;
	height: 780px;
	background-image: url(../images/fond_page.jpg);
	background-repeat: no-repeat;
    border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
   }
   
.tab_page_entete_colonne {
	width: 800px;
	height: 20px;
	vertical-align : top;
}

.tab_page_cellule {
	width: 800px;
	height: 760px;
	vertical-align : top;
}

.tab_page_demi{
	width: 800px;
	height: 380px;
	background-image: url(../images/fond_page_demi.jpg);
	background-repeat: no-repeat;
    border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
   }

.tab_page_cellule_demi{
	width: 800px;
	height: 360px;
	vertical-align : top;
}

.tab_page_quart{
	width: 800px;
	height: 200px;
	background-image: url(../images/fond_page_quart.jpg);
	background-repeat: no-repeat;
    border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
   }

.tab_page_cellule_quart{
	width: 800px;
	height: 180px;
	vertical-align : top;
}
.tab_picto {
	margin-left: 30px;
	width: 770px;
    border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
   }

.tab_picto_cellule_logo {
	text-align : left;
}
   
.tab_picto_cellule {
	vertical-align : top;
}
   
   
/* Classes des tableaux des formulaires des pages */
.form_legend {
    color: rgb(255,153,0);
	margin-left: 30px;
    font-weight: normal;
   }

.form_tableau {
	width: 100%;
    text-align: center;
    color: rgb(0,0,0);
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 0.8em;
    border: 0px;
    border-color: rgb(200, 200, 200);
   }
   
.form_titre_tableau {
    color: rgb(0,0,0);
    text-align: center;
   }

.form_cellule_label {
    padding-left: 3px;
    padding-right: 3px;
    text-align: right;
    font-style: normal;
   }

.form_cellule_champ {
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
	vertical-align: top;
    font-style: normal;
   }

.form_cellule_champ_150 {
    width: 150px;
	padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    font-style: normal;
   }

.form_cellule_texte {
	width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: justify;
    font-style: italic;
   }
   
.form_cellule_centree { 
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    font-style: normal;
    }

.form_cellule_erreur { 
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 0.8em;
    color: rgb(255,0,0);
    }

.form_fieldset {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 35px;
	border: none;
   }

.form_legend {
    color: rgb(255, 64, 0);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 0.8em;
    font-weight: normal;
   }

label {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}

select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	vertical-align: middle;
}

.select_top {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	vertical-align: top;
}

textarea { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
    }

.input_disable {
	border: none;
    background-color: rgb(255, 255, 255);
   }

.textarea_disable {
    border: none;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

.span_bold {
	font-weight: bold;
}

