/* CSS Document */

/* Eléments Html */
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#00174F;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, "Trebuchet MS", sans-serif;
}

h1{
	font-size: 2em;
	color:#FF0000;
}
h2{
	font-size: 1.2em;
	color:#FFFF00;
	
}
h3{
	font-size: 1.3em;
	color: #000000;
}
h4{
	font-size: 1em;
	background-color: #66FF00;
	color: #FF0033;
}
h5{
	font-size: 1.8em;
	color:#00174F;
}
h6{font-size: 0.5em;}

a{
	color:#0066FF;
}

a:visited{
	color:#FF0000;
}

a:hover{
	color: #636;
}

/* top */
#top{
	position: absolute;
	width: 100%;
	height: 19%;
	background: #FFFFFF url(/accueil/img/bandeau.png) no-repeat center top;
	left: 0px;
	top: 0px;
	z-index: 1;
}
	
/* navigation ______________________________________________________________*/
#barre{
	position: absolute;
	width: 100%;
	height: 3.5%;
	left: 0px;
	top: 19%;
	background-color: #00174F;
	z-index: 3;
}
/* barre1 - menu */
#menugeneral {
	top: 0px;
	left: 10px;
	clear:both;
	font-size:10px;
	height:20px;
	background-color:none;
	vertical-align:middle;
	z-index: 2;
}
#menugeneral ul {
	margin:0;
	padding:0;
}
#menugeneral ul li {
	display:inline;
	margin:0;
	padding:0;
}

#menugeneral a {
	display:block;
	float:left;
	border-right:2px solid #6696C7;
	border-bottom: 0px;
	text-decoration:none;
	font-weight:bold;
	height:16px;
	color:#fff;
	padding:7px 5px 0 5px;
	background: #00174F;
}

#menugeneral a:hover {
	color:#112233;
	background:#fff;
	border-bottom: 0px;
}
#menugeneral li.current a {
	color:#112233;
	background:#fff;	
}
/* barre2 - date */
#date{
	position: absolute;
	widht: 50%;
	font: bold 11px verdana, arial, sans-serif;
	color:#FFFFFF;
	padding-bottom: 10px;
	top: -6px;
	left: 750px;
}

/* infos*/

#info{
	position:absolute;
	height: 30%;
	font: bold 0.7em verdana, arial, sans-serif;
	color:#FFFFFF;
	top: 24%;
	width: 80%;
	
	
}
/* colonne gauche (agenda, infos, site, ...) */
#colonne{
	position: absolute;
	height: auto;
	font: bold 0.7em verdana, arial, sans-serif;
	border-left: 2px solid #FFFF00;
	color:#FFFFFF;
	width: 20%;
	left: 80%;
	top: 24%;
	background-color: #00174F;
	
}
#colonne a {
	color:#FFCC66;
}

#colonne a:visited {
	color:#6696c7;
}

#colonne a:hover {
	color:#FFCC00;
}

#agenda{
	position: absolute;
	width: 100%;
	height: 125px;
	background: #00174F url(/accueil/img/agenda2.png) no-repeat center top;
	font: bold 14px verdana, arial, sans-serif;
	color:#990000;
	top: 50px;
	visibility: visible;
	padding: 0;
	margin: 0;
	z-index: 1;
	}

#info a {
	color:#FFCC00;
}

#info a:visited {
	color:#FFCC00;
}

#info a:hover {
	color:#00FF00;
}
		
/* bloc12 - Dernières courses */
#carnet{
	position: absolute;
	color:#FFFFFF;
	height: auto;
	font: bold 0.7em verdana, arial, sans-serif;
	width: 80%;
	left: 0px;
	top: 55%;
	border-right: 2px solid #FFFF00;
	background-color:#00174F;
	}
#carnet a {
	color:#FFCC00;
}

#carnet a:visited {
	color:#FFCC00;
}

#carnet a:hover {
	color:#00FF00;
}

	

