/* CSS Document */

html,body{

}

body{
  margin:0px;
	padding:0px;
	font:1em Arial, Helvetica, sans-serif;
	background-color:#F7F4EA;
}

a:link, a:active, a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}

hr {
	border:1px solid white;
	border-top: 1px solid #CCCCCC;
}

h2 {
	text-align:center;
	color: #0066CC;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}

h2 span {
	color: #999;
}

h3{
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color: #0066CC;
	margin: 0px;
}

/* CSS Entete */

#Entete {
	background-image: url(/affichage/fond_entete.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
}

#Entete h1 {
	display: none;
}

.logo {
	height: 100px;
	width: 300px;
	float: left;
	background-image: url(/affichage/boule.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.logo a:link, .logo a:active, .logo a:visited {
	background-image: url(../_imgsglums2/logoglums2on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 100px;
	width: 300px;
}

/*.logo a:hover {
	background-image: url(../_imgsglums2/logoglums2off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}*/

.baseline {
	height: 100px;
	background-image: url(/affichage/titre.png);
	background-repeat: no-repeat;
	background-position: right top;
/*	width: 520px;  rajout des 3 lignes precedentes!!!!!!
	float: right;*/
	
}
/*
.baseline a:link, .baseline a:active, .baseline a:visited {
	background-image: url(affichage/titre.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 100px;
	width: 520px;
}

.baseline a:hover {
	background-image: url(affichage/titre.png);
	background-repeat: no-repeat;
	background-position: left top;
}
*/
#Bandeau {
	background-image: url(/affichage/bandeau.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
}

#OmbreBandeau {
	background-image: url(/affichage/FC.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
}

/********** CONTENEUR DU TEXTE PRINCIPALE ******************/

#BlocContenuPrincipale {
	height: 100%;
	width: 100%;
}

#BlocContenuPrincipaleCadreGauche {
	background-color: #FFFFFF;
	background-image: url(/affichage/FCG-g.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#BlocContenuPrincipaleCadredroite {
	background-image: url(/affichage/FCG-d.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 250px;
	padding-top: 25px;
	padding-right: 170px;
	min-height: 630px;
}

#BlocContenuPrincipaleCadredroiteColonne {
	background-image: url(/affichage/FCG-d.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 150px;
	padding-right: 166px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 400px;
}

#BlocContenuPrincipaleCadredroiteColonne p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding-bottom: 10px;
}

#BlocContenuPrincipaleCadredroiteColonne ul {
	margin: 0px;
	padding: 0px;
}

#BlocContenuPrincipaleCadredroiteColonne li {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 0px;
	list-style-type: none;
	height: 60px;
	width: 130px;
	font-size: 0.7em;
	display: block;
	background-image: url(../_imgsglums2/FondBtnFloatGlumsZone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #0066CC;
}

#BlocContenuPrincipaleCadredroiteColonne a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 50px;
	width: 120px;
	margin: 5px;
}

#Findebloc  {
	font-size: 0.7em;
	display: none;
}

#Findebloc a {
	padding: 5px;
	color: #0066CC;
	text-decoration: none;
}

#Compteur {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 2em;
	color: #0066CC;
}

#Compteur a:link, #Compteur a:active, #Compteur a:visited {
	text-decoration:none;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #EEE;
	padding: 3px;
	border: thin solid #CCCCCC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#Compteur a:hover {
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	background-color: #666;
	padding: 3px;
	border: thin solid #CCCCCC;
}

#Compteur span {
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	background-color: #0099CC;
	border: thin solid #0033CC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#BlocContenuPrincipaleCadredroite p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding-bottom: 10px;
}


#credit  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-bottom: 10px;
	background-color: #F5F5FF;
	padding-top: 5px;
	text-align: center;
}

#BlocContenuPrincipaleCadredroite p span {
	color: #666666;
	font-weight: bold;
}

#BlocContenuPrincipaleCadredroite p a {
	color: #0066CC;
	text-decoration: none;
}

#BlocContenuPrincipaleCadredroite p a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-right: 30px;
	padding-left: 40px;
	color: #666666;
}

#Formulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-right: 30px;
	padding-left: 40px;
	color: #666666;
}

#Formulaire span {
	color: #999;
}


#Formulaire form {}

#Formulaire input, textarea {
	width: 100%;
	border: thin solid #EEE;
}

#BlocContenuPrincipaleCadreHaut {
	background-image: url(/affichage/FCG-h.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 15px;
}

#BlocContenuCoinHautGauche {
	background-color: #F5F5FF;
	background-image: url(/affichage/FCG.png);
	background-repeat: no-repeat;
	background-position: 130px 0px;
	height: 15px;
	display: block;
	float: left;
	width: 170px;
}

#BlocContenuCoinHautDroite {
	background-color: #F5F5FF;
	background-image: url(/affichage/FCG.png);
	background-repeat: no-repeat;
	background-position: -90px 0px;
	height: 15px;
	display: block;
	float: right;
	width: 170px;
}

#BlocContenuPrincipaleCadreBas {
	background-color: #FFF;
	background-image: url(/affichage/FCG-b.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 15px;
}

