/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	text-decoration: none;
	list-style: none;
}

body {
	background: #000 url(../img/bg_body.jpg) no-repeat center 250px;
	font-family: "Myriad Pro", Arial, sans-serif;
}

div.zoneUtile {
	width: 995px;
	margin: 0 auto;
}

.message_erreur {
	color: red;
}

.jaune {
	color: #D78106;
	font-weight: bold;
}
.rouge {
	color: #920038;
}
.gris {
	color: #8f8f8f;
}



/***************************/
/*         BANDEAU         */
/***************************/
div#bandeau {
	color: #fff;
}
div#bandeau div.zoneUtile {
	/*background: url(../img/image_bandeau.gif) top right no-repeat;*/
	overflow: hidden;
	height: auto;
}
div#bandeau a#logo {
	display: block;
	float: left;
	width: 156px;
	height: 85px;
	margin: 30px 15px 0 15px;
	background: url(../img/saint-gregoire.gif) no-repeat;
}
div#bandeau a#logo span {
	display: none;
}
div#bandeau div#animFlash {
	float: right;
	width: 703px;
}

div#bandeau hr {
	visibility: hidden;
	border: 0 none;
	margin: 105px 0 0 0;
	_margin: 95px 0 0 0;
}
div#bandeau div#meteo {
	float: left;
	width: 40%;
	margin: 0 0 0 15px;
}
div#bandeau div#meteo img {
	vertical-align: top;
	margin: 0 7px 0 0;
}
div#bandeau div#meteo span.temperature {
	font-size: 1.3em;
	font-weight: bold;
}
div#bandeau  div#meteo span.date {
	font-size: 0.9em;
}
div#bandeau  div#meteo span.saint {
	font-size: 0.7em;
	font-style: italic;
}
div#bandeau div#outilsSite {
	float: right;
	width: 23%;
	margin: 15px 15px 0 0;
}
div#bandeau div#outilsSite a {
	color: #FFF;
	font-size: 0.7em;
}


div#bandeau div#monStGregoire {
	float: left;
	width: 30%;
	padding: 0 0 0 20px;
	background: url(../img/picto_profil.gif) no-repeat;
}
div#bandeau div#monStGregoire span.qui {
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	display: block;
}
div#bandeau div#monStGregoire span.connectStGreg {
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	display: block;
}
div#bandeau div#monStGregoire span.connectStGreg a {
	font-size: 1.3em;
	font-style: normal;
	color: #FFFFFF;
}
div#bandeau div#monStGregoire span.connectStGreg a:hover {
	color: #990000;
}

/***************************/
/*      ACCES RAPIDE       */
/***************************/
div#accesRapide {
	background: #920038 url(../img/bg_accesRapide.gif) top left repeat-x;
	overflow: hidden;
	height: 100%;
}
div#accesRapide a.boutonAcces {
	background: url(../img/bg_boutonAcces.gif) no-repeat right 3px;
	display: block;
	float: left;
	width: 100px;
	color: #fff;
	font-size: 0.9em;
	padding: 5px 15px 5px 60px;
	
}
div#accesRapide div#acces {
	display:none;
}

div#accesRapide div#acces ul {
	background: url(../img/pic_acces_ouvert.gif) no-repeat;
	float: left;
	font-size: 0.8em;
	padding: 0 0 0 18px;
}
div#accesRapide div#acces ul li {
	float: left;
}
div#accesRapide div#acces ul li h2 {
	font-size: 100%;
	font-weight: normal;
}
div#accesRapide div#acces ul li a {
	background: #545454 url(../img/bg_acces.gif) repeat-x;
	display: block;
	width: auto;
	padding: 6px 10px;
	color: #fff;
	border-right: 1px solid #797878;
}
div#accesRapide div#acces ul li a:hover {
	background: #545454 url(../img/bg_acces_on.gif) no-repeat;
	color: #000;
}

/***************************/
/*        RECHERCHE        */
/***************************/
form#rech {
	float: right;
	padding: 5px 20px 0 0;
	width: 180px;
}
form#rech fieldset legend, form#rech fieldset label {
	display: none;
}
form#rech fieldset input{
	background: #fff;
	border: solid 1px black;
}
form#rech fieldset input.bouton{
	background: #920038;
	border: none 0px;
	color: #fff;
	font-weight: bold;
}


/***************************/
/*  STRUCTURE DE LA PAGE   */
/***************************/
div#contenu {
	background: url(../img/bg_contenu.gif) no-repeat;
	overflow: hidden;
	clear: both;
	height: 100%;
	width: 1024px;
	margin: 0 auto;
}


/* calameo dans colonne gauche */
div#contenu div#mensuel {
	width: 230px;
	height: 273px;
	background: url(../img/bg_mensuel.gif) no-repeat;
	padding: 40px 0 0 0;
}
div#contenu div#mensuel h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 60px;
}
div#contenu div#mensuel div {
	margin: 0 0 0 8px;
}
/* twitter dans colonne de gauche */
div#contenu div#reseaux a.twitter {
	background: url(../img/pic_twitter.gif) no-repeat;
	margin: 0 0 0 60px;
	padding: 25px 0 0 0;
	display: block;
	color: #6bcce6;
	text-decoration: underline;
	font-size: 0.7em;
	font-weight: bold;
}
/* facebook dans colonne de gauche */
div#contenu div#reseaux a.facebook {
	background: #395896 url(../img/pic_facebook.gif) no-repeat center;
	margin: 20px 0 0 60px;
	padding: 2px;
	display: block;
	color: #fff;
	font-size: 0.9em;
	height: 48px;
	width: 125px;
	text-align: center;
}
div#contenu div#reseaux a.facebook span {
	display: none;
}
/* flickr dans colonne de gauche */
div#contenu div#reseaux a.flickr {
	background: url(../img/pic_flickr.gif) no-repeat center;
	margin: 20px 0 0 60px;
	padding: 2px;
	display: block;
	height: 41px;
	width: 103px;
}
div#contenu div#reseaux a.flickr span {
	display: none;
}

/* liens utiles dans colonne gauche */
div#contenu h2.titreLiensUtiles {
	font-size: 1em;
	font-weight: normal;
	margin: 20px 0 0 45px;
}
div#contenu ul#liensUtiles {
	margin: 0 0 20px 50px;
}
div#contenu ul#liensUtiles li {
	list-style-image: url(../img/puce_liste_liens.gif);
}
div#contenu ul#liensUtiles li a {
	color: #545454;
	font-size: 0.75em;
	padding: 0px;
}


/*----------------------*/
/*         page         */
/*----------------------*/
div#page {
	float: left;
	background: url(../img/bg_page.gif) no-repeat;
}



/*----------------------*/
/*     pied de page     */
/*----------------------*/
div#piedepage {
	background: #9e9e9e url(../img/bg_piedepage.gif) repeat-y 198px top;
	width: 960px;
	margin: 0 auto;
	border-top: solid 3px #920038;
}
div#piedepage p {
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding: 3px;
}
div#piedepage p a {
	color: #fff;
}
div#piedepage p a:hover {
	color: #000;
}
div#piedepage p a.rss {
	display: inline-block;
	background: url(../img/pic_rss.gif) no-repeat;
	width: 48px;
	height: 18px;
}
div#piedepage p a.rss span {
	display: none;
}
