@charset "utf-8";
/* CSS Document */

/* Balises html */
html, body {
	padding: 				0;
	margin: 				10px 0px 0px 0px;
	width: 					100%;
	text-align:				center;
}
img {
	border:					0px;
}
h1 {
	padding:				0px;
	margin:					0px 0px 10px 0px;
	font-family:			"Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size:				16px;
}
h2 {
	padding:				0px;
	margin:					0px 0px 5px 0px;
	font-family:			"Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size:				12px;
	font-weight:			bold;
	border:					0px;
	border-bottom:			1px solid #999999;
}
a {
	border:					0px solid #FFFFFF;
	color:					#008888;	
}
a:active {
	border:					0px solid #FFFFFF;
	color:					#008888;	
}
a:visited {
	border:					0px solid #FFFFFF;
	color:					#008888;	
}
form {
	padding:				6px;
	margin:					0px;
	border:					1px solid #999999;	
}
textarea, input, select, li {
	font-family:			"Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size:				11px;	
}

/* id CSS */
#rootMedia {
	float:					left;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}
#rootMedia a:active {
	border:					0px solid #FFFFFF;
	color:					#008888;	
}
#contentText {
	width:					330px;
	float:					left;
}
#topmenuWrapper {
	width: 					100%;
	height:					40px;
}
#contentWrapper {
	width: 					100%;
}
	#corporateBanner1 {
		background-color:	#ffffff;
		width:				960px;
	}
	#corporateBanner2 {
		background-color:	#494b4a;
		width:				960px;
		height:				42px;
		background-image:	url(../images/mask_v1.png);
		background-position:left;
		background-repeat:	repeat-y;
	}
	#sloganContext {
		margin:				-15px 0px 0px 630px;
	}
	#permButton {
		margin:				-5px 0px 0px 460px;
		color:				#FFFFFF;
		width:				auto;
		text-align:			right;
	}
	#permButton a {
		font-family:		"Century Gothic", "Trebuchet MS", Arial, Helvetica, Sans-serif;
		font-size:			10px;
		text-decoration:	none;
		color:				#FFFFFF;
	}
	#permButton a:hover {
		text-decoration:	underline;
	}
	#menuNivI {
		background-image:	url(../images/mnu_leftEnd.png);
		background-position:left;
		background-repeat:	no-repeat;
		width:				960px;
		text-align:			left;
	}
	#menuNivI a {
		font-family:		"Century Gothic", "Trebuchet MS", Arial, Helvetica, Sans-serif;
		font-weight:		bold;
		font-size:			11px;
		text-decoration:	none;
		color:				#FFFFFF;					
	}
	#menuNivI a:hover {
		text-decoration:	underline;
	}
	#menuNivITable {
		margin:				0px;
		margin-left:		7px;
		width:				938px;
	}
	#menuNivII {
		margin:				0px;
		padding:			0px;
		background-image:	url(../images/mnuII_leftEnd.png);
		background-position:left;
		background-repeat:	repeat-y;
		width:				960px;
		text-align:			left;
		height:				45px;
		font-family:		"Century Gothic", "Trebuchet MS", Arial, Helvetica, Sans-serif;
		font-size:			11px;
		color:				#008888;
	}
	#menuNivII a {
		text-decoration:	none;
		padding:			0px 20px;
		color:				#008888;
	}
	#menuNivII a:hover {
		text-decoration:	underline;
	}
	#contentDiv {
		margin:				0px;
		padding:			0px;
		background-image:	url(../images/mnuII_leftEnd.png);
		background-position:left;
		background-repeat:	repeat-y;
		width:				960px;
		text-align:			left;
		height:				390px;
		font-family:		"Century Gothic", "Trebuchet MS", Arial, Helvetica, Sans-serif;
		font-size:			11px;
	}
	#content {
		margin:				0px 25px 10px 20px;
		padding:			0px 0px 0px 0px;
		width:				auto;
		max-height:			379px;
		overflow:			auto;
	}
	#content p {
		padding:			0px;
		margin:				0px 0px 10px 0px;
		font-family:		"Trebuchet MS", Arial, Helvetica, Sans-serif;
	}
	#contentFull {
		margin:				0px;
		margin-left:		15px;
	}
	#listeNews {
		margin-top:			20px;
	}
#bottomWrapper {
	width: 					100%;
}
	#bottomEnd {
		width:				960px;
	}
	#bottomGallery {
		width:				960px;
		background-color:	#494b4a;
		height:				75px;
		background-image:	url(../images/mask_v2.png);
		background-position:left;
		background-repeat:	repeat-y;
	}
#copyRightWrapper {
	width: 					100%;
}
	#copyright {
		width:				960px;
	}
	
	#copyright p {
		padding:			0px;
		margin:				0px;
		font-family:		"Century Gothic", "Trebuchet MS", Arial, Helvetica, Sans-serif;
		font-size:			10px;
		color:				#999999;
	}
	
/* Class de style */
.titreListeNews {
	color:					#008888;
	font-size:				14px;
	font-weight:			bold;
	border-bottom:			1px solid #999999;
}
