/***********************************************/
/*  Doyenné de Mordelles                       */
/*  site.css                                   */
/*  CSS pour le site (partie publique)         */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0 auto;
	padding: 0;
}

img {border:0;}

a {color: #76bad8;}
a:hover {color: #2F6C77;}
  
p {
	padding: 5px 0;
	margin:0;
}

li {list-style: none;}

h1 {
	font: bold 18px Tahoma,sans-serif;
	color: #76bad8 ;
	border-bottom: solid thin; 
	text-align: left;
	margin: 5px 0;
	padding:0;
}
h2 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #2F6C77;
	margin:0;
	margin-top:10px;
}
h2 a {
    text-decoration:none;
	border:0;
}


h2 a:hover {
	border-bottom: 1px dashed;
}



h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #76bad8 ;
	margin:0;
	margin-top:5px;
}
h4 {
	font-size: 12px;
	color: #76bad8;
	margin:3px 0;
	padding:0;
	text-align:right;
}

h5 {
    font: italic 10px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0;
	padding: 0; 
}

h6 {
    font: bold ;
	font-size: 12px;
	color: #2F6C77;
	text-decoration:underline;
	margin:10px 0; 
}

.img:link, a.image:visited, a.image:active, a.image:hover {border:0;
border-bottom-style:none;} /*On crée une classe image pour éviter les problèmes de surlignement d'images*/

form,input {margin: 0; padding: 0; display: inline;}

input {
	background-color:#FFFFFF;
	border: 2px solid #76bad8;
}

form p {
	padding-right: 5px;
	padding-bottom: 0px;
	text-align:right;
	font-size: 13px;
	font-weight: bold;
	color: #2F6C77; 
}


table
{
	margin:auto;
	border-collapse:collapse;
	border: 2px solid #2F6C77;
}

th, td
{
	border:1px solid #2F6C77;
	text-align:center;
	padding:2px;
}

th
{
	color:#2F6C77;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:12px;
	border-bottom-width:3px;
}

/***********************************************/
/***********************************************/
/* LAYOUT DIV                                  */
/***********************************************/
/***********************************************/

#global { /*Englobe toutes les divs*/
    width: 900px;
	height:100%;
	min-height: 570px;
    background-color: #ffffff;
	border: 5px solid #76bad8;
	margin: 5px auto; /*Le contenu toujours centré sur la page*/
	padding: 0;
}

/***********************************************/
/* HAUT DU SITE                                */
/***********************************************/

/* ******* Bannière ******* */
	   
#bandeau {
	padding: 0;
	width: 900px;
	height:90px;
	background:url('../images/site/bandeau.jpg') no-repeat;
}

#bandeau span { /*empêcher de voir  texte derrière l'image display:none aurait été la solution, mais tous les navigateurs ne l'accepte pas. Le texte sert à la bonne navigation et à un meilleur référencement éventuel*/
	position:absolute;
	left:-5000px;
	top: -5000px;
	text-indent: -5000px;
}

/************* #entete*************/

#entete {
	padding: 0 10px 0 35px;
	margin-bottom:5px;
	height:18px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #76bad8 ;
}
#titreaccueil {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}
#date {float:right;}

/************* #englobe le menu, le contenu modifiable et la zone de droite*************/

#globalcontenu {
	padding: 0 5px;
	margin:0;
}

/***********************************************/
/* MENU                                        */
/***********************************************/
#menu {
	float: left;
	width: 160px;
	margin:0;
    margin-right: 10px;
	margin-bottom:5px;
	padding: 0px;
	background-color: #e6f3f8;
	border: 2px solid #76bad8;
}

/************** #menu styles ***************/
#menucontenu h1 {
    color: #fff;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	margin: 1px;
	text-decoration: none;
	display: block;
	border: 2px solid #fff;
	padding: 2px 5px;
	background-color:#76bad8;
}
#menucontenu ul {

	margin: 0; 
	padding: 3px 5px 5px 10px;
}
#menucontenu li {
	font: 12px Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 100%;
	padding-bottom: 3px;
}	

#menucontenu li a {
	color: #000000;
	text-decoration: none;
}

#menucontenu li a:hover {
    font-weight:bold; 
	color: #2F6C77;
	border-bottom: 1px dashed #76bad8;
}

/***********************************************/
/* ZONE A DROITE                               */
/***********************************************/
#zonedroite {
    float: right;
	width: 175px;
	margin:0;
	margin-left: 10px;
}
#textezonedroite {
    font-size: 12px;
	color: #333333;
	margin: 0;
    padding:0 3px;
	text-align:justify;
}

#textezonedroite h1 {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #2F6C77;
	border-bottom: 1px solid #76bad8;
	margin:0;
	padding:0;
}

