body {
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* style du menu */
.menu {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.menu_hover {
	font-size: 12px;
	color: #F0D08A;
	font-weight: bold;
	text-align: center;
}
.item_menu {
	color: #000000;
}
.item_menu_hover {
	color: #B12F16;
}
.itemBorder {
	border: 1px solid #B12F16;
}

/* style de la partie gauche de l'index */
.border_fond {
	background-color: #DDE0C5;
	border: 1px solid #8D9940;
	vertical-align: top;
}

.border_left {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
input.bord {
	border: 1px solid #8D9A3E;
	width: 90px;
}
input.bouton {
	border: 1px outset;
}

/* style du contenu de l'index */
.border_orange_index {
	background-position:bottom;
	background-repeat:no-repeat;
	border: 2px solid #F4853B;
}
.border_jaune_index {
	background-position:bottom;
	background-repeat:no-repeat;
	border: 2px solid #F0D08A;
}
.border_gris {
	/*border: 1px solid #666666;*/
	border: 0px;
}

/* style de la partie gauche des pages intérieures */
/*.border_left2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	background-color: #FFFFFF;
}*/
.liste_pause {
	font-size: 11px;
	color: #8D9940;
	font-weight: bold;
}
.liste_pres {
	color: #000000;
	font-weight: bold;
}

/* style des présentations */
.pres_titre {
	color: #B12F16;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.pres_soustitre {
	color: #F4853B;
	font-weight: bold;
}

/* style des listes d'articles */
.border_orange {
	background-position:right bottom;
	background-repeat:no-repeat;
	border: 2px solid #F4853B;
	background-image: url(images/triangle-orange.gif);
}
.border_jaune {
	background-position:right bottom;
	background-repeat:no-repeat;
	border: 2px solid #F0D08A;
	background-image: url(images/triangle-jaune.gif);
}
.article_titre{
	color: #F4853B;
	font-weight: bold;
}
.article_lien{
}

