body {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	color : #000;
	font-family : verdana, arial, helvetica;
	font-size : 11px;
	line-height : 18px;
	}
	
.stylegras {
	color: #005499;
	font-weight: bold;
	}

.stylepetit {
	color: #005499;
	font-size: 11px;
	}

#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
	}

a {
	color: #005499;
	text-decoration: none;
	}

a:hover {
	color: #bfcc00;
	text-decoration: none;
	}

#header {
	height: 100px;
	width: 900px;
	margin-bottom: 5px;
	}

.titre {
	font-size: 14px;
	font-weight: bold;
	}


.titre2 {
	font-size: 13px;
	}

#corps {
	margin-bottom: 15px;
	padding-left: 20px;
	width: 700px;
	border-left: 1px solid #9a9a9a;
	float: right;
	}

#pied {
	height: 108px;
	width: 900px;
	background: url(images/pied.png);
	background-repeat: no-repeat;
	float: left;
	}	

.input { 
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 150px;
	margin-bottom: 5px;
	}

.textarea {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 320px;
	height: 100px;
	}


.postal {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.lieu {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 104px;
	margin-bottom: 5px;
	}

label {
	font-family : verdana, arial, helvetica;
	font-size : 11px;
	line-height : 22px;
	}

img {
	border: 0px;
	}

	
	#nav, #nav ul { /* toutes les listes */
		padding-top: 20px;
		padding-left: 20px;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* tous les items de liste */
		position : relative;
		float : left;
		line-height : 2.5em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* listes de deuxième niveau */
		position : absolute;
		left: -999em;
		margin-left : 10.5em;
		margin-top : -4.5em;
	}
	
	#nav li ul ul { /* listes de troisième niveau et plus */
		left: -999em;
	}
	
	#nav li a {
		width: 12em;
		w\idth : 11.1em;
		display : block;
		color : #fff;
		text-decoration : none;
		background:#005499; 
		border : 1px solid #000;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : #bfcc00;
		background-color : #3477ae;
	}

	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
