
/* ****************************************************************
			TAILLE ET POSITION DES COLONNES
*******************************************************************/
#col1, #col2, #col3 {
	width:30% !important; width:28%;
	float:left;
	background:transparent;
}

#col1 { margin:0 3% 0 1% !important; margin:0 1% 0 0.5%;}
#col2 { margin:0 3% 0 0 !important; margin:0 1% 0 0;}
#col3 { margin:0;}


#col1 a.info, #col2  a.info, #col3 a.info { 
	display:block; 
	float:none; 
	text-align:right; 
	height:20px; 
	width:90%;
	font-size: 10px;
	color:#666666;
	font-weight:bolder; 
}
	
#entete_vert {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/vert.png);
	background-repeat: no-repeat;
}

#entete_rouge {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/rouge.png);
	background-repeat: no-repeat;
}

#entete_orange {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/orange.png);
	background-repeat: no-repeat;
}

#entete_bleu {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/bleu.png);
	background-repeat: no-repeat;
}

#entete_bleu_pale {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/bleu_pale.png);
	background-repeat: no-repeat;
}

#entete_turquoise {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/turquoise.png);
	background-repeat: no-repeat;
}

#entete_noir {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/noir.png);
	background-repeat: no-repeat;
}

#entete_gris {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/gris.png);
	background-repeat: no-repeat;
}

#bg {
	width: 246px;
	background-image: url(../imgs/quoiDeNeuf/bg.png);
	background-repeat: repeat-y;
}

#pied {
	width: 246px;
	background-image: url(../imgs/quoiDeNeuf/pied.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

h1.entete {
	padding-top: 11px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

#bg p {
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
}

#bg p.titre, #bg p.titre a { text-decoration: underline; }

p.titre { text-decoration: underline; }

#bg ul li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 15px;
	padding-right: 9px;
	padding-bottom: 8px;
}

a { color:#0000FF; }
a:hover { color: #0000FF; text-decoration:underline}


#communiqueLarge{
	border: 3px solid #FFBC00;
	margin: 20px;
    padding: 10px 20px; 
    background: #FFE69F;
    border-radius: 5px;
}
#communiqueLarge #lienprincipal{
	font-size:16px;
	font-weight:bold;
}

