*
{
	margin: 0;
	padding: 0;
}

a img
{
	border: 0px;
}

ol li, ul li
{
	list-style-position: inside;
	list-style-type: none;
}

body
{
	width: 900px;
	background-color: #FFFFFF;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*---------------------------------*/
#entete
{
	height: 110px;
	background: url(../img/fond_entete.png) no-repeat;	
	position: relative;
}

#entete img
{
	margin: 5px;
}

#entete h1
{
	color: white;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
	margin-top: -2em;
	padding: 0;
}
/*---------------------------------*/
#menu
{
	position: absolute;
	z-index: 100;
	width: 900px;
	border-top: 5px solid white;
}

#menu a
{
	display: block;
	color: #CCCCCC;
	text-decoration: none;
}

#menu dl
{
	float: left;
	width: 180px;
	background-color: #333366;
}

#menu dt
{
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

#menu li
{
	list-style-type: none;
	border: 1px solid #b9eaa3;
}

#menu li a
{
	padding: 5px;
	font-size: .85em;	
}

#menu a:hover
{
	color: #006600;
	background-color: #CCCCCC;
}

#menu .separation
{
	border-right : 2px solid #FFFFCC;
}

#menu .premier a
{
	color: #FF9900;
	background-color: #000;
}

#menu .premier a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
/*---------------------------------*/
#conteneur-corp
{
	position: relative;
	width: 900px;
	z-index: 10;
}
/*---------------------------------*/
#sidebar
{
	position: absolute;
	width: 180px;
	margin-top: 2em;
	right: 0;
	background-color: #333366;
	color: #CCCCCC;
}

#sidebar input
{
	margin-bottom: 5px;
}
/*---------------------------------*/
#zone-identification
{
	font-size: .8em;
	border-bottom: 2px solid #FFFFCC;
	margin: 10px auto;
	padding: 2px;
	min-height: 150px;	
}

#zone-identification .bouton
{
	margin: 2px;
	font-size: .8em;
}

#zone-identification h2
{
	text-align: center;
}

#zone-identification a
{
	text-decoration: none;
	color: #CCCCCC;
}

#zone-identification a:hover
{
	text-decoration: underline;
}
/*---------------------------------*/
#pied
{
	font-size: .9em;
	margin: 10px auto;
	padding: 10px 0 5px 5px;
	line-height: 1.2em;
	border-bottom: 2px solid #FFFFCC;
}

#pied a
{
	color: #CCCCCC;
	text-decoration: none;
}

#pied a:hover
{
	text-decoration: underline;
	color: #FFFF00;
}

/*---------------------------------*/
#calendar table
{
	font-size: .8em;
	border: 0px;
	margin: 30px auto;
	text-align: center;
	color: white;
}

#calendar th
{
	background-color: #000000;
	border-color: white;
	padding: 2px;
}

#calendar td
{
	padding: 2px;
	background-color: #333333;
}

#calendar a
{
	display: block;
	text-decoration: none;
	color: white;
}

#calendar td a:hover
{
	color: #FFFF00;
}
/*------------------------------*/
#corp
{
	float: left;
	margin: 30px auto;
	width: 700px;
	padding: 0px;
}

#corp textarea, #corp label.centre
{
	width: 600px;
	margin: auto;
	display: block;
	
}

#corp textarea.normal
{
	display: inline;
	width: inherit;
}

#corp h1
{
	
}

/*------------------------------*/
.bouton-gauche
{
	float: left;
	margin: 5px .5em;
}

.bouton-droit
{
	float: right;
	margin: 5px .5em;
}

.bouton-gauche input, .bouton-droit input
{
	width: 60px;
}

.bouton-centre
{
	text-align: center;
}

.bouton-centre input
{
	width: 140px;
}

.bouton
{
	background-color: #000099;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	border-left: 0px;
	padding: .25em;
	
}

.bouton:hover
{
	cursor: pointer;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 0px;
	border-bottom: 0px;
	color: #FFFF00;
}

.msg_bienvenue
{
	color: white;
	text-align: center;
	margin: 10px;
}
/*------------------------------*/
.titre-de-page
{
	text-align: center;
	line-height: 2em;
	color: #333333;
}
.titre-de-page img
{
	margin: 10px;
}

.sous-titre
{
	text-align: center;
	padding: 1em;
}

.sous-titre-important
{
	color: #0033CC;
	text-align: center;
	padding: 1em;
}

.titre-cadre
{
	color: #FFF;
	line-height: 1.5em;
	padding-left: 2em;
	margin: 1.5em 0 0 0;
	background: url(../img/fond_titre_cadre.png) no-repeat;
	border-right: 1px solid #0066FF;
}

.titre-cadre a
{
	text-decoration: none;
	color: white;
}

.titre-cadre a:hover
{
	color: yellow;
	text-decoration: underline;
}

.contenu-cadre
{
	/*overflow: auto;*/
	margin: 0;
	padding: 10px;
	border-left: 2px solid #0066FF;
	border-bottom: 2px solid #0066FF;
	border-right: 1px solid #0066FF;
	/*height:      80px;*/
}

.contenu-cadre-collegue
{
	/*overflow: auto;*/
	margin: 0;
	padding: 10px;
	border-left: 2px solid #0066FF;
	border-bottom: 2px solid #0066FF;
	border-right: 1px solid #0066FF;
	height:      100px;
}

.contenu-tool-msg
{
	overflow: auto;
	text-align: right;
	margin: 0;
	padding: 5px;
	border-left: 2px solid #0066FF;
	border-bottom: 0px solid #0066FF;
	border-right: 1px solid #0066FF;
	height:      15px;
	background:    #cecece;
}

.info-contenu-cadre
{
	font-style: italic;
	color: #0033CC;
	text-align: right;
}

.logo-titre
{
	height: 1em;
	
}

/*------------------------------*/
.page
{
	text-align: center;
	margin: 15px;
}

.page img
{
	vertical-align: bottom;
}

.logo_theme
{
	float: right;
}

.liste_pv
{
	margin-left: 14em;
	list-style-image: url(../img/pv.png);
	list-style-position: inside;
}

.liste_bc
{
	list-style-image: url(../img/pv.png);
	list-style-position: inside;
}

.indente
{
	text-indent: 3em;
}

.film
{
	list-style-image: url(../img/puce_cinema.png);
	list-style-position: inside;
	margin-left: 4em;
}

.telephone
{
	list-style-image: url(../img/telephone.png);
	list-style-position: inside;
}

.lien
{
	list-style-image:url(../img/arobas.png);
	list-style-position:inside;
}

.paragraphe
{
	text-indent: 3em;
	text-align: justify;
	margin-bottom: 1em;
	margin-top: 1em;
}

.reglement
{
	border: 1px solid grey;
	font-size: .85em;
	padding: .5em;
}

.img-annonce
{
	float: right;
	max-width: 180px;
	max-height: 180px;
	margin-left: 5px;
}

.img-profil
{
	float: right;
	width: 51px!important;
	/*height: 180px!important;*/
	margin-left: 5px;
}

.enligne form
{
	display: inline;
}

.graphique
{
	display: block;
	margin: auto;
}

.question-sondage
{
	color: grey;
	border-bottom: 1px solid;
}

.erreur
{
	color: red;
	text-align: center;
}

.confirmation
{
	color: green;
	text-align: center;
}

#listeMembresDUP
{
	list-style-type: disc;
	text-indent: 20px;
}

.college
{
	text-decoration: underline;
}
