* {
	border:0;
	padding:0;
	margin:0;
	color:#000000;
}
	
a {
	text-decoration:none;
	color:#000000;
}
	
a:hover {
	text-decoration:underline;
}
	
body {
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E7F0F5;
}
	
#haut {
	width:100%;
	height:118px;
	background-color:#0187AD;
	background:url(img/header.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid; 
	border-bottom-color: #C6C5B3;
	text-align:center;
	padding-top:20px;	
	clear:both;
}
#haut iframe {
	margin-left:20px;
	margin-bottom:20px;
}

#conteneur {
	width:830px;
	background-position:0 0;
	padding:0 0 0 15px;
	margin:0 auto;
}
		
#footer {
	width:100%;
	height:39px;
	background:url(img/fd-footer.gif) repeat-x top;
	background-color:#0187AD;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C6C5B3;
	clear:both;
	}

	#footer ul {
		font-size:90%;
		width:950px;
		margin:0 auto;
	}

	#footer ul li {
		list-style-type:none;
		float:left;
		padding-left:30px;
		padding-top:10px;
	}

		#footer ul li a {
			color:#000000;
			}

.baseline, .baseline a {
	color:#888888;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:90%;
}

#formTop, #formBottom {
	width: 782px;
	height: 80px;
	font-weight: bold;
	padding-left:20px;
	padding-right:20px;
	background:url(img/m_cadre.jpg);
}

	#formTop .small, #formBottom .small {
		font-size:75%;
		margin-left:30px;
		color: #8F8E89;
	}

.cadrelarge {
	width: 782px;
	padding-left:20px;
	padding-right:20px;
	background:url(img/m_cadre.jpg);
	background-repeat: repeat-y;
}

.cadrenormal {
	width: 600px;
	padding-left:20px;
	padding-right:20px;
	background:url(img/m_cadre560.jpg);
	background-repeat: repeat-y;
}

.cadrepetit {
	width: 480px;
	padding-left:20px;
	padding-right:20px;
	background:url(img/m_cadre420.jpg);
	background-repeat: repeat-y;
}

#nbreponses {
	width:620px;
}

	#nbreponses .puce {
		background:url(img/puce.gif);
		background-repeat: no-repeat;
		padding-left:12px;
	}

#reponse {
	width:620px;
	font-weight: bold;
}

	#reponse p {
		margin-bottom:10px;
	}

	#reponse .pucemetier-1 {
		background:url(img/puce.gif);
		background-repeat: no-repeat;
		padding-left:12px;
		color:#3785AB;
		font-size: 90%;
		font-weight: normal;
	}

	#reponse .pucemetier-2 {
		background:url(img/puce.gif);
		background-repeat: no-repeat;
		padding-left:12px;
		color:#008000;
		font-size: 90%;
		font-weight: normal;
	}

	#reponse .pucemetier-3 {
		background:url(img/puce.gif);
		background-repeat: no-repeat;
		padding-left:12px;
		color:#EE7F3A;
		font-size: 90%;
		font-weight: normal;
	}

	#reponse .pucemetier-4 {
		background:url(img/puce.gif);
		background-repeat: no-repeat;
		padding-left:12px;
		color:#E74D35;
		font-size: 90%;
		font-weight: normal;
	}

	#reponse .small {
		font-size: 90%;
		font-weight: normal;
	}

h1 {
	font-size:18px;
	height:30px;
	background:url(img/cadre.jpg) no-repeat; 
	padding:3px;
	padding-left:8px;
}

h2 {
	font-size:16px;
	margin-top:12px;
	margin-bottom:12px;
}

h2.h1 {
	margin-top:0;
	margin-bottom:0;
	font-size:18px;
	height:30px;
	background:url(img/cadre.jpg) no-repeat; 
	padding:3px;
	padding-left:8px;
}

h2.metier-1 a {
	color:#3785AB;
}

h2.metier-2 a {
	color:#008000;
}

h2.metier-3 a {
	color:#EE7F3A;
}

h2.metier-4 a {
	color:#E74D35;
}

h3 {
	font-size:14px;
	background:url(img/puce.gif);
	background-repeat: no-repeat;
	padding-left:12px;
}

h3.metier-1 a {
	color:#3785AB;
}

h3.metier-2 a {
	color:#008000;
}

h3.metier-3 a {
	color:#EE7F3A;
}

h3.metier-4 a {
	color:#E74D35;
}

input, select, textarea {
	border-width: 1px;
	border-style: solid; 
	border-color: #000000;	
}
input[type=image] {
	border:0;
}