#textezonedroite h2 {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #2F6C77;
    border-bottom: 1px solid #76bad8;

}

#textezonedroite ul {
	color: #333333;
	margin:0;
	margin-top:5px;
	padding:0;

}

#textezonedroite li {
	padding:3px 0;
	border-bottom: 1px dashed #76bad8;
}

#textezonedroite li a {
	color: #333333;
}

#textezonedroite li a:hover {
	color: #2F6C77;
}



/************** #Fond bleu de la zone de droite ***************/
#fondbleu {
    background-color: #76bad8;
}

/************** #arrondis haut et bas foncés ***************/

#haut, #bas {
	height: 5px;
	width: 175px;
	margin:0;
	font-size: 1px;
	background-repeat:no-repeat;
}
#haut {background: url('../images/site/menudroite-haut.jpg');}
#bas {background: url('../images/site/menudroite-bas.jpg');}

/************** #englobe les 2 zones texte ***************/
#contenuzonedroite1, #contenuzonedroite2 {   
	background-color: #e6f3f8;
	margin:0 5px;
	width: 165px;
}
#contenuzonedroite1 {margin-bottom:5px;}

/************** #arrondis haut et bas clairs ***************/
#clairhaut, #clairbas {   
	height: 5px;
	width: 165px;
	margin:0;
	padding:0;
	font-size: 1px;
	background-repeat:no-repeat;
}
#clairhaut {background: url('../images/site/menudroite-clairhaut.jpg');}
#clairbas {background: url('../images/site/menudroite-clairbas.jpg');}

/************** #Image pasto des jeunes ***************/

#pasto a {
display:block;
margin: 10px 0;
height: 100px;
border:0;
text-decoration: none;
background:url('../images/site/pastojeunes.jpg') no-repeat;
}

#pasto a:hover { /*Effet d'image survolé*/
	background:url('../images/site/pastojeunessurvol.jpg') no-repeat;
}

#pasto span { /*empêcher de voir  texte derrière l'image display:none aurait été la solution, mais tous les navigateurs ne l'accepte pas. Le texte sert à la bonne navigation pour l'image survolée*/
position:absolute;
left:-5000px;
top: -5000px;
text-indent: -5000px;
}


/***********************************************/
/* CONTENU MODIFIABLE                            */
/***********************************************/
	
	
#contenu /*Englobe la zone modifiable*/
{
	
    overflow: hidden; /*place le div du centre en fonction de ceux des cotés, quelque soit la taille de ceux ci ---> pour les pages sans zone droite */
	margin:0; /*les marges sont au niveau du menu et de la zone droite pour une parfaite intrerprétation suivant les navigateurs*/
	margin-bottom:5px;
	font-size: 12px;
	text-align: inherit;
}


#contenu a:hover {
	color: #2F6C77;
	font-weight: bold;
}

#contenu h2 a {
	color: #2F6C77;
}

#contenu h5 {
    font-size: 11px;
}

#contenu img {
	
	margin: 2px;
	border:0;
}

#carte {
	display:block;
	width:321px;
	height:200px;
	margin: 0 auto;
}

#ligne {
	height:6px;
	width:250px;
	margin:10px auto;
	background-image: url(../images/site/barreseparation.jpg);
	background-repeat:no-repeat;
}

#contact {
	float:left;
	width:47%;
	/*border-right:2px solid #2F6C77;*/
	padding: 0 5px;
}

#evnmt {
	float:left;
	width:47%;
	padding: 0 5px;
	border-left:2px solid #2F6C77;

}

#contact h2, #evnmt h2 {

	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #2F6C77;
	border-bottom: 1px solid #76bad8;
}
/***********************************************/
/* PIED DE PAGE                                */
/***********************************************/

#pied {
	clear: both;
	background-color: #e6f3f8;
	font-size: 11px;
	height:15px;
	margin:0;
	padding: 2px 10px;
}

#pied a {color: #333333;}

#pied  a:hover {color: #2F6C77;}

#copyright {
float:left;
text-align:left;
width:45%; }

#piedliens {
float:left;
text-align:left;
width:55%;
}


/***********************************************/
/* PAGINATION                                  */
/***********************************************/

ul.pagination {
    text-align: center;
}

ul.pagination li {
    display: inline;
    margin: 10px 5px;
    padding: 5px;
    text-align: center;
}

ul.pagination li.page-courante {
    font-weight: bold;
}


/*---------------------------------------------------*/
/*------------------ INFOS BULLES -------------------*/
/*---------------------------------------------------*/
.infobulle {
    position: absolute;   
    visibility : hidden;
	color: #333333;
    border: 1px solid #333333;
    padding: 5px;
    font-family: Verdana, Arial;
    font-size: 11px;
	text-align:left;
    background-color: #e6f3f8;
	max-width:150px;
	z-index:100;
}
