/*	---------------------------------------------------------------
--
--	UNGMS
--	CSS ecran
--
--	juin 2007
--	bug a rapporter a aurelien point ferlito chez free point fr
--
---------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 11px;
	background: url(../img_layout/body_bg.gif) left top repeat-x #fff;
	height: 100%;
}
div#wrap {
	width: 764px;
	margin: 0 auto;
}

/*	-----------------------------------------------------------
--	spacer, annonces, avertissements
------------------------------------------------------------ */
div.spacer {
	clear: both;
	height: 1px;
}
div.backwards {
	clear: both;
	display: block;
	float: right;
	margin: 10px 11px 20px 0;
}
div.backwards a {
	background-image: url(../img_layout/bouton_precedent.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 1.3em;
}
p.annonce,
p#maintenance {
    color: #A60D14 !important;
    border: 1px dotted #ED1C24;
    padding: 1em;
    margin: 2em 0;
}
noscript#avertissement p {
	background-color: #FF6633;
	color: #f2f2f2;
	font-size: 1.55em;
	line-height: 140%;
	padding: 1em;
	border: 1px dotted #000;
	position: absolute;
	top: 1em;
	left: 48%;
	width: 46em;
	margin-left: -23em;
	z-index: 200;
}
noscript#avertissement p strong {
	color: #fff;
}
div#alerte {
	font-size: 1em;
	line-height: 140%;
	color: #FF6633;
	padding: 1em;
	margin: .1em 0 2em;
	border: 1px dotted #000;
}

/*	-----------------------------------------------------------
--	header : logo, rotation d'images, connexion, lettre info
------------------------------------------------------------ */
div#header {
	background: url(../img_layout/header_bg2.gif) no-repeat top left #fff;
	width: 764px;
	height: 190px;
	position: absolute;
	top: 0;
}
img#logo {
	position: absolute;
	top: 42px;
	left: 17px;
	border: none;
}
div#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	top: 60px;
	left: 85px;
}
div#header h1 span {
	display: block;
	font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 2px 0 0 3px;
}
div#header h1 a {
	text-decoration: none;
	color: #007fb5;
}
div#header h1 a span {
	color: #ff3c00;
}

/*	-----------------------------------------------------------
--	navigation
------------------------------------------------------------ */
div#navi {
	background: url(../img_layout/navi_bg2.gif) no-repeat top left #fff;
	width: 764px;
	height: 56px;
	position: absolute;
	top: 128px;
	z-index: 100;
}
div#navi ul { /* all lists */
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	margin: 1em 1em 0 0;
	padding: 0;
	float: right;
	zheight: 30px;
}
div#navi li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	z-index: 110;
	padding: .5em 1em 1em;
}
div#navi .courant,
div#navi li:hover,
div#navi li.over {
	background: url(../img_layout/navi_bg_courant2.gif) center top repeat-x;
	color: #000 !important;
}
div#navi li ul { /* second-level lists */
	display: none;
	font-size: 12px;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0 !important;
	opacity: 0.8;
}
div#navi li li { /* all list items */
	position: relative;
	float: none;
	background-color: #D9DDE6;
	width: 15em !important;
	line-height: 160%;
	padding: 0 1em .5em 1em !important;
}
div#navi li:hover a,
div#navi li.over a {
	color: #000 !important;
}
div#navi li li:hover,
div#navi li li.over {
	background-image: none;
	background-color: #fff;
	color: #000;
}
div#navi li>ul { /* to override top and left in browsers other than IE,
which will position to the top right of the containing li, rather than bottom left */
	top: 30px;
	left: 0;
}

div#navi li:hover ul,
div#navi li.over ul { /* lists nested under hovered list items */
	display: block;
}

div#navi li a {
	color: #fff;
	text-decoration: none;
}
div#navi li.courant a {
	color: #00628C;
}

div#navi li li a {
	color: #00628C;
	display: block;
	width: 100%;
}
div#navi a:hover {
	color: #000;
}
div#navi #accueil {
	margin-right: 4em;
}

/*	-----------------------------------------------------------
--	conteneur 3 colonnes
------------------------------------------------------------ */
div#contenu {
	padding-top: 209px;
	width: 100%;
	background-color: white;
}
div#contenu h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	color: #FF3300;
	margin: 0 0 1em 0;
	padding: 0 0 .4em 0;
	border-bottom: 1px dotted #ccc;
}
img#rss {
	border: none;
	margin-left: .5em;
}

