@charset "utf-8";

.menu {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	color: black;
	list-style-type: none;
	list-style-image: url(../images/logo_icon.png);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 0px;
}

.leftMenu li {
	list-style-image: url(../images/logo_icon.png);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* liens */
a,a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color: #CC0000;
	font-weight: bold;
	text-decoration:underline;
}
img {
	border: none;
}
img.inText {
	padding: 8px;
}

.adminMenu	{
	POSITION: absolute; 
	TOP: 35px; 
	LEFT:20px;
	Z-INDEX:0;	
}

/* menu : ajout les petites décoration */
#menu {
	
}

.topMenu td a {
	color: #FFFFFF;
	font-weight: normal;
}
.surroundingTable {
	border: 1px solid #CC0000;
}

.leftMenu {
	padding-left:-2em 0;
	width:211px;
}
.leftMenu a {
	color: #FFFFFF;
}

h1 {
	color: #CC0000;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 15px;
}
h2 {
	color: #CC0000;
	font-size: 12px;
}
td{
	vertical-align : top;
	line-height: 130%;
}
.content{
	padding-right:15px;
}
.justify{
	text-align:justify;
}
.vertical_col td {
	padding-right: 5px;
}
div {
	padding-left: 10px;
	padding-right: 10px;
}
.txtFooter{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
}
.adresse{
	font-size: 9px;
	padding-left:25px;
}
blockquote {
	margin-left:8px;
	margin-top:3px;
	margin-bottom: 3px; 
	font-size:xx-small;
}

/* error message on form submit */
.error {
	font-size: 12px;
	color: #CC0000;
	color: white;
	background-color: #CC0000;
	border: 1px solid black;
	padding: 5px;
}

/* formulaires */
input, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
form , form td, input {
	font-size: 11px;
}

input[type="submit"], input[type="reset"] {
	font-family: inherit;
}
.tech
{
	color: #CC0000;
	background-color: #CC0000;
	height: 2px;
	border: 0;
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
