/* CSS Document */

body {
	background-image: url(cdt_autour_bg.gif);
}	

#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 


/*Ci-dessous les trois principaux styles affectant la présentation du haut de page*/

/*l'image d'arrière plan - A personnaliser en incluant par exemple votre logo établissement */
#header { 
background: url(cdt_header.jpg) no-repeat ; 


}

.header_description a {
	color: #FFFFFF;
	font-size: 14px;
}

.header_description a:hover {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}
/*le titre - Le titre est "Cahier de textes" par défaut - Voir header.php */
.header_titre {	
	FONT-SIZE: 40px; 	
	color: #FFFFFF;
	FONT-FAMILY: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif; 
}

/*la description - Rubrique définie dans chacune des pages + le nom de l'enseignant s'il existe - Voir header.php */
.header_description {
	TEXT-ALIGN: center;
	font-size: 14px;
	color: #FFFFFF;

}



#header_archive { background: url(../../images/cdt_header_archive.jpg) no-repeat bottom center; }
#header_archive	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }


#footer { background: url(cdt_footer.jpg) no-repeat bottom; border: none;}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 755px;
	clear: both;
	height: 50px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
 
	}