/* page */
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/_gris_blanc.jpg);
	margin-bottom: 0px;
	font-family: cursive;
	font-size: 12px;
}
/* section liens */
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bolder;
	font-family: cursive;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight: bolder;
	font-family: cursive;
}
a:hover {
	text-decoration: underline;
	color: #FF66FF;
	font-weight: bolder;
	font-family: cursive;
}
a:active {
	text-decoration: none;
	font-weight: bolder;
	font-family: cursive;
	color: #0000FF;
}
li {
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
	font-family: cursive;
 }
/* section type des barres de titre */
.titre {
	color: #0000FF;
	font-weight: bolder;
	text-align: center;
	font-family: cursive;
	font-size: 16px;
	background-image: url(../images/titre.png);
	line-height: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
.soustitre01 {
	color: #0000FF;
	font-weight: bolder;
	text-indent: 10px;
	font-family: cursive;
	font-size: 12px;
	background-image: url(../images/soustitre01.png);
	line-height: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
/* section logo */
#entete {
	background-image: url(../images/logoartanime.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 93px;
	font-family: cursive;
}
/* section lienhorizontal */
#lienh {
	height: 26px;
	font-family: cursive;
}
/* section lieninterieurs */
#lienintern {
	width: 300px;
	border: 1px solid #0000ff;
	font-family: cursive;
}
#entetepage {
	height: 30px;
	font-family: cursive;	
}
/* section colonne de gauche (colonne de gauche) */
#colgauche {
	float: left;
	width: 166px;
	border: 1px solid #0000FF;
	padding: 1px;
	font-family: cursive;
}
/* section colonne du centre si une colonne est presente sur la feuille */
#centre1col{
	border: 1px solid #0000FF;
	padding: 1px;
	font-family: cursive;
}
/* section colonne du centre si deux colonnes sont presentent sur la feuille */
#centre2col{
	border: 1px solid #0000FF;
	padding: 1px;
	margin-right: 258px;
	font-family: cursive;
}
/* section colonne du centre si trois colonnes sont presentent sur la feuille */
#centre3col{
	background-color: #efefef;
	margin-right: 174px;
	margin-left: 174px;
	border: 1px solid #0000FF;
	padding: 1px;
	font-family: cursive;
}
/* section colonne de droite (colonne de droite) */
#coldroite {
	float: right;
	width: 250px;
	border: 1px solid #0000FF;
	padding: 1px;
	font-family: cursive;
}
/* section colonne de pied de page (colonne du bas) */
#piedpage {
	text-align: center;
	font-size: 10px;
	position: fixe;
	float: Aucune;
	font-family: cursive;
}
.colintg {
	float: left;
	border: 1px solid #0000FF;
	width: 49%;
	margin-top: 2px;
	padding: 1px;
	font-family: cursive;
}
.colintd {
	float: right;
	width: 49%;
	border: 1px solid #0000FF;
	margin-top: 2px;
	padding: 1px;
	font-family: cursive;
}
.prem_hint {
	width: 80%;
	font-family: cursive;
}
.textdifilvert {
	font-family: cursive;
}

