/*
---------------------------------------------
REMISE À ZÉRO DES VALEURS CSS
--------------------------------------------- */

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,
form,fieldset,input,textarea,pre{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li {line-height:1em;}

h1,h2,h3,h4,h5,h6,pre,code{font-size:1em; }
ul,ol {list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
fieldset,img{border:0;}
:link,:visited{text-decoration:none;}
a img,:link img,:visited img {border:none;}

table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}

q:before,q:after{content:'';}

/* ------------------------------------------
-------------------------------------------*/



/* ------ BALISES HTML DE BASE ----------------------------------- */
body{
	background-color:#ffffff;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 0.75em;
	line-height: 1.6em;
}
strong, b{
	font-weight:bold;
}
em, i{
	font-style:italic
}
hr{
	color: #AE1901;
	background-color: #AE1901;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 2px;
	margin-top: 12px;
	margin-bottom: 16px;
}
pre{
	font-family:"Courier New", Courier, monospace;
	font-size: 0.65em;
}


/* ------ LES DIFFERENTS BLOCS ------------------------------------ */
#bloc_total{
	/* a voir */
}
#bloc_entete.print{
	visibility:visible;
}
#bloc_menu{
	display:none;
}
#bloc_contenant{
	/* a voir */
}
#bloc_contenu{
	background-color: #ffffff;
	padding-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#bloc_bas{
	/* a voir */
}

/* ------ CLASSES ----------------- */
.centrer{
	text-align:center;
}
.gauche{
	text-align: left;	
}
.description{
	font-size:11px;
}


/* ------ BALISES DU BLOC CONTENU ---------------------------- */
/* H */
#bloc_contenu h1{
	color: #4B73B7;
	font-family: Times New Roman, Times, serif;
	font-size: 2.1em;	
}
#bloc_contenu h2{
	color: #153A77;
	font-family: Times New Roman, Times, serif;
	font-size: 1.5em;
	margin-top: 8px;
}
#bloc_contenu h3{
	color: #153A77;
	font-family: Times New Roman, Times, serif;
	font-size: 1.15em;
	margin-top: 8px;
	margin-bottom:-4px;
}
#bloc_contenu h4{
	color: #153A77;
	font-family: Times New Roman, Times, serif;
	font-size: 1.15em;
	margin-top: 8px;
	margin-bottom:-4px;
}
#bloc_contenu h5{
	color: #153A77;
	font-family: Times New Roman, Times, serif;
	font-size: 1.15em;
	margin-top: 8px;
	margin-bottom:-4px;
}
#bloc_contenu h6{
	color: #153A77;
	font-family: Times New Roman, Times, serif;
	font-size: 1.15em;
	margin-top: 8px;
	margin-bottom:-4px;
}
/* Liens */
#bloc_contenu a{
	color:#000000;
	background-color:#ffebb1;
	text-decoration:none;
}
/* Listes */
#bloc_contenu ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 10px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}
#bloc_contenu ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 10px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
#bloc_contenu li{
	line-height: 1.3em;
	padding-top: 1px;
	padding-bottom: 3px;
}
#bloc_contenu dl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 10px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
#bloc_contenu dt{
	font-weight: bold;
	line-height: 1.3em;
}
#bloc_contenu dd{
	font-style: italic;
	margin-bottom: 4px;
	margin-left: 2px;
	line-height: 1.3em;
}
/* Tableaux */
#bloc_contenu table{
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 0.75em;
	margin-top: 12px;
	margin-bottom: 8px;
	border: 0px none #511A1C;
}
#bloc_contenu caption{
	text-align: center;
	font-weight: bold;
}
#bloc_contenu th{
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color:#FFEDAD;
	background-color: #511A1C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;	
}
#bloc_contenu td{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}
#bloc_contenu tr{
	background-color: #ffffff;
	/*border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #511A1C;
	border-bottom-color: #FFFFFF;
	border-left-color: #511A1C;*/
}
#bloc_contenu tr.paire{
	background-color: #FFEBB1;
}
#bloc_contenu td.gauche_impaire{
	width: 76px;
	background-image: url(http://www.francoisdelaval2008.org/site/templates/fdl2008_grille-fr/images/tbl_bkg_gauche_impair.jpg);
	background-repeat: repeat-y;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#bloc_contenu td.gauche_paire{
	width: 76px;
	background-image: url(http://www.francoisdelaval2008.org/site/templates/fdl2008_grille-fr/images/tbl_bkg_gauche_pair.jpg);
	background-repeat: repeat-y;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#bloc_contenu td.gauche_impaire2{
	width: 76px;
	background-image: url(http://www.francoisdelaval2008.org/site/templates/fdl2008_grille-fr/images/tbl_bkg_gauche_impair.jpg);
	background-repeat: repeat-y;
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#bloc_contenu td.gauche_paire2{
	width: 76px;
	background-image: url(http://www.francoisdelaval2008.org/site/templates/fdl2008_grille-fr/images/tbl_bkg_gauche_pair.jpg);
	background-repeat: repeat-y;
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#bloc_contenu td.droite_impaire{
	padding: 6px 10px 6px 10px;
	background-image: url(http://www.francoisdelaval2008.org/site/templates/fdl2008_grille-fr/images/tbl_bkg_droite_impair.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
}
#bloc_contenu td.droite_paire{
	padding: 6px 10px 6px 10px;
	background-image: url(http://www.francoisdelaval2008.org/site/templates/fdl2008_grille-fr/images/tbl_bkg_droite_pair.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
}
/* Formulaires */
#bloc_contenu form{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-bottom: 10px;
}
#bloc_contenu fieldset{
	text-align: right;
	margin-right: 100px;
	margin-bottom: 10px;
}
#bloc_contenu label{
	padding-bottom: 2px;
}
#bloc_contenu input{
	margin-top: 8px;
	background-color: #FCFAF6;
}
#bloc_contenu textarea{
	width:95%;
	background-color: #FCFAF6;
}
#bloc_contenu legend{
	display:none;
}
/* Classe du bt Submit */
#bloc_contenu .bt_submit{
	width:50%;
	padding:2px;
	margin-bottom:4px;
	background-color: #DDDDDD;
}
/* Classe du input lors d'une erreur */
#bloc_contenu .input_erreur{
	background-color: #FF6666 !important;
}
/* Classe du message d'erreur */
#bloc_contenu .msg_erreur{
	color: #FF0000;
	font-size: 1em;
	font-weight: bold;	
}
/* --------- */

.centrer{
	text-align:center;
}
.description{
	font-size:11px;
}
.titre{
	color: #153A77;
	font-family: Times New Roman, Times, serif;
	font-size: 1.15em;
	line-height:1em;
	margin-top: 20px;
	margin-bottom:-4px;	
}