/*
Feuille de style pour Couleur Caillou
*/

body{
	margin:0;
	border:none;
	padding:0;
	color:black;
	background-color: white;
	font-family:Arial, Verdana, Sans-Serif;
	}

a {
	color: maroon;
	text-decoration: none;
/*
	font-weight: bold;
*/
}

a:hover {
	color: white;
	background-color: maroon;
/*
	font-weight: bold;
*/
}

H1{text-shadow: 3px 3px 5px red; }

img{border:none;}

.legende1{
	text-align:center; 
	position:absolute;
	width:60%;
	left:10%;
	bottom:0;
	color: gray;
	font-style:italic;
	font-weight: bold;
	}

.bandeau_entete{
	position:absolute;
	top:0;
	left:0;
	height:90px;
	background-color:black;
	color:white;
	vertical-align:bottom;
	text-align:center;
	font-size:8pt;
	z-index:900;
}

.bandeau_entete .imagegauche{
	float:left;
}

.bandeau_entete .imagedroite{
	float:right;
}

html>body .bandeau_entete{
/*	position:fixed;*/
	}

.bandeau_hierarchie{
	position:absolute;
	top:91px;
	left:5px;
	right:200px;
	padding-right:20px;
	height:60px;
	background-color:white;
	color:black;
	z-index:700;
	font-size:x-small;
	overflow:hidden;
}

.bandeau_recherche{
	position:absolute;
	top:91px;
	right:1.5%;
	height:60px;
	z-index:950;
	text-align:right;
	background-color:white;
}

/*
html>body .bandeau_recherche{
	position:fixed;
}
*/

.habillage_recherche{
	position:absolute; 
	top:20px; 
	right:0; 
	width:170px; 
	height:27px;
	margin-right:1.5%;
	z-index:951;
}

.formrecherche {
	position:absolute; 
	top:20px; 
	right:10px; 
	width:152px; 
	height:20px;
	color: white; 
	background-color: black; 
	border:0; 
	z-index:952;
}


/*
html>body .bandeau_hierarchie{
	position:fixed;
}
*/

.cadre_menu{
	position:absolute;
	left:1.5%;
	top:150px;
	width:15%;
	z-index:800;
	margin:0;
	padding:0;
}

.menu{
	margin:0;
	border-color:black;
	border-style:solid;
	border-width:0px 1px 1px 9px;
	padding:0;
	vertical-align:top;
	background-color:white;
	font-size:5pt;
	z-index:801;
}

.hautmenugauche{
	float:left;
	margin:0;
	padding:0;
	
}

.hautmenudroite{
	float:right;
	margin:0;
	padding:0;
}

.hautmenu{
	background:url("hautmenu.gif") repeat;
	margin-left:40px;
	width:auto;
	color:white;
	margin:0;
	padding:0;
}


.element_menu{
	font-size:medium;
}

.element_sous_menu{
	font-size:smaller;
	padding-left:10px;
}

.cadre_page{
	position:absolute;
	top:150px;
	right:1.5%;
	width:82%;
	max-width:82%;
	margin-bottom:10px;
	margin-left:0px;
	padding:0px;
	background-color:transparent;
	border:none;
	vertical-align:top;
	z-index:2;
}

.page{
	margin:0;
	padding:0;
	margin-left:0px;
	margin-top:9px;
	padding-left:5px;
	background-color:#febb32;
	vertical-align:top;
	border-style:solid;
	border-color:#febb32;
	border-width:1px;
}

.menu>table{
	width:100%;
	margin:0;
	border:none;
	padding:0;
}

.cadre_menu td{
	margin:0;
	padding:0;
	font-size:10pt;
}

.menu td{
	margin:0;
	border:none;
	padding:0;
	font-size:10pt;
}

.cadre_encadre{
	float:right;
	width:180px;
	margin-top:1px;
	margin-right:0;
	background-color:transparent ;
	z-index:100;
}

.encadre{
	width:100%;
	border-color:black;
	border-style:solid;
	border-width:1px 9px 0px 1px;
	padding:5px;
	vertical-align:top;
	background-color:white;
	z-index:110;
	font-size:x-small;
	text-align:right;
}


.pied{
	width=100%;
	text-align:center;
	font-size:9pt;
	vertical-align:bottom;
	background-color:black;
	color:white;
	z-index:200;
	}

html>body .pied{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	}

html td{
	border-style:none;
	margin:0;
	padding:0;
}

.spip-admin {
	position: absolute;
	bottom: 10px;
	left:0;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
	z-index:999;
}

html>body .spip-admin {
	position: fixed;
}

body .formulaire_admin{
	position: fixed;
}

/* paramètres propres au calendrier - agenda */

.calendar_head
{
	background-color: black;
}

.calendar_texthead
{
  color: white;
}

.calendar_this_day
{
	background-color: white;
}

.calendar_this_month
{
	background-color: transparent ;
}

.calendar_not_this_month
{
	background		: gray;
}

.calendar_this_day, .calendar_this_month, .calendar_not_this_month{
	border-style:solid;
	border-color:gray;
	border-width:1px;
}

.photobig{
/*	position:fixed;*/
	left:auto;
	top:auto;
}
