/* ----------------- feuille de styles CSS ---------------------*/

/* Ce fichier définit les styles visuels des différents éléments des pages.
 * Dans l'ordre, avec le noms des blocs principaux :
 * - balises html generales
 * - textes
 * - global (960 px à gauche)
	 *- retour_index {image trnsparente pour le lien)
	 * - banniere
	 * - contenu-global 
		 * - miseenrelation
		 * - girafe
	 	 * - gardeenfants
	* - coordonnees
	* - liens techniques

*/


/* balises html generales
============================================================ */

* {
}
	
body {
	font-family:"Comic Sans MS";
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #930;
	background-color: #fc9;
}

h1 {
	color: #005826;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

h2 {
	font-size: 18px;
	text-align: center;
}

h3 {
	color: #f03;
}

h4 {
	margin-top: 10px;
	margin-left: 380px;
}

p {
	margin-top: 0px;
	text-align: center;
}

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

a:hover {
	color: #f03;
	font-weight: bold;
	text-decoration: underline overline;
}

.gras-orange {
	font-weight: bold;
	color: #f03;
}


/* les grands blocs
============================================================ */

#global {
	width:960px;
	position: relative;
}

#retour_index {
	height: 100px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#banniere {
	height: 132px;
	background-image: url(../images/header-vert-orange.jpg);
}

/*--------------- bloc avec contenu texte ---------------*/

#bloc-caleur { /* sert à caler la page à cause des 3 blocs en absolu sortis du flux */
	height: 360px;
}

#contenu {
	/*pages autres que index */
	width: 930px;
	padding: 15px;
}

#contenu p {
	text-align: justify;
}

#miseenrelation {
	/*page index */
	width: 300px;
	height: 360px;
	position: absolute;
	top: 132px;
}

#girafe {
	/*page index */
	width: 200px;
	height: 336px;
	float: left;
	position: absolute;
	left: 310px;
	top: 132px;
}

#gardeenfants {
	/*page index */
	width: 400px;
	height: 360px;
	background-image: url(../images/balancoire-orange.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 360px;
	position: absolute;
	left: 560px;
	top: 132px;
}

li {
	list-style-image: url(../images/etoile-rose-a.gif);
	font-size: 12px;
}

a.lien-rubrique1:link, a.lien-rubrique1:visited, a.lien-rubrique1:active {
	font-size: 1.4em;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a.lien-rubrique1:hover {
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: underline overline;
}


a.lien-rubrique2:link, a.lien-rubrique2:visited, a.lien-rubrique2:active {
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

a.lien-rubrique2:hover {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline overline;
}

.nolink {
	font-size: 0.9em;
	font-weight: bold;
	color: #f03;
	text-decoration: none;
}

/*--------------- bloc coordonnees ---------------*/

#coordonnees {
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #f03;
	background-image: url(../images/fond_pied_page.jpg);
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	height: 160px;
}


/*--------------- bloc liens techniques ---------------*/

#liens_techniques {
	width: 950px;
	text-align: right;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	font-size: 0.6em;
}

a.liens_tech:link {
	font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

a.liens_tech:visited, a.liens-tech:hover, a.liens-tech:active {
	color: #000;
	text-decoration: none;
}

/*----------------------------------------------------
                pages autres que index
----------------------------------------------------*/

table#tarifs {
	border: 2px solid #c30;
	border-collapse: collapse;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

table#tarifs thead {
	font-weight: bold;
	text-align: center;
}


table#tarifs td, th {
	border: thin solid #c30;
}

table#tarifs tbody th {
	text-align: left;
	text-indent: 15px;
	font-weight: normal;
}

table#tarifs td {

}
#contenu #sous-menu {
	text-align: center;
}
