/* CSS Document */

html {font-size: 100%;}

body {
	font-size: 100%;
	}

* {
	font-family: verdana;
	font-size: 1em;

}

#help {
	font-size: 0.6em;
	font-weight: bold;
}

#help a {
	color: #000;
}

#header {
	font-size: 1em;
	text-align: center;
}

#header #baseline {
	padding-top: 3px;
}

#pathway {
	font-size: 0.7em;
	font-weight: bold;
	color: #e2007a;
}

#pathway a {
	color: #e2007a;
}


#menu {
	font-size: 0.9em;
	font-weight: bold;
}

	#menu ul, #menu ul a {
		color: #FFF;
		text-decoration: none;
	}



	#menu ul ul, #menu ul ul a {
		font-size: 0.9em;
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	
#contenu {
	font-size: 0.8em;
}	

#contenu p {
	text-align: justify;
}

#contenu a {
	color: #E2017B;
}

#contenu a:hover {
	color: #009DE0;
}

#contenu address {
	margin: 10px 0 10px 0;
	padding: 3px;
	text-align: center;
	border: 1px solid #0695E1;
	background: #CFF1FF;
	font-style: normal;
}
	
#mea {
	font-size: 0.9em;
	font-weight: bold;
}	

#mea p {
	text-align: justify;
}

#footer ul, #footer #gototoplink {
	color: #FFF;
	font-size: 0.6em;
	font-weight: bold;
}

#footer ul a, #footer #gototoplink a {
	color: #FFF;
}

/***********************************
titres
***********************************/

#contenu h3 {
	margin: 5px 0 10px 0;
	font-size: 1.3em;
	color: #E2017B;
	clear: both;
}

/************************************
Textes
************************************/

.resume {
	font-style: italic;
	color: #E2017B;
}

.note {
	font-size: 0.8em;
}

.not-justify {
	text-align: left !important;
}

/************************************
actus
***************************************/
#actu h2 {
	font-size: 1.1em;
	color: #e2007a;
}

#actu ul {
	font-size: 0.7em;
}

#actu ul a {
	color: #000;
}
#actu ul a:hover {
	color: #E2007A ;
}

li.more, dd.more {
	font-size: 0.9em;
	font-style: italic;
}

dd.more {
	font-size: 0.6em;
}

dd.more a {
	color: #000;
}
dd.more a:hover {
	color: #E2007A;
}


/************************************
listing
***************************************/

.listing dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #e20052;
	line-height: 0.9em;
}

.listing dt a {
	color: #e20052;
	text-decoration: none;
}

.listing dt a:hover {
	color: #009DE0;
}

.listing dt span {
	color: #000;
	font-size: 0.7em;
}

.listing dd {

}

#contenu dl.liens dt {
	font-weight: bold;
}

#contenu dl.liens dd {
	text-align: justify;
}

/*******************************
divers
*******************************/
.strong { font-weight: bold; }
.rouge { color: red; }
.margin-left{text-align:center; margin-left:200px;}


/*******************************
Formulaires
********************************/

.btn {
	display: block;
	margin: 0 auto 0 auto;
	padding: 3px;
	background: #e2007a;
	width: 180px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.btn:hover {
	background: #009EE2;
}

tr td div#erreurcc p{
	width:95%;
	margin:0;
	background:#fce;
	border:1px solid #e2007a;
	color:#f00;
	padding:0.5em;
	text-align:center;
}

.galerie{
	text-decoration:none;
}
