/* Feuille de style ecran, copyright LunaWeb 2007 */
/* vert : #b3d900;     */
/* marron : #a45e00;   */
/* orange : #ff8f0b;   */
/* bleu : #445685;     */

/*General*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 99%; /*Pour IE et son affichage des fonts en .EM*/
	background-color: #d1d0d0;
	color: #000;
}

/*Site*/
#site {	
	position: absolute;
	left:50%;
	width: 802px;
	background-color: #41527E;
	border: 1px solid #000;
	min-height: 640px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: -401px;
	font-size: 0.8em;
	text-align: left;
}

#site a {
	color: #a45e00;
	text-decoration: underline;
}

#site a:hover {
	color: #000;
	text-decoration: none;
}

/*Bandeau Haut*/
#accessibilite {
	display: block;
	float: left;
	width: 300px;
	height: 15px;
	margin-left: 5px;
}

#accessibilite ul {
	list-style-type: none;
	display: block;
	float: left;
	margin-top: -5px;
}

#accessibilite ul li {
	display: block;
	float: left;
	width: auto;
	margin: 0 5px;
}

#accessibilite a {
	font-size: 0.7em;
	color: #BDBDBD;
	text-decoration: none;
}

#accessibilite a:hover {
	text-decoration: underline;
	color: #999;
}

#bandeauh {
	width: 100%;
	height: 98px;
	border-top: 6px solid #b3d900;
	background: #fff url(../img/css/bg-bandeauh.jpg) top left no-repeat;
}

#bandeauh h3 {
	text-indent: -9999px;
}

#bandeauh ul {
	width: 100px;
	height: 21px;
	float: right;
	margin: 0 5px 0 0;
	padding: 3px 0 0 0;
	text-align: center;
}

#bandeauh ul li {
	list-style-type: none;
}


#bandeauh ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	text-transform: uppercase;
}

#bandeauh ul li.menucontact {
	font-weight: bold;
}

/*Menu Gauche*/
#menug {
	display: block;
	width: 174px;
	height: 469px;
	float: left;
	background: #41527E url(../img/css/bg-menug.gif) top left no-repeat;
}

#menug dl {
	margin: 105px 7px 0 10px;
	padding: 0;
}

#menug dd {
	margin: 15px 0 0 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #fff;
}

#menug dd#first {
	border: 0;
	margin: 10px 0 -5px 0;
	padding: 0;
}

#menug dd a {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
}

#menug dd a:hover, #menug dt a:hover {
	color: #b3d900;
}
	
#menug dd#last a {
	font-weight: bold;
	font-size: 1.3em;
	text-transform: none;
}

#menug dt {
	background: transparent url(../img/css/picto-fleche.gif) 0% 50% no-repeat;
	padding: 0 0 0 13px;
}

#menug dt a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}


/*Fin Menu Gauche*/

/*Contenu*/
#contenu {
	display: block;
	float: right;
	background: #fff url(../img/css/coing-bandeauh.jpg) top left no-repeat;
	width: 603px;
	min-height: 474px;
	padding: 30px 5px 0 20px;
}

#contenutxt {
	display: block;
	float: left;
	width: 400px;
	height: 100%;
}

#contenu h1 {
	font-family: "Adobe Caslon Pro", "Caslon Pro", Georgia, Arial, serif;
	color: #445685;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#contenu h2 {
	font-family: "Adobe Caslon Pro", "Caslon Pro", Georgia, Arial, serif;
	color: #a45e00;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 1px;
}

#contenu h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px;
	text-decoration: underline;
}

#contenu #animation {
	display: block;
	width: 383px;
	height: 138px;
	margin: 5px 0;
	background-color: #fff;
}

#contenu ul.sommaire {
	padding: 15px 0 0 25px;
}

#contenu ul.sommaire2 {
	padding: 0 0 10px 25px;
}

#contenu ul.sommaire li {
	list-style-image: url(../img/css/icone-sommaire.gif);
	margin: 0 0 10px 0;
}

#contenu ul.sommaire2 li {
	list-style-image: url(../img/css/icone-sommaire.gif);
	margin: 5px 0;
}



	/*Bloc Actus*/
	#actus {
		display: block;
		float: right;
		margin: 0 5px 0 0;
		padding: 0 0 0 5px;
		width: 174px;
		height: 200px;
		background: #ebeff8 url(../img/css/onglet-actus.jpg) top left no-repeat;
		border: 1px solid #ccc;
		font-size: 0.9em;
		overflow: hidden;
		position: relative;
	}
	#news_data {
		position: absolute;
		margin-top: 5px;
		display: block;
		height: 170px;
		overflow: hidden;
	}

	#news_data li {
		font-family: Tahoma, Arial, serif;
		margin: 12px 0;
		padding: 0;
		display: block;
		width: 165px;
		height: 170px;
	}
	

	#actus a {
		color: #000;
		text-decoration: none;
	}

	#actus a:hover {
		color: #a45e00;
		text-decoration: underline;
	}

	span.date {
		text-decoration: underline;
	}
	
	/*Fin Bloc Actus*/
	#publications {
		display: block;
		float: right;
		margin: 20px 5px 25px 0;
		width: 179px;
		background: #ebeff8 url(../img/css/onglet-actus.jpg) top left no-repeat;
		border: 1px solid #ccc;
		font-size: 0.9em;
	}

	#actus h3, #publications h3 {
		font-size: 1.4em;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 4px 0 0 0;
		text-transform: uppercase;
		text-decoration: none;
	}

	#publications ul {
		margin: 10px 0 0 0;
		padding: 0;
	}

	#publications ul li, #actus ul li {
		margin: 0 0 10px 5px;
		padding: 0;
		list-style-type: none;
	}

	#publications a.lirepublication {
		margin: 0 0 0 100px;
		line-height: 15px;
	}

	/*Bloc Publications*/
	/*Fin Bloc Publications*/

/*Fin contenu*/

/*Footer*/
#footer {
	font-family: Tahoma, Arial, Helvetica, serif;
	display: block;
	float: left;
	text-align: right;
	width: 792px;
	height: 25px;
	background-color: #b3d900;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	border-bottom: 5px solid #445685; 
	font-size: 0.9em;
	color: #444;
	line-height: 2.2em;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/*Fin Footer*/

/*Typo generale*/
	
	img {
		border: 0;
	}

	.imgdroite {
		float: right;
		margin: 0 5px 0 20px;
		border: 1px solid #445685;
	}

	abbr {
		border-bottom: 1px dotted #000;
	}
	
	#contenu acronym {
		cursor: help;
		border-bottom: 1px dotted #ff6600;
	}

	.cache {
		display: none;
	}

	.em {
		font-weight: bold;
		font-style: normal;
	}
	
	.pasdepuce {
	list-style-type: none;
}
/*Fin Typo generale*/

/*Special pages classiques*/

#contenu  ul.classique {
	margin: 15px 0 15px 25px;
}

#contenu  ul.classique ul {
	margin: 5px 0 15px 25px;
	list-style-type: none;
}

#contenu  ul.classique li ul li {
	list-style-type: circle;
}

/*Contenu Admin*/
.admin h3 {
	display: none;
}

.admin ul, .admin ul li {
	list-style-type: none;
}

.admin hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #41527E;
}

.admin em {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
