@charset "utf-8";
/* CSS Document */
	
/* Titre de section 1 */
h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00538E;
	margin-top: 25px;
	}

h1 span{
	display:block;
	color:#666666;
	font-size:10px;
	font-weight:normal;
}

/* Titre de section 2 */	
h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #BF3019;
	font-weight: bold;
	margin-top: 20px;
	}

/* Titre de section 3 */	
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00538E;
	font-weight: bold;
	margin-top: 15px;
	}

/* Titre de section 4 */	
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF3019;
	font-weight: bold;
	margin-top: 10px;
	}

/* Corps de la page HTML */
BODY { 
	background-color: #CCCCCC;
	padding: 0px 0px 0px 0px;	
	}

/* Tableau et cellule 1 */
TABLE, TD { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	}
.imprime{
	background-color:#FFFFFF;
	background-position:top;
	}

/* Citation */
blockquote {
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#666666;
	padding-left:35px;
	padding-right:55px;
	border-left-style: solid;
	border-left-color: #E36F1D;
	border-left-width: thin;
	text-align: justify;	
	}

/* Source de la citation */
.source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 55px;
	font-weight: normal;
	}

/* Paragraphe */
p {
	text-align:justify;
	padding-right: 10px;
	}


/* Chemin qui indique   l'utilisateur où il se trouve dans le site */
.filariane { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E36F1D;
	}

/* Pour revenir en haut de la page */	
.haut {
	text-align: right;
	color: #E36F1D;	
	}

/* Liste   puce */

ul {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
	}

.listesansdecoration {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	margin-left: 14px;
	}
	
.listeavecdecoration {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/icones/icone_petit_logo_acfas.jpg);
	line-height: 20px;
	}

/* Liste numéroté */
ol {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-position: outside;
	list-style-type: decimal;
	} 

/* Pour le titre de la section,   placer dans le bandeau de couleur jaune */	
.entete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F7F7F7;
	padding-left: 5px;
	font-weight: lighter;
	padding-top: 25px;
	font-variant: small-caps;
	}

/* Titre de la colonne de droite */
.titre_colD	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	}

/* Légende de la colonne de droite */	
.legende_colD {
	font-size:9px;
	color: #666666;
	text-align:left;
	padding-top:-2px;
	}

	
/* Texte aligné   gauche */	
.texte_gauche {
	text-align:left;
	}
	
/* Texte aligné   droite */	
.texte_droite {
	text-align:right;
	}
	
/* Texte aligné au centre */	
.texte_centre {
	text-align:center;
	}
	
/* Liste pour présenter les lauréats */	
.listelaureat {
	text-align:left;
	font-size:12px;
}

/* Revue Découvrir */
.rubrique	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF3019;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.texterubrique {	
	text-align: left;
	margin-top: 0px;
	}

/* Css sur mesure pour la preuve par l'image */

.thumb_laureat{
	position: absolute;
	left: -10px;
	top: -10px;
}

.thumb_avec_legende{
	width: 98px; 
	height: 145px; 
	border: 1px solid #cccccc; 
	padding: 4px; 
	float: left;
	margin-left: 9px;
	margin-bottom: 9px;
	position:relative;
}

.thumb_avec_legende_gris{
	width: 98px; 
	height: 145px; 
	border: 1px solid #ebebeb; 
	background-color: #ebebeb;
	padding: 4px; 
	float: left;
	margin-left: 9px;
	margin-bottom: 9px;
	position:relative;
}

/* fix IE */
* html .thumb_avec_legende,
* html .thumb_avec_legende_gris{
	height: 168px; 
}

.thumb_avec_legende img,
.thumb_avec_legende_gris img{
	margin-bottom: 4px;
	border: 0;
}

/* page dédiée */
.polaroid{
	background-color: #ebebeb;
	padding: 10px 10px 0;
	margin-left: 7px;
	width: 564px;
}

.polaroid p{
	padding: 0;
}

.polaroid h2 {
	margin:15px auto 10px;
}

.polaroid h2 span{
	font-size: 10px;
	display:block;
	color: #666666;
}
