﻿* {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	list-style-type: none;
}

span
{
	font-weight: inherit;
	font-size: inherit;
}

img
{
	border: none;
}

a
{
	color: #e00000;
}

a:hover
{
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

p
{
	text-align: justify;
}



.liste_horizontale li
{
	display: inline;
}



/* Formulaires */
form fieldset
{
	margin: 0 auto;
	border: none;
	text-align: center;
	padding: 20px 20px 10px 20px;
}

#corps form p, #corps form div
{
	margin-bottom: 5px;
}

label
{
	display: inline-block;
	width: 110px;
	margin-right: 10px;
	text-align: right;
}

input[type=text], nput[type=password], textarea, select
{
	padding: 2px;
	border: solid 1px #D0D3D8;
	border-top-color: #ABADB3;
}

input
{
	padding: 2px;
}

form textarea
{
	vertical-align: top;
}

.obligatoire
{
	color: #f5b959;
}

.selectionné
{
	color: #E00000;
}

/* Tables */
table
{
	border-collapse: collapse;
}

tr
{
	vertical-align: top;
}

th
{
	text-align: center;
	font-weight: bold;
	background-color: #ffc0c0;
	line-height: 1.7em;
}

td, th
{
	padding: 0 5px;
}

.avec_lignes td
{
	border: 1px solid #e0e0e0;
}

.avec_lignes th
{
	border: 1px solid #e0e0e0;
}

.ligne_paire
{
	background-color: #ffeaea;
}

/* TITRES */
h1
{
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
}

h2
{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

h3
{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	color: #555555;
}

#general
{
	background: #676463 url('medias/background.png') repeat;
	color: #000000;
	text-align: center; /* utile pour IE 6&7, pour le centrage des blocs*/
}

#page
{
	position: relative;
	width: 990px;
	margin: 20px auto 20px auto;
}

#header
{
	background: url('medias/header.png');
	height: 100px;
	color: #FF0000;
	font-size: 30px;
}


#menu_haut
{
	background: #676463 url('medias/menu.png') repeat-x;
	height: 30px;
}

#corps
{
	background-color: #FFFFFF;
	display: block;
	min-height: 500px;
	text-align: left;
	padding: 10px 30px 20px 30px;
}

#corps div.cadre_300
{
	width: 280px;
	background: #FFFFFF url('medias/cadre_haut_300.png') top no-repeat;
	margin-bottom: 20px;
	padding: 20px 10px 0 10px;
}

#corps div.cadre_465
{
	width: 445px;
	background: #FFFFFF url('medias/cadre_haut_465.png') top no-repeat;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
}

#corps div.cadre_630
{
	width: 590px;
	background: #FFFFFF url('medias/cadre_haut_630.png') top no-repeat; 
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
}

#corps div.cadre_950
{
	width: 910px;
	background: #FFFFFF url('medias/cadre_haut_950.png') top no-repeat; 
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
}

#corps div.vide
{
	clear: both;
	height: 0;
	padding: 0;
	background-color: transparent;
}

#corps div.bas_cadre_300
{
	background: url('medias/cadre_bas_300.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -10px;
}
	
#corps div.bas_cadre_465
{
	background: url('medias/cadre_bas_465.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -10px;
}

#corps div.bas_cadre_630
{
	background: url('medias/cadre_bas_630.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -20px;
}

#corps div.bas_cadre_950
{
	background: url('medias/cadre_bas_950.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -20px;
}

#corps p
{
	margin-bottom: 1em;
}

#corps li
{
	text-align: justify;
}


#corps ul.liste_horizontale
{
	text-align: center;
	margin-left: 0;
}

#corps ul.liste_horizontale li
{
	list-style-type: none;
	display: inline;
	margin: 0 10px;
}

#footer
{
	background-color: #FFFFFF;
	clear: both;
	font-size: 90%;
	text-align: center;
	padding-bottom: 5px;
}

#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

#footer a:hover
{
	text-decoration: underline;
}

.boutons
{
	text-align: center !important;
	margin: 0 0 10px 0 !important;
}



/* AFFICHAGE DES MESSAGES DE CONFIRMATION ET D'ERREUR */
.erreur,.message,.confirm
{
	text-align: center;
	font-size: 15px;
	border-style: dashed;
	border-width: 1px;
}

.erreur
{
	color: #ff0000;
	border-color: #ff0000;
}

.confirm
{
	color: #00ff00;
	border-color: #00ff00;
}

.erreur_form
{
	border: solid 1px #FF5050;
	background-color: #FFF0F0;
}

#menuDeroulant .menuIE6
{
    display:none;
}

#menuDeroulant a 				/* élément du menu */
{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 1px 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menuDeroulant li li a
{
	background: #c80000;
	width: 150px;
	margin: 0;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
}

#menuDeroulant li				/* élément du menu */
{
	z-index: 1; 				/* passe au dessus des inputs */
	position: relative;
    display: block;
    float: left;
    line-height: 25px;
}

#menuDeroulant li ul
{
	display: none;
	position: absolute;
	left: 0;
	top: 24px;
    border: solid 1px #b40000;
}

#menuDeroulant li li			/* élément du sous-menu */
{
	float: none;
	text-align: left;
	margin: 0;
    border: none;
}

#menuDeroulant li:hover ul
{
	display: block;
}

#menuDeroulant a:hover
{
	color: #fcee5c;
}

.checkbox_deroulants
{
	background: #FFFFFF;
	position: relative;
	height: 20px;
	width: 140px;
	overflow: hidden;
	border-bottom: solid 1px #D0D3D8;
}

.checkbox_deroulants:hover
{
	overflow: visible;
	z-index: 1;
}


.checkbox_deroulants input
{
	margin-top: 3px;
	vertical-align: top;
}

.checkbox_deroulants ul
{
	border: solid 1px #D0D3D8;
	border-top-color: #ABADB3;
}

.checkbox_deroulants li
{
	background: #FFFFFF;
	padding: 0 0 0 5px;
	line-height: 20px;
}

.checkbox_deroulants li.premier
{
	background: #FFFFFF url('medias/fleche.png') right top no-repeat;
}