/*	-----------------------------------------------------------
--	colCentre : styles communs
------------------------------------------------------------ */
div#colCentre {
	float: left;
	width: 445px;/* 455 old value */
    padding: 0 0 0 10px;
}
div.editable {
	/* contenu provenant de l'edition wiki du CMS */
	/* pages classiques */
}
div.fixe {
	/* partie construite d'apres le modele de page */
	/* sert generalement pour l'agenda, pages avec formulaire */
}


div#colCentre h2 {
	margin: 0 0 0 0;
	color: #FF3300;
	font-size: 1.3em;
	line-height: 150%;
}
div#colCentre h3 {
	margin: 0 0 0 0;
	color: #000;
	font-size: 1em;
	line-height: 150%;
}
div#colCentre p {
	margin: 0 0 .7em 0;
	color: #222;
	font-size: 1em;
	line-height: 150%;
}
div#colCentre blockquote * {
	line-height: 170% !important;
	font-style: italic;
	color: #666;
	background: url(../img_layout/citation_blockquote.gif) left 10% no-repeat;
	padding: 0 0 1em 5.4em;
	min-height: 3em;
	display: block;
}


div#colCentre ul,
div#colCentre ol {
	padding: 0 0 0 1.4em;
	color: #222;
	font-size: 1em;
	line-height: 150%;
	list-style-position: inside;
}
div#colCentre p + ul {
	margin: -.3em 0 .7em 0;
}
div#colCentre h2 + ul {
	margin: .35em 0 .7em 0;
}
div#colCentre h3 + ul {
	margin: .2em 0 .7em 0;
}
div#colCentre li {
	padding-bottom: .3em;
}
div#colCentre ul ul {
	padding: 0 0 0 2em;
	margin: .2em 0 0 0;
}

div#colCentre div.hr {
	height: 1px;
	width: 70%;
	margin: 2em auto !important;
	margin: 1em auto 2em;
	border-bottom: 1px solid #0099FF;
	clear: both;
}
div.flottantGauche {
	float: left;
	background-color: #fff;
	margin: .5em 1.2em -.5em 0;
}
div.flottantDroite {
	float: right;
	background-color: #fff;
	margin: .5em 0 -.5em 1.2em;
}
div.flottantCentre {
	margin: 1.3em auto;
	background-color: #fff;
}
p.legendeImage {
	font-size: .9em;
	line-height: 130% !important;
	color: #999;
	width: 95%;
}
p.legendeImage span.creditImage {
	color: #ccc;
	display: block;
	clear: both;
}
div.signature p {
	font-style: italic;
	text-align: right;
	margin: 1em 2em 1em 0;
	padding: .5em 0 .5em 1em;
	border-left: 1px solid #0099FF;
	float: right;
}


div#colCentre a {
	color: #222;
}
div#colCentre a:hover {
	color: #000;
	text-decoration: none;
}
.couleur1 {
	color: #FF6600;
}
.couleur2 {
	color: #0099FF;
}

/*	-----------------------------------------------------------
--	colCentre : accueil
------------------------------------------------------------ */
div#colCentre.accueil p {
	margin: 0 0 .7em 0;
	color: #007eb4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 140%;
}
div#colCentre.accueil p a {
	color: #007eb4;
}
div#colCentre.accueil ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin: 0 0 .7em 0;
	padding: 0;
	color: #ff4911;
	line-height: 140%;
	list-style-position: inside;
	list-style-type: none;
}
div#colCentre.accueil ul ul {
	font-size: .85em;
	margin: 0 0 .7em 0;
	padding: 0 0 0 1.4em;
	line-height: 140%;
}
div#colCentre.accueil li {
	background: url(../img_layout/accueil_puce.gif) left .55em no-repeat;
	padding: 0 0 .3em 1em;
}
div#colCentre.accueil ul a {
	color: #ff4911;
}


/*	-----------------------------------------------------------
--	colDroite : image, abo lettre d'information, actualites
------------------------------------------------------------ */
div#colDroite {
	float: right;
	width: 280px;
	margin-top: 2.85em;
}
div.preActualites {
	/* rien */
}
div.preActualites {
	width: 275px;
	padding-bottom: 2px;
	margin-bottom: 1em;
	background: url(../img_layout/coldroite_photo_bg.gif) center bottom no-repeat;
}
div.preActualites img {
	display: block;
}
div.preActualites div.flottantGauche,
div.preActualites div.flottantDroite,
div.preActualites div.flottantCentre {
	background: none;
	margin: 0 auto;
	float: none;
}
div.preActualites p.legendeImage {
	display: none;
}


