/* CSS Document */
body /* Font par défaut */
{
	font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


p /* Paragraphe */
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Ttires de la page */
h1
{
	font-size: 20px;
	color: #256cd6;
	text-decoration: underline;
	padding-left: 152px;
	padding-top: 24px;
	font-style: italic;
}

h2
{
	font-size: 17px;
	color: #000000;
	border-bottom: 1px solid #256cd6;
	font-weight: bold;
	text-align: center;
}

h3
{
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #256cd6;
	border-left: 4px solid #256cd6;
	font-weight: bolder;
	font-style: italic;
	padding-left: 2px;
}

h4
{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-indent : 50px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	color: #000000;
	text-indent : 25px;
}

/* Liens */
a
{
	color: #256cd6;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

/* Balises de formatage */
em
{
	font-style: italic;
	color: #622bba;
}

acronym
{
	border-bottom: 1px dashed #256cd6;
	color : #256cd6;
}

/* Infobulle */
.info
{
	border-bottom: 1px dashed #256cd6;
	cursor: help;
}

/*------------------*/
/* Puces */
ul
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: none;
}


/* Formulaire */
form
{
	font-weight: normal;
	font-size: 12px;
}

.bloc /* Bloc d'alignement */
{
	display: block; 
	float: left; 
	width:110px;
}

fieldset
{
	background-color: #f5f5f5;
	margin: 5px;
	padding: 10px;
	border: 3px double #999999;
}

legend
{
	color: #256cd6;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 12px;
}

input
{
	font-size: 12px;
	font-weight: normal;
	border: 1px inset black;
	text-align: left;
	background-image: url(images/formulaire/fond.gif);
	background-attachment: fixed; 
}

input:hover
{
	background-color: #FFFFFF;
}

.bouton /* Bouton */
{
	font-size: 13px;
	font-weight: normal;
	border: 1px inset black;
	text-align: left;
	background: #f0f8ff;
}

textarea
{
	background: #CCCCCC;
	color: #000000;
	font-size: 13px;
	background-image: url(images/formulaire/fond.gif);
	background-attachment: fixed; 
	border: 1px solid #C5C4C4;
}

.message
{
	border: 1px solid black;
	background-color: #dcdcdc;
}

.citation, .spoiler /* Titre du code, de la citation et du spoiler */
{
	font-weight: bold;
	display:block;
	width:90%;
	margin:auto;
}


.citation2, .spoiler2 /* Contenu du code, de la citation et du spoiler */
{
	border:1px solid #ececec;
	background:#fdfdfd;
	width: 90%;
	padding: 8px;
	margin:auto;
}

.citation
{
	font-style: italic;
}

.citation2
{
	border:1px dashed #ececec;
}

.auteur
{
	color: #6490ed;
	font-weight: bold;
	font-style: normal;
}	


.spoiler2
{
	cursor: pointer;
}



.spoiler3 /* Spoiler par défaut */
{
	visibility: hidden;
}

/*----------------------------------------------*/
#aide
{
	font-size: 10px;
	border: 1px solid black;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 2px;
}

.formulaire_float
{
		margin-top: 9px;
		width: 20%; 
		text-align: center;
		padding-top : 2px;
		float: right;
}

.smileys
{
	border: 1px solid #999999; 
	background-image: url(images/formulaire/fond.gif);
	background-attachment: fixed; 
}

/* Menu */
.menu_decalage
{
	margin-left: 5px;
}

#menu h4
{
	display : none;
}

#menu input
{
	text-align: center;
}

/* Tableau */
table
{
	border : 1px solid #999999;
	background-color: #f8f8f8;
	border-collapse: collapse;
}

caption
{
	text-align: center;
	font-size: 13px;
	margin: auto;
}

th
{
	background-color : #f0f8ff;
	text-align: center;
	font-size: 13px;
	border: 1px dotted #999999;
	border-top: 2px solid #4682b4;
}

td
{
	background-color : #FFFFFF;
	text-align: center;
	font-size: 12px;
	border: 1px dotted #999999;
	border-bottom-style: solid;
}

/* Image */
.image_droite
{
	text-align: right;
	float: right;
}

.clear
{
	clear: right;
}

/* Cadre des news */
.news 
{
	width:auto;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	margin: 3px 5px 3px 5px;
	color: Black;
}

.titre 
{
	background-color: #f8f8f8;
	text-align: center;
	border-bottom: 1px dotted #808080;
	padding: 0px;
	font-size: 14px;
	color: #256cd6;
}

.news_bas 
{
	text-align: right;
	font-size: 10px;
	color: black;
	border-top: 1px dotted #808080; 
}
/* Mise en forme du texte */
.news p 
{
	padding: 1px 5px 3px 5px;
}
.news_bas p
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
/************************/
/* Cadre */
.cadre
{
	width: auto;
	background-color: white;
	border: 1px solid #808080;
	margin: 3px 5px 3px 5px;
	color: Black;
}

.cadre_haut
{
	background-color: #f8f8f8;
	font-size: 12px;
	padding: 3px;
}

.cadre_texte
{
	padding: 3px;
}
.cadre_resumer
{
	width: 450px;
	background-color: white;
	border: 1px solid #808080;
	margin: 3px 5px 3px 5px;
	color: Black;
}


/************************/
/* Information */
#information
{
	width: 569px;
	height: auto;
	margin-left: 185px;
	margin-bottom: 10px;
	text-align: center;
}

/*Cadre de droite*/
.cadre_droit
{
	float: right;
	width: 200px;
	border-left: 3px solid black;
	clear: right;
	margin-bottom: 5px;
}

.cadre_droit_haut
{
	background-color: black;
	text-align: center;
	color: white;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
}
/************************/
/* Bouton de Download */
.download
{
	width: 276px;
	height: 53px;
	margin: auto;
	background-image: url('images/telecharger.png');
	background-repeat: no-repeat;
}



