@charset "windows-1252";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: justify;
}
#main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	border: 0px;
}
#banner {
	width: 760px;
	height: 400px;
	background-image:url(images/ban.jpg);
	border: 0px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
}
#ligne {
	width: 760px;
	position: relative;
	z-index: 2;
	height: 10px;
}
#box {
	width: 195px;
	text-align: center;
	float: left;
	padding-top: 10px;
}
#menu, #menu ul {
	margin:0;
	padding:0;
	border: 1px solid #CCCCCC;
	border-left: 0;
}
#menu ul {
	z-index: 10000;
}
#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	text-decoration: none;
	background-color: #1470B9;
	padding: 3px 10px;
	color: #FFFFFF;
	border-left: 6px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height:1;
}
#menu a:hover, #menu a:active, #menu a:focus {
	background-color: #f69500;
	color: #FFFFFF;
	border-left: 6px solid #000;
	
	letter-spacing: .01px;
}
#content {
	width: 540px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content li {
	list-style-image: url(images/bull.gif);
	list-style-position: outside;
	margin-bottom: 10px;
}
.obligatoire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.attention {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-style: italic;
}
.formnom {
	background-image: url(images/bg_form_nomorga.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 325px;
	margin-left: 90px;
	padding-left: 35px;
	padding-top: 5px;
}
.formvac {
	background-image: url(images/bg_form.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 310px;
	margin-left: 90px;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 10px;
}
.formcontact {
	background-image: url(images/bg_form_contact.jpg);
	background-repeat: no-repeat;
	height: 315px;
	width: 325px;
	margin-left: 90px;
	padding-left: 35px;
	padding-top: 5px;
}
.formconnect {
	background-image: url(images/bg_login.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 175px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 5px;
}
.formdisconnect {
	background-image: url(images/bg_disconnect.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 175px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 5px;
}
#copyright {
	clear: both;
	width: 760;
	height: 40px;
	padding-top: 20px;
	position: relative;
	text-align: center;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#csstable table {
	border:3px solid #3EB347;
	border-collapse:collapse;
	width:90%;
	margin:auto;
}
#csstable thead, #csstable tfoot {
	background-color:#F58420;
	border:1px solid #1e6e0b;
	color:#FFFFFF;
	font-weight: bold;
}
#csstable tbody {
	background-color:#FFFFFF;
	border:1px solid #1e6e0b;
}
#csstable th {
	border:1px dotted #1e6e0b;
	padding:5px;
	background-color:#EFF6FF;
	width:25%;
}
#csstable td {
	border:1px solid #1e6e0b;
	padding:5px;
	text-align:left;
}
#csstable caption {
}
.vsici {
	font-size: 9px;
	color: #333333;
}
.tit {
	font-size: 14px;
	font-weight: bold;
	color: #1470B9;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #147089;
	width: 100%;
	padding-bottom: 5px;
}
.foundcount {
	font-size: 14px;
	font-weight: bold;
	color: #1470B9;
}
.contact_badje_box {
	width: 260px;
	float: right;
}
.yournote input{
	border:1px solid #888888;
	padding-left:5px;
	height:25px;
	color: #000;
}
.yournote textarea{
	border:1px solid #b1b1b1;
	padding-left:5px;
	overflow:auto;
	background-color: #F3FFAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.yournote select{
	border:1px solid #888888;
	padding-left:5px;
	height:150px;
	color: #000;
}