html, body {height:100%;}
.centPourCent {height:100%;}
#global {
     position: relative;
	 margin: 0 auto;
	 width: 999px; /* largeur obligatoire pour être centré */
}
#bando {height:93px;}

#logo {
	position: absolute;
	left:0;
	width:345px;
}
#recherche {
	position: absolute;
	right:0;
}
#menu {height:45px; padding-bottom: 10px;}
.actuDate {
	color: #757575;
	font-size: 10px;
}
#gauche div {margin-bottom: 12px;}
#actusGenerales {
	background-color: #a5c232;
	background-image: url(images/titreAccueilActus.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#actusGenerales div {
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 40px;
	background-color: #fbffe9;
	color: #586913;
	font-size: 11px;
	margin-top: 5px;
}
#actusResidences, #actusRencontres, #actusEducation, #actusPatrimoine {padding-bottom: 15px;padding-top: 15px;}
#actusResidences div, #actusRencontres div, #actusEducation div, #actusPatrimoine div {
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 14px;
	font-size: 11px;
	margin-top: 5px;
	cursor:pointer;
}
#actusResidences p, #actusRencontres p, #actusEducation p, #actusPatrimoine p {padding:10px;}

#actusResidences {background-color: #A568C5;}
#actusResidences div {background-color: #F4DFFF;color: #55007F;}

#actusRencontres {background-color: #FD8F17;}
#actusRencontres div {background-color: #FFF3E6;color: #FD8F17;}

#actusEducation {background-color: #004696;}
#actusEducation div {background-color: #D9EBFF;color: #004696;}

#actusPatrimoine {background-color: #c81300;}
#actusPatrimoine div {background-color: #fde5e3;color: #c81300;}

#accueilResidencesActus p, #accueilRencontresActus p, #accueilEducationActus p, #accueilPatrimoineActus p { cursor:pointer;}
#accueilResidencesActus td, #boutonArchivesResidences { color: #55007F;}
#accueilRencontresActus td, #boutonArchivesRencontres { color: #e67802;}
#accueilEducationActus td, #boutonArchivesEducation { color: #004696;}
#accueilPatrimoineActus td, #boutonArchivesPatrimoine { color: #c81300;}
#boutonArchivesResidences {background-color:#f1e6f7; cursor:pointer; font-size:11px; text-align:right; font-weight:bold;}
#boutonArchivesRencontres {background-color:#fff2e5; cursor:pointer; font-size:11px; text-align:right; font-weight:bold;}
#boutonArchivesEducation {background-color:#e7f0fb; cursor:pointer; font-size:11px; text-align:right; font-weight:bold;}
#boutonArchivesPatrimoine {background-color:#fde5e3; cursor:pointer; font-size:11px; text-align:right; font-weight:bold;}

#actusGenerales p {
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
}
/*--- Cadre de sous menu --------------------------------*/
#cadreSousMenu {
	margin-bottom: 12px;
	line-height: 25px;
}
#cadreSousMenu a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 2px;
	text-decoration:none;
}
#cadreSousMenu a:hover {border-bottom:1px dashed;}
/*--- FIN Cadre de sous menu --------------------------------*/

/*--- Menu du site --------------------------------*/
#menuSite {
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
li a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 33px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 15px;
	padding-left: 14px;
}
li a:hover {
	line-height: 39px;
	padding-bottom: 10px;
	padding-right: 14px;
	padding-left: 13px;
	border:dashed 1px;
}
	/*--- boutons menu --------------------------------*/
	.boutonMenu, .boutonMenuResidences, .boutonMenuRencontres, .boutonMenuEducation, .boutonMenuPatrimoine, .boutonMenu_on, .boutonMenuResidences_on, .boutonMenuRencontres_on, .boutonMenuEducation_on, .boutonMenuPatrimoine_on {
		border-top-width: 4px;
		border-top-style: solid;
		float: left;
		background-repeat: repeat-x;
		height: 37px;
		text-align: center;
	}
	.boutonMenu {border-top-color: #a5c232;	background-image: url(images/boutonMenuFondVert.jpg);}
	.boutonMenuResidences {border-top-color: #9d62bb;background-image: url(images/boutonMenuFondViolet.jpg);}
	.boutonMenuRencontres {border-top-color: #ffa03b;background-image: url(images/boutonMenuFondOrange.jpg);}
	.boutonMenuEducation {border-top-color: #5c95d7;background-image: url(images/boutonMenuFondBleu.jpg);}
	.boutonMenuPatrimoine {border-top-color: #e95d4f;background-image: url(images/boutonMenuFondRouge.jpg);}
	.boutonMenu_on {border-top-color: #a5c232;}
	.boutonMenuResidences_on {border-top-color: #9d62bb;}
	.boutonMenuRencontres_on {border-top-color: #ffa03b;}
	.boutonMenuEducation_on {border-top-color: #5c95d7;}
	.boutonMenuPatrimoine_on {border-top-color: #e95d4f;}
	
	.boutonMenu a:hover, .boutonMenu_on a:hover {color: #a5c232;}
	.boutonMenuResidences a:hover, .boutonMenuResidences_on a:hover {color: #9d62bb;}
	.boutonMenuRencontres a:hover, .boutonMenuRencontres_on a:hover {color: #ffa03b;}
	.boutonMenuEducation a:hover, .boutonMenuEducation_on a:hover {color: #5c95d7;}
	.boutonMenuPatrimoine a:hover, .boutonMenuPatrimoine_on a:hover {color: #e95d4f;}
	/*--- FIN boutons menu --------------------------------*/
/*--- FIN Menu du site --------------------------------*/


#gauche {
	width: 273px;
}
#visuelImg {
	margin: 0px;
	padding: 0px;
}

#contenu { margin-left:10px;}
#barreBas {
	width: 999px;
	color: #01465f;
}
a {color: #01465f;}
a:hover {text-decoration: none;}


.txtGrisPetit {
	font-size: 10px;
	color: #757575;
}


body, div, tr, td, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txtVertClair {color: #c1dc32;}
.champForm {border: 1px solid #C1DC32;}
.txtvert {color: #586913;}
#encadreVertFonce {background-color: #829827;}
#encadreVertFonce p, #encadreVertFonce span {margin: 10px;}
#titrePage {
	font-size: 24px;
	color: #01465F;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #01465F;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.txtvertgd {font-size: 16px;color: #586913;}
.txtverttresgd {
	font-size: 24px;
	color: #1E7D3D;
}
.txtnoir {color: #000000;}
.txtnoirgd {
	font-size: 16px;
	color: #000000;
}
.txtVioletgd {
	font-size: 16px;
	color: #54007f;
}
.txtOrangegd {
	font-size: 16px;
	color: #e67802;
}
.txtBleugd {
	font-size: 16px;
	color: #004696;
}
.txtRougegd {
	font-size: 16px;
	color: #c81300;
}

.txtnoirmoyen {
	font-size: 14px;
	color: #000000;
}
.txtblanc {
	color: #FFFFFF;
}
.txtblancgd {
	font-size: 16px;
	color: #FFFFFF;
}
.txtblanctresgd {
	font-size: 24px;
	color: #FFFFFF;
}
a.lienblanc {
	color: #FFFFFF;
	text-decoration:none;
}
a.lienblanc:hover {
	text-decoration:underline;
}
hr {
	color: #497A8B;
	height: 1px;
	background-color: #497A8B;
}
.txtParDefaut {
	color: #01465F;
}
.txtblancPetit {
	font-size: 11px;
	color: #FFFFFF;
}


/* Ajouts par Benoît - octobre 2011 */

.sous_titre_edu {
	background-color: yellow ;
}

