/* CSS Document */

/* --- PAGE ACCUEIL --- */ 

.cadre_central{
	background-image:url(image/accueil-tiki-girl.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
}

/* --- PARTIE STANDARD --- */ 



body{
	background-color:#171717;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	font-weight: lighter;
	font-style: normal;
}

a{
	color:#990066;
	text-decoration:none;
}
a:hover{
	color:#990066;
	text-decoration:underline;
}


/* --- PARTIE MENU --- */ 

.cellule_menu{
	background-image:url(image/fond_menu.gif);
}

.cellule_menu_actif{
	background-image:url(image/fond_menu_actif.gif);
}

.cellule_menu_long{
	background-image:url(image/fond_menu_long.gif);
}

.cellule_menu_long_actif{
	background-image:url(image/fond_menu_long_actif.gif);
}

.lien_menu{
	color:#FFFFFF;
	text-decoration:none;
}
.lien_menu:hover{
	color:#FF0;
	text-decoration:none;
}



.lien_menu_actif{
	color:#FFFF00;
	text-decoration:none;
}
.lien_menu_actif:hover{
	color:#FFFF00;
	text-decoration:none;
}

.table_menu {}


/* --- PARTIE PLAN --- */ 

.plan{
	background:#D1D3D4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	margin-left:20px;
	letter-spacing: 3px;
}
/* --- CENTRE --- */ 
.fond_contenant{
	background-color:#000000;
}

.texte_titre_1{
	font-size:46px;
	color:#333333;
}

.texte_titre_2{
	font-size:24px;
	color:#333333;
}

.texte_gros{
	font-size:30px;
}
.texte_gros2{
	font-size:18px;
}

.texte_centre {
	font-size: 14px;
}

.texte_centre_2{
	font-size: 14px;
	color:#FFFFFF;
}
/* --- EXTERIEURS --- */ 
.titre_ext{
	color:#999999;
	font-size:10px;
	font-weight: lighter;
	font-style: normal;

}

.fond_ext{
	background-color:#0D0D0D;
}
.delimitateur{
	border:solid 1px #232323;
}
.delimitateur_en_dessous{
	border-top:none;
	border-left:solid 1px #232323;
	border-right:solid 1px #232323;
	border-bottom:solid 1px #232323;
}

.fond_ext_titre{
	background-color:#292929;
}
.fond_ext_chapitre{
	background-color:#141414;
}
.fond_ext_effet_survole{
	background-color:#141414;
	border: 1px solid #141414;
}
.fond_ext_effet_survole:hover{
	background-color:#141414;
	border: 1px solid #3B3B3B;
}


/* --- ZONE DE SAISIE --- */ 

.input_texte{
	font-size:9px;
	background-color:#CCCCCC;
	border:none
}

/* --- POUR LES PAGES DE PRESSE --- */ 

.fond_mag_survole{
	background-color:#000000;
	border: 1px solid #000000;
}
.fond_mag_survole:hover{
	background-color:#1D1D1D;
	border: 1px solid #3B3B3B;
}

