/*************************************/
/*      FEUILLE DE STYLE "CSS_base"        */
/*************************************/

/********* GENERAL **********/
body
{
	font-family: Verdana, Arial, serif;
	font-size: 0.9em;
	background-color: #FEF7E2;
	background-image: url("CSS_base/fond.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center right;
	color: #6B241D;
	margin-top: 20px;
}
h1	/* titres de pages */
{
	font-family: Sylfaen, Castellar, Verdana, Arial, serif;
	text-align: center;
	font-size: 1.8em;
	font-variant: small-caps;
	border-bottom: thin red inset;
	color: black;
}
h2
{
	font-size: 1.2em;
	font-variant: small-caps;
	color: #D1493A;
}
blockquote	/* grandes citations */
{
	text-align: justify;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.1em;
	color: black;
}
ul	/* listes non ordonnées */
{
	list-style-image: url("CSS_base/puce_1.gif");
}
ul ul	/* listes non ordonnées (niveau 2) */
{
	list-style-image: url("CSS_base/puce_2.gif");
}
dt	/* listes de définitions */
{
	margin: 5px;
	font-weight: bold;
	font-variant: small-caps;
}
.dl_encadree	/* news */
{
	padding: 5px;
	border: solid 1px #6B241D;
	width: 85%;
	background-color: #FEF7E2;
}

.commentaire
{
	text-align: center;
	font-style: italic;
}
.menu_haut
{
	text-align: center;
}

.nom
{
	font-size: 1em;
	font-style: italic;
}
.date
{
	font-size: 0.8em;
	font-style: italic;
	color: black;
}

/* IMAGES */
img
{
	border: none;
	float: left;
}
.image_droite
{
	float: right;
}

.image_fixe
{
	float: none;
	padding: 0px;
}
.sous_image	/* texte qui passe sous une image, quelle que soit sa position*/
{
	clear: both;
}

/* LIENS */
a
{
	text-decoration: none;
	color: black;
}
a:hover	/* quand on passe sur le lien avec la souris */
{
	text-decoration: underline;
}
a:focus, a:active /* quand on clique sur le lien */
{
	background-color: #6B241D;
	color:  #FFEFD8;
}

/* TABLEAUX */
table
{
	border-collapse: collapse;
	text-align: center;
}
th
{
	border: 1px solid black;
	background-color: #6B241D;
	color: #FFEFD8;
	vertical-align: middle;
}
td
{
	border: 1px solid black;
	padding: 3px;
	vertical-align: middle;
}
.tableau_sans_bord
{
	border-collapse: separate;
}
.tableau_sans_bord td
{
	border-style: none;
	vertical-align: top;
	text-align: left;
}
.tableau_sans_bord th
{
	text-align: center;
}


/********* DESIGN **********/
/*PAGE INDEX*/
#index
{
	margin: auto;
	text-align: center;
}
#index tr, #index td
{
	border:none;
}

/* EN-TÊTE */
#en_tete
{
	width: 900px;
	height: 130px;
	background-image: url("CSS_base/banniere_site_2.gif");
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 10px;
}

/* PIED DE PAGE */
#pied_de_page
{
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 0.8em;
	color: #6B241D;
	border: solid 2px #6B241D;
	clear: both;
	padding: 2px;
	text-align: center;
}

/* MENU */
#menu
{
	font-size: 0.8em;
	float: left;
	width: 200px;
	color: white;
}
#menu ul
{
	padding-left: 25px;
}
#menu ul ul
{
	padding-left: 15px;
}
.element_menu
{
	border: thin #6B241D;
	padding: 2px;
	background-color: #6B241D;
	margin-bottom: 10px;
	text-indent: 12px;
}
.element_menu ul
{
	text-indent: 0px;
}
.element_menu table
{
	border : thin #6B241D;
	margin : 12px;
}
.element_menu tr td
{
	border: none;
}
.element_menu a
{
	color: white;
}
.element_menu a:focus, .element_menu a:active
{
	background-color: #FFEFD8;
	color:  #6B241D;
}

/* CORPS */
#corps
{
	margin-left: 210px;
	padding: 5px;
}
