/*__________________________________________________________________________________________________________________________

Cette feuille de style contient les styles d'impression de la page d'accueil :
1. Menu de gauche
2. Visuel central
3. Actualités
4. Pied de page
__________________________________________________________________________________________________________________________*/


/*__________________________________________________________________________________________________________________________

POUR VERIFIER LES EVENTUELS PBS DE MISE EN PAGE : VISUALISATION DU DECOUPAGE 
__________________________________________________________________________________________________________________________
table {border: 1px solid black;}
td {border: 1px dotted gray;}
div {border: 1px solid orange;}
img, form {border: 1px dashed blue;}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow;}
ul {border: 1px solid green;}
li {border: 1px solid lightgreen;}
a {border: 1px solid red;}
*/

/*__________________________________________________________________________________________________________________________

      1. PROPRIETES DE L'IMPRESSION
__________________________________________________________________________________________________________________________*/

body
{	
	/* Dimensions et positionnement */
	/* Marges */
	margin: 0 ;
	padding: 0;
	/* Texte */
	text-align: left;
	/* Décoration */
	background: transparent;
}

/* ________________________________ Supression du bug ________________________________ */		
img
{
	/* ___Dimensions et positionnement */
	display: block;
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration */
}

a img
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration */
	border: 0;
}

/* ________________________________ Bloc qui contient l'ensemble du site ________________________________ */		
#conteneur
{
	/* ___Dimensions et positionnement*/
	width: 760px; 
	/* ___Marges */
	margin: 0 auto;
	padding: 0;
	/* ___Texte */
	text-align: left;
	/* ___Décoration */
	background: url(../images/commun/ombre_page.jpg);
}

/* ________________________________ Bloc qui contient tout le contenu ________________________________ */
#contenu
{
	/* ___Dimensions et positionnement  */
	width: 740px;
	/* ___Marges */
	margin: 0 10px;
	padding: 0;
	/* ___Texte */
	/* ___Décoration */
	background: #900D19;
	background: url(../images/contenu/dupli_gauche.gif) repeat-y;
}

/*__________________________________________________________________________________________________________________________

      2. ENTETE
__________________________________________________________________________________________________________________________*/

#entete
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0 10px;
	/* ___Texte */ 
	/* ___Décoration */
}

/* ________________________________ Logo du Plessis-Macé ________________________________ */
h1
{
	/* ___Dimensions et positionnement */
	float: left;
	height: 117px;
	/* ___Marges */
	margin: 0;
	padding: 0;
	/* ___Texte */ 
	/* ___Décoration */
}

h1 a
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */ 
	/* ___Décoration */
	border: 0;
}

h1 span
{
	/* ___Dimensions et positionnement */
	display: none;
	/* ___Marges */
	/* ___Texte */ 
	/* ___Décoration */
}

/* ________________________________ Menu pratique ________________________________ */
#menu_pratique
{
	/* ___Dimensions et positionnement 
	height: 18px;*/
	/* ___Marges */
	margin: 0;
	padding: 0;
	/* ___Texte */ 
	/* ___Décoration */
	list-style: none;
	background: url(../images/commun/fd_menu_pratique.jpg) top left no-repeat;
	background-color: #F48F1E;
}

#menu_pratique li
{
	/* ___Dimensions et positionnement */
	display: inline;
	/* ___Marges */
	margin: 0;
	padding: 0 5px 0 8px;
	/* ___Texte */ 
	/* ___Décoration */
	background: url(../images/commun/puce_menu_pratique.gif) top left no-repeat;
}

#menu_pratique li a
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */ 
	color: #900D19;
	font-size: 0.8em;
	/* ___Décoration */
	text-decoration: none;
}

/* ________________________________ Image bienvenue au château ________________________________ */
.bienvenue
{
	/* ___Dimensions et positionnement */
	float: left;
	/* ___Marges */
	/* ___Texte */ 
	/* ___Décoration */
}

