﻿/* Document CSS - Modifié le 16-09-2004 */

html, body {
	margin: 0px;
	padding: 0px;
	width: 760px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #8C1839;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

input.texte {
	margin: 0px;
	padding: 0px;
	border: 1px solid #8C1839;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
}

select.texte {
	margin: 0px;
	padding: 0px;
	border: 1px solid #8C1839;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
}

textarea.texte {
	margin: 0px;
	padding: 0px;
	border: 1px solid #8C1839;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
}

img {
	border:  0px;
}

a:link {
	color: #666666;
	text-decoration: none;
}

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

a:visited {
	color:  #666666;
	text-decoration: none;
}

.gauche {
	width: 41px;
	background: url(../images/gauche.gif) 0px 0px no-repeat;
	color: white;
}

.menu_gauche {
	width: 117px;
	line-height: 13px;
	color: white;
	background-color: #8C1839;
}

.menu_gauche td {
	height: 13px;
	padding: 2px;
	color: white;
}

.menu_gauche td a {
	color: white;
	text-decoration: none;
}

.menu_gauche td a:visited {
	color: white;
	text-decoration: none;
}

.menu_gauche td a:hover {
	color: white;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.font11noir {
	font-size: 11px;
	color: black;
}

.font11grisbold {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.font11grisitalic {
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

table.contour {
	border: 1px solid #8C1839;
}

.legende {
	font-size: 9px;
	color:  #666;
}

