/*************************************LES GENERALITES SONT AU FOND******************************************/
/****************les classes suivantes suivent l'ordre d'apparition dans le fichier html************/
/***************************************************************************************************/
body {
	background-color: #000000;
	background: url(./img/accueil_pixel_fond.jpg) repeat-x top left;
	font-family: helvetica, arial, sans-serif;
/* pour éviter les marges */
	text-align: center;
/* pour corriger le bug de centrage IE */
	display: block;
}
#accueil_global {
	margin: auto;
	width: 1002px;
}
#accueil_gauche {
	float: left;
	width: 562px;
	height: 607px;
	background: url(./img/accueil_visu_gauche.png) no-repeat bottom left;
}
#accueil_mentions {
	position: relative;
	top: 585px;
	left: 40px;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#accueil_droite {
	float: left;
	width: 430px;
	height:670px;
	background: url(./img/accueil_droite_ombre.png) no-repeat top left;
}
#accueil_droite_ombre {
	width: 30px;
	height: 100%;
	float: left;
}
#accueil_droite_margin {
	float: left;
	width: 10px;
	height: 100%;
}
#accueil_droite_conteneur_news {
	float: left;
	width: 380px;
		height:1200px;
		overflow :hidden;
		overflow-y: auto;
	background-color: #FFFFFF;
}
#accueil_droite_news {
	float: left;
	width: 350px;
	font-size: 13px;
	text-align: justify;
}
#accueil_news_titre {
	text-align: left;
	font-size: 40px;
	color: #d10172;
}



.accueil_news_soustitre 
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin:  0 0 10px 0;
}
.accueil_contenu_txt
{
font-size:13px;
text-align:justify;
}
img.floatRight
{
	float:right;
	padding : 0 0 10px 15px;
}
.accueil_separateur
{
	clear:both;
	margin: 10px auto 10px auto;
	position :relative;
	background: url(./img/accueil_separateur.jpg) no-repeat top left;
	height: 2px;
	width: 232px;

}


#accueil_onglets{
text-align:left;
float:right;
position:relative;
left:30px;
top:220px;
width:126px;
height:220px;
}
/*****************************************FICHIER DE STYLES CSS**********************************************/
/*remise à zéro de tous les margins*/
* {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	border: 0px;
}
/*au cas où il aurait pas compris, on lui remet une couche (même chose)*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/*on continue*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: disc;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: 0;
}
abbr, acronym {
	border: 0;
}
/*on enlève la bordure des images*/
img {
	border: 0;
}
/*gestion des couleurs de liens*/
a {
	text-decoration: none;
}
a:link {
	color: #260277;
}
/* lien non-visité */
a:visited {
	color: #623474;
}
/* lien visité */
a:hover {
	color: #260277;
}
/* lien survolé */
a:active {
	color: #260277;
}
/* lien activé */
/*************************************fin des GENERALITES et remises à zéro******************************************/
/*************************************fin des GENERALITES et remises à zéro******************************************/
