/* CSS Document */

body{
	background-color: #940c0c;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5b4f3a;
}

p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td.td_centre {
	text-align: center;
}

/*Structure générale*/

table.table_general{
	background-image: url(texture.jpg)}

td.td_bando {
	background-image: url(bando.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

td.td_fdmenu {
	background-image: url(fd_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td.td_ombre_gauch {
	background-image: url(ombre_gauch.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

td.td_ombre_droite {
	background-image: url(ombre_droite.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

td.td_menu {
	font-size: 13px;
	font-weight: bold;
	color: #940C0C;
	cursor:pointer;
}

td.td_menu_on {
	font-size: 13px;
	font-weight: bold;
	color: #5B4F3A;
	cursor:pointer;
}

td.td_sousmenu {
	font-size: 13px;
	font-weight: bold;
	color: #FFF1CE;
	background-color: #978971;
	border: 1px solid #FFE8B1;
	cursor:pointer;
	text-align: center;
}

td.td_sousmenu_on {
	font-size: 13px;
	font-weight: bold;
	color: #FFF1CE;
	background-color: #5B4F3A;
	border: 1px solid #FFE8B1;
	cursor:pointer;
	text-align: center;
}

td.td_titre {
	background-image: url(titre_zone.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 20px;
}

td.td_fond_zone {
	font-weight: normal;
	color: #5b4f3a;
	background-image: url(textur_text.jpg);
	background-repeat: repeat;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
}

td.td_bas_page {
	background-image: url(bas_page.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

td.td_menubas {
	font-weight: normal;
	color: #fdefd1;
	text-decoration: none;
	font-size: 10px;
}

.popup {
	background-image: url(texture.jpg);
	border: 1px solid #E8D29E;
	font-weight: normal;
	color: #5b4f3a;
	text-align: justify;
	font-size: 13px;
}

/*Liens*/

A:link {
	font-weight: bold;
	color: #940C0C;
	text-decoration: none;
}

A:active {
	font-weight: bold;
	color: #940C0C;
	text-decoration: none;
}

A:visited {
	font-weight: bold;
	color: #940C0C;
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	color: #5B4F3A;
	text-decoration: none;
}

A.lienpetit:link {
	font-weight: normal;
	color: #fdefd1;
	text-decoration: none;
	font-size: 10px;
}

A.lienpetit:active {
	font-weight: normal;
	color: #fdefd1;
	text-decoration: none;
	font-size: 10px;
}

A.lienpetit:visited {
	font-weight: normal;
	color: #fdefd1;
	text-decoration: none;
	font-size: 10px;
}

A.lienpetit:hover {
	font-weight: normal;
	color: #5B4F3A;
	text-decoration: underline;
	font-size: 10px;
}

/*Texte*/

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #940C0C;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #5B4F3A;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #940C0C;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	color: #5B4F3A;
	margin: 0px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul {
	margin: 0px;
	padding-left: 20px;	
}

li {
	color: #940c0c;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	list-style-type: disc;
	padding-bottom: 10px;
}

td.td_soustitre_zone {
	color: #5e4e38;
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e4e38;
}

