/* Feuille de style ecran, copyright LunaWeb 2007 */
/* bleu fonce : #005173;   */
/* bleu clair : #2d88ae;   */
/* orange :     #ff8400;   */
/* jaune :      #ffc500;   */
/* bleu safari : #00425d;	 */

/*General*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Lucida, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 99%; /*Pour IE et son affichage des fonts en .EM*/
	background: #005173 url(../img/css/bg-global.jpg) top left repeat-x;
	background-attachment: fixed;
	color: #000;
	min-height: 800px;
	
}

/*Accessibilite*/
#accessibilite {
	display: none;
}

/*Site*/
#site {
	display: block;
	position: absolute;
	left: 505px;
	/*right: 50%;*/
	width: 990px;
	border: 1px solid #000;
	border-top: 9px solid #000;
	background-color: #fff;
	margin: 0 auto 0 -495px;*/
	
}

/*Bandeau H*/
#site #bandeauh {
	display: block;
	width: 990px;
	height: 200px;
}

/*Bandeau H G*/
#site #bandeauhg {
	float: left;
	width: 190px;
	height: 205px;
	background: url(../img/css/bg-logo.jpg) top left no-repeat;
}

#site #bandeauhg a#logo {
	display: block;
	width: 100%;
	height: 115px;
}

#site #bandeauhg #login {
	display: block;
	margin: 0 0 0 15px;
}

#site #bandeauhg #login fieldset {
	display: block;
	height: 55px;
	width: 170px;
	border: 0;
}

#site #bandeauhg #login input {
	font-size: 0.7em;
	text-align: center;
}

#site #bandeauhg p {
	font-size: 0.6em;
	margin: 4px 0 0 15px;
}

#site #bandeauhg p a {
	color: #005173;
	text-decoration: none;
	font-weight: bold;
}

#site #bandeauhg .pasencore a {
	text-decoration: none;
}

#site #bandeauhg .pasencore a:hover {
	text-decoration: underline;
}

#site #bandeauhg input {
	float: left;
	margin: 3px 0;
	height: 20px;
	width: 120px;
}

#site #login #btnok {
	width: 35px;
	height: 22px;
	margin: -5px 0 0 10px;
}

/*Bandeau H D*/
#site #bandeauhd {
	float: right;
	width: 800px;
	height: 205px;
}

#site #bandeauhd #menuhd {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 27px;
	background: #ffc500 url(../img/css/bg-menuhd.jpg) top right no-repeat;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 12px;
}

#site #bandeauhd #menuhd ul {
	float: left;
	list-style-type: none;
	width: 140px;
	margin-top: 5px;
}

#site #bandeauhd #menuhd ul li {
	float: left;
	margin-right: 10px;
}

#site #bandeauhd #menuhd ul li#premier {
	float: left;
	margin-left: 10px;
}

#site #bandeauhd #menuhd ul li#dernier {
	margin-right: 0;
}

#site #bandeauhd #menuhd li a {
	color: #000;
	text-decoration: none;
}

#site #bandeauhd #menuhd li a:hover {
	text-decoration: underline;
}

/*Menu*/
#site #menu {
	display: block;
	width: 990px;
	height: 38px;
	background: #005173 url(../img/css/bg-menu.jpg) top left repeat-x;

}

#site #menu ul {
	float: left;
	list-style-type: none;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#site #menu ul li {
	float: left;
	text-align: center;
}

#site #menu ul li a {
	display: block;
	background: #005173 url(../img/css/bg-menu.jpg) top left repeat-x;
	color: #fff;
	font-size: 0.9em;
	width: 125px;
	height: 28px;
	text-decoration: none;
	padding: 10px 0 0 0;
	font-weight: bold;
	border-left: 1px solid #000;
}

#site #menu ul li a.accueil {
	width: 116px;
	border-left: 0;
}

#site #menu ul li a.contact {
	width: 117px;
}

#site #menu ul li a:hover {
	background: #ff8400 url(../img/css/bg-menu.jpg) bottom left repeat-x;
}
/*Contenu*/
#site #contenu {
	display: block;
	width: 958px;
	
	min-height: 330px;
	padding: 20px 15px 0 15px;
}

#site #contenu h1 {
	font-size: 1em;
	border-bottom: 1px solid #ff8400;
	margin: 0 0 10px 0;
}

#site #contenu h2 {
	font-size: 0.8em;
	border-bottom: 1px solid #ff8400;
	margin: 0 0 10px 192px;
}

#site #contenu h3 {
	width: 700px;
	float: top;
	color: #005173;
	font-size: 0.8em;
	text-decoration: underline;
	background: transparent url(../img/css/picto-fleche-bleu.gif) 0% 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

#site #contenu .info_import {
	width: 700px;
	color: #005173;
	font-size: 1.5em;
	text-decoration: underline;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;

}

#site #contenu p {
	font-size: 0.8em;
	margin: 10px 0;
}

#site #contenu ul {
	margin: 0 0 0 30px;
}

#site #contenu ul li {
	font-size: 0.8em;
}

