@charset "utf-8";
/* CSS Document */

.bloc {
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	background: url('../interface/bloc/tl.gif') no-repeat left top; /* Top Left */
	padding-left: 10px;
	padding-top: 10px;
}

.bloc .contenu {
	background: url('../interface/bloc/br.gif') no-repeat right bottom; /* Bottom Right */
}

.bloc .titre {
	height: 20px;
	background: url('../interface/bloc/tr.gif') no-repeat right top; /* Top Right */
	position: relative;
	top: -10px;
	margin: 0;
	padding: 4px 0 0 5px; /* Top Right Bottom Left */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.bloc .texte {
	padding-right: 10px;
}

.bloc .pied {
	clear: both;
	background: url('../interface/bloc/bl.gif') no-repeat left bottom; /* Bottom Left */
	margin-right: 16px;
	margin-left: -10px;
	margin-bottom: 0;
	padding: 0 0 10px 0; /* Top Right Bottom Left */
}


.entete_page {
	width: 920px;
	height: auto;
	padding: 0;
	margin: 0;
}

.titre_page {
	height: 21px;
	width: 900px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../interface/titre_page.gif);
	background-repeat: repeat-x;
}



.contenu_page {
	display: table;
	width: 918px;
	height: auto;
	border-left: 1px solid #004978;
	border-right: 1px solid #004978;
}

.texte_page {
	width: 480px;
	margin-left: 400px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
}

.texte_page a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

.texte_page a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}

.image_page {
	float: left;
	margin: auto;
	padding: 0;
}

.pied_page {
	width: 920px;
	height: 30px;
	background-image: url(../interface/pied_page.gif);
	background-repeat: repeat-x;
}

#gifA_preventica{
  position: relative;  
  left: 12em;

    
}

