﻿body {
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-color: #dedede;
	margin:0px;
	padding:0px;
}

img, a {border : 0;}

body, th, td, div, p, table, a:link, a:visited, a:active {color : #5a5a5a; font-family:Verdana; font-size: 11px; text-decoration : none; }
a:hover {text-decoration : underline}

.clear {clear : both;}
.hidden {display : none;}

a.inverted:link, a.inverted:visited, a.inverted:active {color : #FFFFFF; font-family:Verdana; font-size: 10px;  text-decoration : none; }
a.inverted:hover {text-decoration : underline}

.inverted12Bold {color : #FFFFFF; font-weight:bold;}

input#cherche{
	margin-bottom:5px;
	}
	
p{
	margin-left:20px;
	margin-top:15px;
	}
	
.errormsg 
{
    color : #FF0000;
    font-size : 16px;
}