#fondblanc {
	/*height: 100%;*/
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -510px;
	/*background-color: blue;*/
	
}

#colonnegauche {
width: 30px;
height: 220px;
left: 0;
position: absolute;

}


#colonnedroite {
	width: 20px;
	height: 190px;
	left: 985px;
	position: absolute;
	z-index: 3;
}


#conteneur {
	width: 960px;
	left: 30px;
	position: absolute;
	background-color: #ffffff;
	z-index: 1;
	
}


/* styles*/

a {
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

hr {
color:#999999;
}


.titrecartouches {
font-family: Arial, Helvetica, sans-serif;
font-size : 21px;
color: #FFFFFF;
font-weight:bold;
}

/* ATT : hauteur td fixé par style*/

/*titres haut colonnes*/

.titregris {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #333333;
	font-weight: bold;
	height:40px;
	width:300px;
	position:relative;
}

.titrerouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: #E2001A;
	font-weight: bold;
	height:60px;
	width:300px;
	position:relative;
}

/* hauteur td */

/* hauteur bouton lien bas colonne */
	
.td-program {
	height:50px;
	width:300px;
	position:relative;
	}

/* hauteur bouton image bas colonne */

.td-image {
	height:90px;
	width:300px;
	position:relative;
	}
	
.td-image2 {
	height:90px;
	width:300px;
	position:relative;
	}


/* styles pour : typo - hauteur td - liste - liens liste & textes */

/* colonnes 1 & 2 */

.textebody1 {
font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
	font-weight:normal;
	/*font-weight: bold;*/
	height:250px;
	width:300px;
	position:relative;
	}

.textebody1 ul {
list-style-image:url(../IMAGES/puce_fleche_rouge.jpg);
line-height:18px;
	}
	
.textebody1 a {
text-decoration:underline;
	}

.textebody1 a:hover {
text-decoration:none;
color:#E2001A;
	}
	
.textebody1 li a {
color:#666666;
text-decoration:underline;
	}

.textebody1 li a:hover {
text-decoration:none;
color:#E2001A;
	}

.textebody1B {
font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
	font-weight: bold;
	padding-left:20px;
	
	}
	
.textebody1B a {
	color: #666666;
	font-weight: bold;	
	}

/* colonne 3 */

.textebody2 {
font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
	font-weight:normal;
	/*font-weight: bold;*/
	height:230px;
	width:300px;
	position:relative;
	}

.textebody2 ul {
list-style-image:url(../IMAGES/puce_fleche_rouge.jpg);
line-height:18px;
	}
	
.textebody2 a {
text-decoration:underline;
	}

.textebody2 a:hover {
text-decoration:none;
color:#E2001A;
	}
	
.textebody2 li a {
color:#666666;
text-decoration:underline;
	}

.textebody2 li a:hover {
text-decoration:none;
color:#E2001A;
	}


/* bas de page */

.textebottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #999999;
	padding-right:5px;
}

.textebottom a {
	color: #999999;
	text-decoration:none;
}

.textebottom a:hover {
	text-decoration:underline;
}

.padding-texte {
padding-left:14px;
}