div.bulletin {
	width: 275px;
	background: url(../img_layout/coldroite_bg_petit.gif) center bottom no-repeat #F5F5F5;
	padding-bottom: 2.5em;
	margin-bottom: 1em;
}
div.bulletin h4 {
	background: url(../img_layout/lettreinfo_bg.gif) center top no-repeat;
	padding: 1.6em 0 2.6em 1.8em;
	font-size: 1.1em;
	line-height: 120%;
	color: #fff;
	margin-bottom: .1em;
}
div.bulletin h4 a {
}
form.bulletinForm,
fieldset.bulletinField {
	border: none;
	padding: 0 .5em;
}
div.bulletin label {
	font-size: 1.1em;
	margin-right: 1em;
}
input.bulletinChamp {
    font-size: 11px;
	color: #4d4d4d;
    height: 16px;
    width: 15.7em;
    display: block;
    padding: 4px 0 0 7px;
	margin: 5px 1em 0 0;
    border: 1px inset #dccfd3;
	float: left;
	font-style: italic;
}
input.bulletinChamp:hover,
input.bulletinChamp:focus {
	background-color: #fff;
	font-style: normal;
}
input.bulletinOK {
	padding: 0 .7em;
	margin-top: 4px;
}



div#actualites {
	width: 275px;
	background: url(../img_layout/coldroite_bg.gif) center bottom no-repeat #F5F5F5;
}
div#actualites h4 {
	background: url(../img_layout/actualite_bg.gif) center top no-repeat;
	padding: 1.6em 0 2.6em 1em;
	font-size: 1.1em;
	line-height: 120%;
	color: #fff;
}
div#actualites h4 a {
	color: #fff;
	padding: .2em .9em;
}
div#actualites h4 a:hover {
	background-color: #fff;
	color: #000;
}
div#actualites ul {
	list-style-type: none;
	padding: 1em 1em 0;
}
div#actualites li {
	background: url(../img_layout/actualites_puce.gif) left 3px no-repeat;
	padding: 0 0 1em 1.5em;
	line-height: 130%;
}
span.actuTitre {
	font-weight: bold;
}
span.actuDate {
	font-weight: normal;
	color: #666;
	display: block;
}
span.actuLieu {
	font-weight: normal;
	color: #666;
	display: block;
}
div#actualites a {
	text-decoration: none;
}
div#actualites li a:hover {
	background-color: white;
}
a span.actuTitre {
	color: #000;
}
div#actualites p a {
	background: url(../img_layout/actualites_toutes_simple.gif) left top no-repeat;
	padding: 0 0 1.5em 2em;
	margin: 0 0 0 1em;
	display: block;
	color: #000;
	font-weight: bold;
}

/*	-----------------------------------------------------------
--	colCentre : actualite
------------------------------------------------------------ */
div#colCentre.actualitesBox {
	/* reminder */
}
div#colCentre.actualitesBox h2 {
	background: url(../img_layout/actualites_toutes_simple.gif) left 1px no-repeat;
	padding: 0 0 0 2em;
	line-height: 140%;
	font-size: 1.1em;
	color: #000;
}
div#colCentre.actualitesBox h2 a {
	display: block;
}
div#colCentre.actualitesBox p {
	margin: .2em 0 1em 0;
	line-height: 140%;
}
div#colCentre.actualitesBox span.actuTitre {
	font-weight: bold;
}
div#colCentre.actualitesBox span.actuDate,
div#colCentre.actualitesBox span.actuLieu {
	margin-left: 2.2em;
	display: block;
}
div#colCentre.actualitesBox div.actuDesc {
	margin-left: 2.2em;
	display: block;
}

