/* ACEF Rive-Sud, Version 2011 : ACEFweb */

/* Les . sont des class (plusieurs fois). */
/* Les # sont des id (une seule fois). */
/* margin/padding : horloge toutes, hb/gd, h/gd/b, hdbg */


/* ===== G�N�RAL ========================================================= */

/*nat a enlevé les images de fonds ligne 15 et 118*/

body {
	width: 960px;
	margin: 0 auto;
	/*background-image: url(../images/wallpaperNB8.png); */
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% 100%;
	}

body, p { 
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
	font-size: 13px; 		/* 13px = valeur de base*/
	text-align: left;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5 {
	line-height: 1.5em;
	}

address {
	line-height: 2em;
	}
	
h1 {margin-top: -.25em; padding-bottom: 1em;}

p, h2, h4 {
	padding-bottom: 1em;
	}
	
h1 {
	font-size: 21px;
	}

h2 {
	font-size: 18px;		/* 1.4em x 13px = 18.2px */
	}
	
h3 {
	font-size: 16px;		/* 1.2em x 13px = 15.6px */
	padding-bottom: 13px;
	}
	
h4 {
	font-size: 14.5px;		/* 1.1em x 13px = 14.3px */
	}
	
h5 {
	font-size: 13px;		/* 1em x 13px = 13px */
	margin:0;
	}		
	
a {
	line-height: 1.25em;
	}
	
a:hover,  a:focus, a:active{
	text-decoration: underline;
	}
	
li {
	list-style-type: none;
	}
	
.clear {
	clear: both;
	}
	
.more {
	text-align: right;
	padding-bottom: 15px;
	}

.gras {
	font-weight: bold;
	}
	
.italique {
	font-style: italic;
	}

.normal {
	font-style: normal;
	}

.souligne {
	text-decoration: underline;
	}
	
.centre {
	text-align: center;
	}
	
.droite {
	text-align: right;
	}
	
.gauche {
	text-align : left;
	}
	
.tailleplus {font-size: 1.5em;}

a[href$='.pdf']{padding-left: 20px;  background-image: url("/images/icon_pdf.png"); background-color: transparent; background-position: top left; background-repeat: no-repeat; }  

	
/* ===== CONTENU PRINCIPAL =============================================== */
.contenu {
	width: 100%;
	position: relative;
	/*background-image: url(../images/wallpaper_arc.gif); */
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	border-radius: 0px;  /*valeur précédente, sans photo, bords arrondis = 20px*/
	margin-bottom: 20px;	
	padding-top: 20px;			/* Sert � avoir un espace pour la ligne pointill�e veticale */
	padding-bottom: 20px;		/* Sert � avoir un espace pour la ligne pointill�e veticale */
	}

/* ===== CONTENU DES PAGES WEB =========================================== */
	
.contenu_princ {
	width: 74%;
	float: right;
	padding-bottom: 25px;	
	border-left: 1px dotted #a3a3a3;
	}
	
div.contenu_princ > div{
	margin-left: 45px;
	margin-right: 45px;
	padding-top: 25px;
	}
	
.contenu_princ p {
	line-height: 2em;
	}

.contenu_princ li {
	line-height: 2em;
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom: .5em;
	}
	
.contenu_princ ol li {list-style-type: decimal;}

.contenu_princ ul {
	padding-bottom: 1em;
	}
	
.contenu .first {padding-top: 0;}
	
.contenu_princ h2, .contenu_princ h3, .contenu_princ h4 , .contenu_prin h5 {
	padding-top: 2em;
	}
	
.contenu_princ a {
	font-style: italic;
	}
	
.contenu_second {
	width: 20%;
	float: left;
	margin-left: 30px;
	margin-bottom:25px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
.contenu_second h4 {
	padding-bottom: 0.5em;
	color: #880029;
	}

.maj {font-size: 12px; font-style: italic; padding-top: 1em;}

.frame_gris_vert {background-color: #d1e0de; border-radius: 10px; color: gray; padding: 15px;}

/* ===== AUTRES ===== */
	
.date_pub {
	font-size: .9em;
	padding-bottom: 0;
	}
	
.com_presse {font-family: Impact, "Arial Black", sans-serif; margin-top: -20px; padding-bottom: 20px; text-align: right; line-height: 1.25em;}

cite {line-height: 2em; font-style: italic;}

sup {vertical-align: super; font-size: 75%; line-height: 2em;}

.date_agenda > div {margin-left: 15px; float:left; padding-right: 30px;}
.date_agenda p {padding-bottom:0; font-style: italic;}

.bloc_arc {float: right; display: block; margin-bottom: 30px; margin-left: 30px; padding: 10px; border: 3px solid #880029;}
.bloc_arc p{text-align: center; font-weight: bold; color: #880029; padding:0;}

.bloc_fgauche {float: left; margin-bottom: 30px; margin-right: 30px; padding: 10px; border: 3px solid #880029;}
.bloc_fdroite {float: right; margin-bottom: 30px; margin-left: 30px; padding: 10px; border: 3px solid #880029;}

.fgauche {float: left; margin-bottom: 30px; margin-right: 30px; padding: 10px;}
.fdroite {float: right; margin-bottom: 30px; margin-left: 30px; padding: 10px;}

.bloc_centre {padding: 10px; border: 3px double #880029;}