/* CSS Document */

body {
	background-color: #369;
	color: #000;
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin: 1%;
	padding: 0;
}
#page{
	padding: 1em;
	color:#000;
	background-color:#fff;
	border:3px solid #000;
}
a.nav:link,a.nav:active,a.nav:visited { 
	color : #000;
	text-decoration: none;
	font-weight: 700;
}
a.nav:hover	{
	text-decoration: underline;
	color : #669999; 
}
a:link,a:active,a:visited { 
	color : #003399; 
	text-decoration: none;
}
a:hover	{ 
	text-decoration: underline; 
	color : #669999; 
}
.gensmall { font-size : 12px; }
.genmed { font-size : 13px; }
.gen { font-size : 14px; }
.title1 {
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	font-family: "Comic Sans Ms";
}
.title2 {
	font-size: 16px;
	text-align: center;
}
.bloc { 
	background-color: #FFFFFF;
	border: 2px solid #578FB2;
}
.row {
	background-image: url(images/fond_r.jpg);
	border-bottom: 1px solid #666;
	font-size : 15px;
}
.row1 {
	background-color: #DFE7EE;
	padding-left: 5px;
}
th.thTop {
	border-width: 0px 0px 0px 0px;
	background-color: #D1D7DC; 
	font-size : 14px;
	font-weight: bold; 
	border: #FFFFFF;
}
hr {
	color: #000000;
	width: 80%;
	height: 1px;
}
li {
	list-style-type: none;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 15px;
	margin-top: 5px;
}
.retrait {
	padding-left: 50px;
}
input, textarea {
	border: 1px solid #578FB2;
}