#BlocContenuCoinBasGauche {
	background-color: #F5F5FF;
	background-image: url(/affichage/FCG.png);
	background-repeat: no-repeat;
	background-position: 130px -95px;
	height: 15px;
	display: block;
	float: left;
	width: 170px;
}

#BlocContenuCoinBasDroite {
	background-color: #F5F5FF;
	background-image: url(/affichage/FCG.png);
	background-repeat: no-repeat;
	background-position: -90px -95px;
	height: 15px;
	display: block;
	float: right;
	width: 170px;
}

#BlocFloatGauche {
	height: 220px;
	width: 250px;
	left: 0px;
	top: 170px;
	position: absolute;
	background-image: url(/affichage/FCF-g-m.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#BlocFloatGaucheEncartHaut {
	background-image: url(/affichage/FCF-g-ehb.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

#BlocFloatGaucheEncartMilieu {
	background-image: url(/affichage/FCF-g-em.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#BlocFloatGaucheEncartMilieu a:link,
#BlocFloatGaucheEncartMilieu a:active,
#BlocFloatGaucheEncartMilieu a:visited {
	margin-left: 40px;
	border: thin solid #EEE;
	display: block;
	margin-right: 28px;
}

 #BlocFloatGaucheEncartMilieu a:hover {
	border: thin solid #0066CC;
}

#BlocFloatGaucheEncartBas {
	background-image: url(/affichage/FCF-g-ehb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}

#BlocFloatGauche ul {
	margin: 0px;
	padding: 0px;
}

#BlocFloatGauche li {
	font-size: 1.3em;
	margin-right: 20px;
	margin-left: 005px;
	list-style-type: none;
	text-align: center;
	margin-bottom: 0px;
}

#BlocFloatGauche li a {
	text-decoration: none;
	display: block;
	border: thin solid #CCCCCC;
	color: #CCCCCC;
	background-color: #EEE;
}

#BlocFloatGauche li a:hover {
	text-decoration: none;
	display: block;
	border: thin solid #0033CC;
	color: #FFFFFF;
	background-color: #0099CC;
}

#BlocFloatDroite {
	width: 155px;
	right: 0px;
	top: 150px;
	position: absolute;
	background-image: url(/affichage/FCF-d-m.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#BlocFloatDroite ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#BlocFloatDroite li {
	font-size: 0.7em;
	margin-right: 25px;
	margin-left: 7px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

#BlocFloatDroite li strong {
	background-image: url(../_imgsglums2/puce_glums.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #0066CC;
	padding-left: 17px;
}

#BlocFloatDroite li a {
	text-decoration: none;
	color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

#BlocFloatDroite li a:hover {
	text-decoration: none;
	color: #0066CC;
}

#BlocFloatDroite form {
	margin-right: 25px;
	margin-left: 7px;
	margin-top: 10px;
	}

#BlocFloatDroite input {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

#BlocFloatHautDroite {
	height: 20px;
	background-image: url(/affichage/FCF-d-hb.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#BlocFloatBasDroite {
	height: 20px;
	background-image: url(/affichage/FCF-d-hb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#BlocFloatMention {
	height: 300px;
	left: 150px;
	top: 150px;
	position: absolute;
	font-size: 0.7em;
}

#BlocFloatMention {
	height: 20px;
	width: auto;
}

#BlocFloatMenu {
	height: 30px;
	left: 0px;
	top: 100px;
	position: absolute;
}

#GlumsZone {
	background-image: url(../_imgsglums2/glums_zone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 135px;
	display: block;
}

#GlumsZoneBtn1 a {
	background-image: url(/affichage/accueil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100px;
	display: block;
}


#GlumsZoneBtn1 a:hover {
	background-image: url(/affichage/accueil_v.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100px;
}

#GlumsZoneBtn2 a {
	background-image: url(/affichage/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100px;
	display: block;
}

#GlumsZoneBtn2 a:hover {
	background-image: url(/affichage/news_v.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100px;
}

#GlumsZoneBtn5 a {
	background-image: url(/affichage/forum.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100px;
	display: block;
}

#GlumsZoneBtn5 a:hover {
	background-image: url(/affichage/forum_v.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100px;
}

#GlumsZoneBtn34 a {
	background-image: url(/affichage/emploi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100px;
	display: block;
}

#GlumsZoneBtn34 a:hover {
	background-image: url(/affichage/emploi_v.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	
}

#bloc1 {
	height: 187px;
	width: 100%;
}

#bloc2 {
	width: 100%;
}

#gauche {
	float: left;
}

#droite {
	float: right;
}

#italique {
	font-style: italic;
}

#justifier {
	font-style: justify;
}

#centre {
	text-align:center;
}

#centre a {
	text-decoration: none;
	color: #ff6519;
	padding-top: 2px;
	padding-bottom: 2px;
}

#centre a:hover {
	text-decoration: none;
	color: #0066CC;
}

#pagination {
	text-align:center;
	color: #0066CC;
}

h4 {
	text-align:justify;
	color: #0066CC;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
}

#album-pagination {
	font-size: 0.8em;
	text-align: center;
}

#album-pagination a {
	text-decoration: none;
	color: #ff6519;
	padding-top: 2px;
	padding-bottom: 2px;
}

#album-pagination a:hover {
	text-decoration: none;
	color: #0066CC;
}