#site #contenu a {
	color: #ff8400;
	text-decoration: none;
}

#site #contenu a:hover {
	color: #005173;
	text-decoration: underline;
}

/*Actualites*/
#site #contenu div.itemactu img {
	margin: 0 0 0 15px;
	max-width: 300px;
}

#site #contenu div.itemactu {
	clear: both;
	margin: 10px 0 20px 0;
}

#site #contenu div.itemactu p {
	margin: 10px 0 0 0px;
}

/*Calendrier*/
#site #contenu ul#calendrier {
	height: auto;
	display: block;
}

#site #contenu ul#calendrier li, #site #contenug ul#calendrier li {
	display: block;
	float: left;
	width: 400px;
	border: 1px dotted #005173;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	background-color: #E5EBFF;
	
}

#site #contenu ul#calendrier .titrecalendrier, ul#calendrier h3 {
	font-weight: bold;
	text-transform: uppercase;

}

/*Membres*/


#site #contenu ul.listecomptes{
	margin: 10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	/*height: 64px;*/
	height: auto;
	display: block;
}

#site #contenu ul.listecomptes li  {

	
	width: 990px;
	padding: 5px 5px 5px 5px;
}

#site #contenu ul.listecomptes li a {

	display: block;
	float: left;
	width: 250px;
	height: 44px;
	border: 1px dotted #005173;
	padding: 10px;
	margin-right: 12px;
	margin-bottom: 12px;
	color: #005173;
	text-decoration: none;
	background: #E5EBFF url(../img/css/icone-membre.jpg) top right no-repeat;
}



#site #contenu ul.listecomptes li:first-child a {
	background: #E5EBFF url(../img/css/icone-jaugeur.jpg) top right no-repeat;
}

#site #contenu ul.listecomptes li a:hover {
	border: 1px dotted #ff8400;
	color: #ff8400;
	background: #FFE9DA url(../img/css/icone-membre.jpg) bottom right no-repeat;
}

#site #contenu ul.listecomptes li:first-child a:hover { 
	background: #FFE9DA url(../img/css/icone-jaugeur.jpg) bottom right no-repeat;
}




#site #contenu ul.listecomptesjaugeurs , #site #contenu ul.listecomptesmembres {
	margin: 10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	/*height: 64px;*/
	width:900px;
	height: auto;

}


#site #contenu ul.listecomptesjaugeurs li ,#site #contenu ul.listecomptesmembres li   {

	float: left;
	width: 250px;
	padding: 5px 5px 5px 5px;
}

#site #contenu ul.listecomptesmembres li  a:link,#site #contenu ul.listecomptesmembres li  a:visited,#site #contenu ul.listecomptesmembres li  a:hover,#site #contenu ul.listecomptesmembres li  a:active{
	display: block;
	border: 1px dotted #005173;
	padding: 10px;
	margin-right: 12px;
	color: #005173;
	text-decoration: none;
/*	background: #E5EBFF url(../img/css/icone-membre.jpg) top right no-repeat;*/
}


#site #contenu ul.listecomptesjaugeurs li  a:link,#site #contenu ul.listecomptesjaugeurs li  a:visited,#site #contenu ul.listecomptesjaugeurs li  a:hover,#site #contenu ul.listecomptesjaugeurs li  a:active{
	display: block;
	border: 1px dotted #005173;
	padding: 10px;
	margin-right: 12px;
	color: #005173;
	text-decoration: none;
/*	background: #E5EBFF url(../img/css/icone-jaugeur.jpg) top right no-repeat;*/
}

#site #contenu ul.listecomptesjaugeurs li a:hover, #site #contenu ul.listecomptesmembres li a:hover  {
	display: block;

	border: 1px dotted #ff8400;
	color: #ff8400;

}


/* Séparateur */
hr.separateur {
	clear: both;
	color: #FFFFFF;
	border: 0;
	background: #FFFFFF;
	height: 1px;
}











/*Jauge*/

#site #contenu .formulairejauge {
	background-color:#FFFFFF;
	font-size:0.8em;
}

#site #contenu .formulairejauge input {
	text-align: center;
}

#site #contenu div.jauge input, #site #contenu div.jauge input:focus {
	background-color: #caffca;
	border: 1px solid #999;
	color: #000;
}

#site #contenu ul.listejauges {
	display: block;
	float: left;
	width: 100%;
	margin: 15px 0;
}

#site #contenu ul.listejauges li {
	display: block;
	float: left;
	width: 230px;
	height: 44px;
	border: 1px dotted #005173;
	padding: 10px;
	margin-right: 12px;
	margin-bottom: 12px;
	color: #005173;
	text-decoration: none;
	background: #E5EBFF url(../img/css/icone-jauge.jpg) top right no-repeat;
}

#site #contenu ul.listejauges li:hover {
	border: 1px dotted #ff8400;
	color: #ff8400;
	background: #FFE9DA url(../img/css/icone-jauge.jpg) bottom right no-repeat;
}

