body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.cadre_global {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
}

/* textes */
.texte_accroche {
	font-size: 22px;
}
.texte_chapo {
	font-size: 11px;
}
.texte_titre {
	font-size: 16px;
	font-weight: bold;
}
.texte_normal {
	font-size: 12px;
	color: #FFFFFF;
}

/* colonnes */
.bloc_accroche_texte {
	float: left;
	width: 650px;
	height: 35px;
	margin-top: 10px;

}
.bloc_langues {
	float: right;
	width: 230px;
	height: 35px;
	text-align: right;
	margin-top: 10px;	
}
.blocs_droits {
	float: right;
	width: 330px;
	margin-right: 10px;
	margin-top: 5px;
}
.blocs_gauches {
	float: left;
	width: 550px;
	margin-top: 5px;
	margin-left: 10px;
}
/* principaux blocs */

.bloc_accroche_image {
	background-image: url(images/accroche_visuelle_180.jpg);
	height: 166px;
	width: 549px;
}
.bloc_exemple {
	background-color: #99CCFF;
	padding: 10px;
	height: 245px;
	margin-top: 10px;
	color: #000000;
}
.bloc_intercal {
	font-size: 20px;
	background-color: #000000;
	color: #99CCFF;
	font-weight: bold;
	width: 550px;
	position: relative;
}
.bloc_connexion {
	
}
.bloc_inscription {
	
}

/* sous bloc */
.minibloc_entete {
	background-color: #99CCFF;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding: 10px;
}
.minibloc_corp {
	background-color: #FFFFFF;
	border: 1px solid #AEC632;
	padding: 10px;
	font-size: 12px;
}
.minibloc_pied {
height: 10px;
}
.bloc_video {
	width: 300px;
	float: right;
}
.bloc_exemple_texte {
	width: 210px;
	float: left;
}
/*Pastille promotionnelle " inscription gratuite*/
.stamp {
	background-image: url(images/stamp_bleuclair.gif);
	position: relative;
	height: 87px;
	width: 87px;
	margin-top: -240px;
	margin-left: 260px;
	text-align: center;
	vertical-align: middle;
}

/*Texte du bloc accroche_image*/
.accroche_image_textes_photos {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	top: 120px;
	width: 100px;
	right: -30px;
	position: relative;
}
.accroche_image_textes_musiques {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	right: -200px;
	position: relative;
	top: 98px;
}
.accroche_image_textes_video {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	width: 180px;
	top: 75px;
	right: -350px;
	position: relative;
}
.warning {
	color:#FF0000;
	font-weight: bold;
		font-size: 15px;
}