/*	-----------------------------------------------------------
--	colCentre : navigation entre plusieurs pages
------------------------------------------------------------ */
div.naviBoutons {
	margin: 0 0 1.6em 0;
	font-weight: bold;
	padding: 0 0 .2em 0;
	border-bottom: 1px #eee solid;
}
.bas { /* placement en bas de page */
	margin: 1.5em 0 0 0 !important;
	padding: .6em 0 0 0 !important;
	border-top: 1px #eee solid;
	border-bottom: none !important;
}
div.naviBoutons span.pageNumero a {
	padding: 0 .5em;
	font-weight: normal;
}
div.naviBoutons a {
	background-repeat: no-repeat;
	color: #FF6600 !important;
}
div.naviBoutons a:hover {
	color: black !important;
}
div.naviBoutons a.precedent,
div.naviBoutons a.retour {
	background: url(../img_layout/bouton_precedent.gif) left 3px no-repeat;
	padding-left: 1.8em;
	margin: 0 .8em 0 0;
}
div.naviBoutons a.retourPageMaitre {
	background: url(../img_layout/bouton_precedent.gif) left 3px no-repeat;
	padding-left: 1.8em;
	margin: 0 .8em 0 0;
}
div.naviBoutons a.suivant {
	background: url(../img_layout/bouton_suivant.gif) right 3px no-repeat;
	padding-right: 1.9em;
	margin: 0 0 0 .8em;
}
div.naviBoutons a.dateToutes {
	background: url(../img_layout/actualites_toutes_double.gif) left top no-repeat;
	padding-left: 3.2em;
	margin: 0 0 0 .8em;
}

/*	-----------------------------------------------------------
--	formulaires
------------------------------------------------------------ */
form.formulaire {
    margin: 22px 0;
	width: 98%; /* largeur souhaitable 455px */
}
fieldset.field {
    border: 1px dotted #cccccc;
    margin: 0 5px 16px 0;
	padding: 11px 12px 22px 22px;
}
legend.legend {
    margin: 0 0 0 11px;
    padding: 0 11px;
    background-color: white;
	font-weight: bold;
}
label.labelFlottant {
	font-size: 11px;
	color: #4d4d4d;
	line-height: 20px;
}
label.labelUneLigne {
	font-size: 11px;
	color: #4d4d4d;
    display: block;
    width: 100%;
    margin: 12px 0 3px;
}
input.radioFlottant {
	font-size: 11px;
	color: #4d4d4d;
	padding-right: 5px;
}
input.inputUneLigne {
	font-size: 11px;
	color: #4d4d4d;
    display: block;
    width: 100%;
    height: 18px;
    padding-top: 4px;
    border: 1px inset #dccfd3;
}
input.inputUneLigne:focus,
textarea.area:focus {
	background-color: #F9F8F9;
}
input.casecarree {
	/* laisser vide */
}
label.labelFlottantcase {
	font-size: 11px;
	color: #4d4d4d;
	line-height: 20px;
	padding-left: 8px;
}
textarea.area {
    width: 100%;
    height: 75px;
    border: 1px inset #dccfd3;
	font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
.obligatoire {
	color: #ed1c24 !important;
}
form#contactsForm div.col {
	width: 45% !important;
	float: left;
}
form#contactsForm .pos01 {
	/* rien */
}
form#contactsForm .pos02 {
	padding-left: 2.5em;
}
form#contactsForm div.colUnique {
	width: 97%;
	padding: 0 10px 1.5em 0;
}
input.boutontype1 {
	margin-top: 2em;
	height: 24px;
	display: block;
	padding: .1em 1em .4em;
	float: left;
	background-color: #F2F2EF;
	border: 1px solid #D8D8D5;
	-moz-border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
input.boutontype1:hover {
	background-color: #fff;
	color: #000;
}
input.boutonRaz {
	font-weight: normal;
	margin-right: 2em;
}
p.mentionObligatoire {
	padding: 1em 0 0 0;
}


/*	-----------------------------------------------------------
--	footer
------------------------------------------------------------ */
div#footer {
	margin-top: 1em;
	padding: 1.8em 0 0 0;
	height: 74px;
	clear: both;
	width: 100%;
	background: url(../img_layout/footer_bg.gif) left top repeat-x;
	border-top: 1px dotted #ccc;
}
div#footer ul {
	background: url(../img_layout/footer_navi_bg.gif) center top no-repeat;
	list-style-type: none;
	line-height: 140%;
	text-align: center;
	white-space: nowrap;
	padding: 1.6em 0 2em 0;
	color: #fff;
}
div#footer li {
	list-style-type: none;
	line-height: 140%;
	display: inline;
}
div#footer strong {
	color: #aaa;
}
div#footer a {
	color: #e9e9e9;
	margin: 0 .7em;
	padding: 0 .5em;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
}