#site #contenu ul.listejauges a {
	color: #005173;
	text-decoration: none;
	font-size: 0.9em;
}

#site #contenu ul.listejauges a:hover {
	color: #ff8400;
}

/*Photos*/
#site #contenu ul.listephotos {
	display: block;
	width: 300px;
	border: 1px dotted #005173;
	padding: 10px;
	margin-right: 12px;
	color: #005173;
	text-decoration: none;
	list-style-type: none;
	background-color: #E5EBFF;
	font-size: 0.8em;
}

#site #contenu ul.listephotos:hover {
	border: 1px dotted #ff8400;
	background-color: #FFE9DA;
}

#site #contenu ul.listepagephotos {
	display: block;
}	

#site #contenu ul.listepagephotos li {
	display: block;
	width: 905px;
	min-height: 100px;
	border: 1px dotted #005173;
	padding: 10px;
	margin-right: 12px;
	margin-bottom: 15px;
	color: #005173;
	text-decoration: none;
	list-style-type: none;
	background-color: #E5EBFF;
	font-size: 0.8em;
}

#site #contenu ul.listepagephotos li img {
	margin-bottom: 10px;
}

#site #contenu ul.listepagephotos li img.vignette {
	margin: 10px;
	float: right;
}

#site #contenu ul.listepagephotos h3 {
	font-size: 1.1em;
}

/*Liens*/
#site #contenu ul.listeliens {
	display: block;
	float: left;
	width: 100%;
	margin: 15px 0;
}

#site #contenu ul.listeliens li {
	display: block;
	float: left;
	width: 280px;
	height: 44px;
	border: 1px dotted #005173;
	padding: 10px;
	margin-right: 12px;
	margin-top: 12px;
	color: #005173;
	text-decoration: none;
	background: #E5EBFF url(../img/css/icone-liens.jpg) top right no-repeat;
}

#site #contenu ul.listeliens li:hover {
	border: 1px dotted #ff8400;
	color: #ff8400;
	background: #FFE9DA url(../img/css/icone-liens.jpg) bottom right no-repeat;
}

/*Jauge*/
.formulairejauge table {
	border: 0;
}


/*Footer*/
#site #footer {
	display: block;
	float: left;
	width: 990px;
	height: 15px;
	background-color: #000;
	color: #666;
	font-size: 0.7em;
	text-align: center;
}

#site #footer a {
	color: #666;
	text-decoration: none;
}

#site #footer a:hover {
	color: #fff;
}
/*Fin Footer*/

/*Typo generale*/
	
	code {
		font-family: Courier, mono, serif;
		color: #444;
		font-size: 1.2em;
		border: 1px solid #444;
		background-color:#ffcdab; 
		padding: 2px;
	}
	
	img {
		border: 0;
	}

	.imggauche {
		float: left;
		margin-right: 20px;
		border: 1px solid #ff8400;
		padding: 5px;
	}

	.imgdroite {
		float: right;
		margin-left: 20px;
		border: 1px solid #ff8400;
		padding: 5px;
	}
	
	abbr {
		border-bottom: 1px dotted #000;
	}
	
	#contenu acronym {
		cursor: help;
		border-bottom: 1px dotted #ff6600;
	}
	
	a.lien_ext:after {
		content: "\0000a0[\2197]";
		color: #F28F00;
		font-weight: normal;
	}
	
	a.pdf-doc:after {
		content: url(../img/css/pdf-icon.gif);
		margin-left: 3px;
	}

	.cache {
		display: none;
	}

	.em {
		font-weight: bold;
		font-style: normal;
	}

	input, input.radio, input.check, textarea, select {
		border: 1px solid #005173;
		color: #005173;
		background-color: #FEFEFE;
	}

	input:focus, textarea:focus {
		border: 1px solid #000;
		color: #ff8400;
		background-color: #fff;
	}

	ul.listenormale {
		font-size: 0.8em;
		display: block;
		margin: 15px 0 15px 55px;
	}

	p.attention {
		color:red;
		font-weight:bold;
		margin: 10px 0;
	}

/*Fin Typo generale*/

	.ensavoirplus {
		background: transparent url(../img/css/picto-fleche-orange.gif) 0% 50% no-repeat;
		padding: 0 0 0 20px;
		margin: 0 0 0 30px;
	}

	.ensavoirplus:hover, .ensavoirplusnoir:hover {
		background: transparent url(../img/css/picto-fleche-bleu.gif) 0% 50% no-repeat;
	}

	.ensavoirplusnoir {
		background: transparent url(../img/css/picto-fleche.gif) 0% 50% no-repeat;
		padding: 0 0 0 20px;
		margin: 0;
	}

	p.erreur {
		background: transparent url(../img/css/icone-erreur.gif) top left no-repeat;
		padding: 0 0 0 20px;
		line-height: 20px;
	}

	.titreadmin {
		font-weight: bold;
		font-size: 1em;
	}
	
/*Formulaires divers*/

label {
	font-size: 0.7em;
}

legend {
	display: none;
}

div.inform {
	height: 50px;
}