
/*
 *   S T Y L E S   D E   B A S E   E T   P A R   D E F A U T
 *   -------------------------------------------------------
 *   (jeu de caractères : utf8)
 */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

body {
	background-color: #c9d7e5;
	font-size: 12px;
	color: #062392;
}

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

a, a:visited {
	text-decoration: none;
	color: #2e9ff7;
}

a:hover { 
}

img {
	border: none;
	padding: 2px;
}


/*
 *   S T R U C T U R E   &   P O S I T I O N N E M E N T S   B L O C S
 *   ------------------------------------------------------------------
 */


#container {
	position: relative;
	width: 800px;
	background-color: #d9ecfe;
	margin: 10px auto;
}

#accueil #container {
	background: transparent url(../images/fond-accueil.jpg);
	width: 800px;
}

#header {
	height: 22px;
	background-color: #83d0a5;
}

#accueil #header {
	padding-left: 0;
}

#logo-accueil {
	position: absolute;
	left: 390px;
	top: 0;
	width: 112px;
	height: 107px;
}

#bandeauflash {
	margin-top: 100px;
	height: 214px;
}


#leftmenu {
	width: 220px;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#lmwrap1 {
	padding-top: 11px;
	background: url(../images/leftmenu_top.jpg) 0 0 no-repeat;
}

#lmwrap2 {
	background: url(../images/leftmenu_bottom.jpg) 0 bottom no-repeat;
	padding-bottom: 11px;
}

#lmwrap3 {
	background: url(../images/leftmenu_middle.jpg) repeat-y;
	padding: 0 5px;
}

#logo-article {
	position: relative;
	height: 0;
	left: -250px;
	bottom: 160px;
}

#contenu {
	float: right;
	width: 520px;
	margin: 90px 20px 10px;
}

#texte {
	position: relative;
}

.article #texte {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}


#accueil #contenu {
	float: none;
	margin: 10px auto;
}

#ariane {
	position: absolute;
	left: 10px;
	top: 30px;
	font-size: 0.9em;
}

#footer {
	clear: both;
	padding: 5px 10px;
	background-color: #83d0a5;
	margin: 50px 0;
}

#footer li {
	margin: 10px;
	display: inline
}

/*
 *   P R É S E N T A T I O N
 *   -----------------------
 */

#accueil h1 {
	font-family: arial;
	color: white;
	font-size: 26px;
	text-align: center;
	margin: auto;
}

#contenu h2 {
	color: #0080e5;
	margin-top: 15px;
}

#accueil h2 {
	color: #062392 !important;
	font-family: book antiqua, Times;
	font-size: 22px;
	font-style: italic;
	text-align: center;
	margin: 20px auto;
}


#contenu a {
	text-decoration: none;
	color: #b93539;
}

#contenu a:visited {
	text-decoration: none;
	color: #b93539;
}

#contenu a:hover { 
	text-decoration: underline;
	color: #b93539;
}

#texte h3 {
	text-align: left;
	color: #0080e5;
}

#texte {
	text-align: left;
}

#texte li {
	background: url(../images/triangle-petit.gif) 0 3px no-repeat;
	padding-left: 18px;
}

#texte table td {
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
}

#accueil #texte {
	color: #fff;
	font-size: 1.1em;
}

#texte p {
	padding-top: 1em;
	clear: both;
}

#footer, #footer a {
	font-size: 0.9em;
	color: #062392;
}

#gmap {
	position: relative;
	top: 10px;
	margin-bottom: 20px;
	width: 520px;
	height: 450px;
}


.spip_documents .legend {
	font-size: 0.8em;
}

.spip_surligne {
	background-color: inherit; 
}

/* --------------- */
/* Menu horizontal */
/* --------------- */

li.separateur {
	padding: 4px 0;
	font-weight: bold;
	font-size: 11px;
	color: white; 
}

li.S_4, li.S_5 {
	display: none !important;
}

.spip_documents object {
	z-index: -7;
}

ul#topmenu li {
	z-index: 50;
}

ul#topmenu a {
	padding: 4px 15px;
	font-weight: bold;
	font-size: 11px;
	color: white; 
}

ul#topmenu a:hover,
ul#topmenu a.on {
	color: #062392;
	text-decoration: none;
}

ul#topmenu ul a.on {
	color: white;
}

/*
ul#topmenu li {
	border-right: 1px solid white;
}
*/

/* sous-menus */
ul#topmenu ul li a{
	/*border: 1px solid transparent;*/
	border: 1px solid #007ff2;
}

ul#topmenu ul a {
	background-color: #001E96;
	padding: 5px 15px;
	font-weight: normal;
}

ul#topmenu ul a:hover {
	padding: 5px 15px;
	color: #062392;
	background-color: #49D1A3;
}

/* on décale vers la droite le dernier item du menu */
li#R_5 {
	margin-left: 180px;
}



/*
 *   M E N U   D E   G A U C H E
 *   ---------------------------
 */

#leftmenu {
	font-size: 0.9em;
}

#leftmenu h3 {
	padding-left: 5px;
	padding-bottom: 5px;
}

#leftmenu li {
	background: url(../images/fleche-menu-gauche.jpg) 0 2px  no-repeat;
	padding-left: 18px;
	padding-bottom: 5px;
	font-weight: normal;
}

#leftmenu li ul {
	display: none;
}

#leftmenu li.on ul {
	display: block;
}

#leftmenu li li {
	background-image: none;
	padding-left: 5px;
	padding-bottom: 0;
	padding-top: 5px;
}

#leftmenu li li li {
	padding-left: 10px;
}

#leftmenu a:hover,
#leftmenu a.on {
	color: #062392;
}

/* 
 * F O R U M 
 * ------------
 */

#forum {
	clear: both;
	background: url(../images/bandeau-enfants.jpg) no-repeat;
	margin-top: 20px;
	padding-top: 100px;
	color: #062392;
}

#forum fieldset p, #forum fieldset label  {
	color: #062392;
}

#forum h3 {
	color: #062392;
	font-size: 20px;
}

#forum .message {
	margin-top: 10px;
	padding: 10px;
	border-bottom: 1px solid #0000ff;
}

.postinfo {
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 5px;
	margin-top: 20px;
}

#forum .question {
	color: red;
}

#formulaire_forum {
	margin-top: 20px;
}

#formulaire_forum fieldset legend,
fieldset#identification legend {
	color: white !important;
	background-color: #062392;
	padding: 1px 5px;
}


/* 
 * P L A N   D U   S I T E 
 * -----------------------
 */

#plan #texte ul {
	margin-bottom: 15px;
}

#plan #texte ul ul {
	margin-bottom: 10px;
}

#plan #texte li {
	padding-left: 20px;
}


/* 
 * F O R M U L A I R E   C O N T A C T 
 * -----------------------------------
 */

#formulaire_contact {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #062392;
}

.form_row {
	padding: 5px 0;
	clear: both;
}

.form_row label {
	width: 200px;
	float: left;
	text-align: right;
}

.form_row input, textarea, select {
	float: right;
	width: 250px;
}

textarea {
	height: 50px;
}

.form_buttons {
	padding: 5px auto;
	text-align: center;
}
