@CHARSET "UTF-8";
html, body{
	height: 100%;
	width: 100%;
}

body, body *{
	margin:	0px;
	padding: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
}

.invisible{
	clear: both;
	visibility: hidden;
	margin-top: 20px;	
}
/* 
 ------------------- TITRE -----------------------------
*/

#titre {	
	background-image: url( ../img/logo_oms.png );
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #9999DD;
	height: 120px;	
	
	padding-left: 210px;
	font-size: 2.5em;
	padding-top: 15px;
	color: #0000CC;
}



/*
 ---------------------- MENU ------------------------------------
*/


#menu{
	background-color: #CCCCFF;
	width: 100%;
	height: 20px;
	border-top: 1px solid #0000DD;
	border-bottom: 2px solid #FF9000;
	
}
	#menu ul{
		float: right;
	}
	#menu li{
		list-style-type: none;	
		margin:0px;
		text-align: center;
		height: 22px;
		float: left;
	}
	
	#menu a{
		padding-top: 2px;
		text-decoration: none;
		font-weight: bold;
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		height: 18px;
		color: #0000CC;
		background-color: #CCCCFF;
	}
	
		#menu a:hover, #menu a:focus{
			color: #FFFFFF;
			background-color: #FF9000;
		}

/*
 -------------------------- MAIN -------------------------------
*/

#main{
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

	#main h1{
		margin-left: -40px;
		margin-right: -40px;
		margin-bottom: 10px;
		font-size: 2.5em;
		padding: 10px;
		padding-left: 20px;		
		background-color: #CCCCFF;
		color: #7777CC;
	}
	
	#main h2, .titre{
		font-size: 1.8em;
		font-weight: 100;
		color: #FF9000;
		width: 100%;		
	}
	
	#main .titre2{
		font-size: 1.5em;
		font-weight: 100;
		width: 40%;
		float: left;
		margin-right: 20px;	
	}
	
	#main h3{
		background-color: #FF9000;
		color: #FFFFFF;
		padding-bottom: 2px;
		padding-left: 10px;
	}
	
	#main p{
		margin-left: 20px;
		margin-bottom: 40px;
		border: solid 1px #FF9000;
		border-right: 0px;
		border-top: 0px;
		padding: 10px;
	}
	
	a.titre, a.titre2{
		display: block;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.titre{
		border-bottom: solid 2px #FF9000;
	}
	
	a.titre:hover, a.titre:focus{
		color: #8888CC;
	}
	
	a.titre2{
		color: #FF9000;
		border: solid 1px #FF9000;
		border-right: 0px;
		border-top: 0px;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	a.titre2:hover, a.titre2:focus{
		border: solid 1px #8888CC;
		border-right: 0px;
		border-top: 0px;
		color: #8888CC;
	}
	
	a.lien_suite{
		display: block;
		text-align: right;
		padding-right: 40px;
		text-decoration: none;
		color: #8888CC;
	}
	
	a.lien_suite:hover, a.lien_suite:focus{
		color: #FF9000;
	}
	
	