/* ________________________________ Logo sur la piste de l'enfant roy ________________________________ */
.logo_enfant_roy
{
	/* ___Dimensions et positionnement */
	float: right;
	width: 69px;
	/* ___Marges */
	/* ___Texte */ 
	/* ___Décoration */
}

#spacer
{
	/* ___Dimensions et positionnement 
	clear: both;*/
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration */
}


/*__________________________________________________________________________________________________________________________

      1. MENU GAUCHE
__________________________________________________________________________________________________________________________*/

#contenu
{
	/* ___Dimensions et positionnement 
	clear:both;*/
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration */
	background: #901119;
}

/*______________________________________________ Menu gauche ______________________________________________ */
#menu_gauche_index
{
	/* ___Dimensions et positionnement */
	float: left;
	clear: left;
	width: 271px;
	/* ___Marges */
	margin: 0;
	padding: 15px 0 0 0;
	/* ___Texte */
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 3em;
	/* ___Décoration */
	list-style: none;
	background: url(../images/index/fd_menu_gauche.gif) top left no-repeat;
}

#menu_gauche_index a
{
	/* ___Dimensions et positionnement */
	display: block;
	/*width: 100%;*/
	height: 40px;
	/* ___Marges */
	margin-left: 13px;
	padding-left: 12px;
	/* ___Texte */
	color: #900D19;
	/* ___Décoration */
	background: url(../images/index/puce_menu_gauche.gif) 0px 15px no-repeat;
	text-decoration: none;
}

.firstletter
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	font-size: 1.4em;
	/* ___Décoration */
}

/*__________________________________________________________________________________________________________________________

      2. VISUEL CENTRAL
__________________________________________________________________________________________________________________________*/


#visuel_index
{
	/* ___Dimensions et positionnement */
	float: left;
	position: relative;
	width: 276px;
	height: 322px;
	/* ___Marges */
	margin: -40px 0 0 0;
	padding: 0;
	/* ___Texte */
	/* ___Décoration */
}

/*__________________________________________________________________________________________________________________________

      3. ACTUALITES
__________________________________________________________________________________________________________________________*/


#actualites
{
	/* ___Dimensions et positionnement */
	float: right;
	position: relative;
	width: 193px;
	/* ___Marges */
	margin: -40px 0 0 0;
	padding: 0 0 35px 0;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/bas_actu.gif) bottom left no-repeat;
}

#actualites h2
{
	/* ___Dimensions et positionnement 
	height: 40px;*/
	/* ___Marges */
	margin: 0;
	padding: 13px 0 0 0;
	/* ___Texte */
	color: #900D19;
	font-size: 1.2em;
	text-align: center;
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	/* ___Décoration */
	background: url(../images/index/fd_titre_actus.gif) top left no-repeat;
}

#actualites p
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0 8px 0 5px;
	padding: 5px;
	/* ___Texte */
	font-size: 0.85em;
	text-align: left;
	/* ___Décoration */
	background: #EDE7DF;
}

#actualites a
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	padding-left: 12px;
	/* ___Texte */
	color: #F48F1E;
	font-weight: bold;
	/* ___Décoration */
	background: url(../images/index/puce_actu.gif) top left no-repeat;
}

#actualites img
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0 auto;
	/* ___Texte */
	/* ___Décoration */
	border: 1px solid #f93;
}

/*__________________________________________________________________________________________________________________________

      4. PIED DE PAGE
__________________________________________________________________________________________________________________________*/

#pied 
{
	/* ___Dimensions et positionnement 
	clear:both;*/
	height: 21px;
	/* ___Marges */
	margin: 0;
	padding: 0;
	/* ___Texte */
	font-size: 1px; /* supprime un bug qui permet à la hauteur d'être plus petite que la hauteur du texte */  
	/* ___Décoration */
	background: url(../images/index/pied.gif) top left no-repeat;
}