/* pour le corps du texte */

body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	line-height:normal;
	text-align: left;
}

ul {
	line-height:20px;	
	font-size:12px;
}

ul.li{
	line-height:25px;
	text-align:left;
	margin: 0 0 0 12px;
	text-indent:5px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color:#20455a;
	text-align: center;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-decoration: underline;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #999999;
	line-height: 14px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.gras {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	text-align: left;
}

a:link {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

a:active {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

/* pour les fiches formation */

.soustitre_orange {
	font-size:12px;
	font-weight:normal;
	color:#FF6600;
	text-align:left;
}
.titre_bleu {
	font-size:14px;
	font-weight:bold;
	color:#333366;
	text-decoration:underline;
	text-align:center;
	margin:18px 0 18px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.entete_bleu {
	font-size: 12px;
	font-weight:bold;
	color: #20455a;
	text-align:left;
	border: 0px solid #333366;
	height: auto;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}

#fondu {
	-khtml-opacity: .9;
   	-moz-opacity: .9;
    filter: alpha(opacity=90);
    opacity: .9;
    background: #333333;
    display: block;
    height: 100%;
  	width: 100%;
  	position: fixed;
    left: 0;
  	top: 0;
    z-index: 1000
 }


#block_envoi, #block_erreur {
   border:3px solid #FFFFFF;
   background-image:url(../images/fond_message.jpg);
   width:548px;
   left: 50%;
   margin-left:-274px;
   height:82px;
   margin-top:250px;
   color:#FFFFFF;
   font-weight:bold;
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   overflow: hidden;
   position: absolute;
   z-index: 1001;
}

#block_envoi p{
	margin:20px 0 0 260px;
}
#block_erreur p{
	margin:30px 0 0 245px;
}

