/* ce.css sera appel&eacute; dans chaque page du site. il contient les styles des menus et 
les styles generaux des pages*/

/*concernant le style general du site*/

body {
	margin: 0;
	padding: 0;
	background: white;
	font: 80% verdana, arial, sans-serif;
	color:black;
}

a {
	text-decoration: underline;
	color:black;
}

a img{
	border: 2px solid green;
}

a:hover,a:focus{
	color:green;
}

table{
	border:0px;
	font-size:13px;
}

table.avecbordure{
	border: 1px solid gray;
}

h1, h2, h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
}

.listenormale li{
	list-style-type: disc;
	margin-left: 45px;
}


/*pour placer les elements sur la page*/

/*menu deroulant et logo*/
.top{
	position:absolute;
	top:10px;
	left:10px;
}

/*evenements et menu gauche*/
.left{
	position: absolute;
	top: 145px;
	left: 10px;
	width: 220px;
	height:400px;
	}

/*pour les langues et le plan du site*/
.lang{
	position: absolute;
	width: 220px;
	left: 10px;
	top: 550px;
	height: 32px;

}	

.lang a img{
		border:white;
}



/*specifique a la page d'accueil : cadre des evenements*/
.acc {
	position: absolute;
	left: 10px;
	width: 220px;
	height:325px;
	top: 212px;
	overflow: auto;
}


/*le contenu propre de la page*/
.mid{
	position: absolute;
	top: 145px;
	left: 250px;
	width: 61%;
	text-align: justify;
}



/*concernant le menu deroulant en haut*/

/*attention ceci concerne toutes les listes en general*/
dl, dt, dd, ul, li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	font-family: Verdana;
}

#menu {
	position: absolute; 
	top: 5px;
	left: 10px;
	z-index:100;/*pour que le menu soit au dessus du reste de la page*/
}

#menu dl {
	float: left;
	width: 14em; /*largeur des boites grises*/
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	margin: 1px;
	color: green;
	height: 35px;
}

#menu dd {
	display: none;
	border: 1px solid gray;
}

#menu li {
	text-align: left;
	background: #ccc;
}

#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	color: Green;
}

#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
}


/*concernant le cadre arrondi a gauche*/

.cadreg {
	width: 220px;
	background-color: #ccc;
}

.cadreg .top_left, .cadreg .top_right, .cadreg .bottom_left, .cadreg .bottom_right { 
	height: 18px; 
	background-repeat: no-repeat; 
}
.cadreg .top_left {
	width: 18px;
	float: left;
	background-image: url(rond1hg.gif);
}

.cadreg .top_right {
	background-image: url(rond1hd.gif);
	background-position: right;
	
}

.cadreg .bottom_left {
	width: 18px;
	float: left;
	background-image: url(rond1bg.gif);
}

.cadreg .bottom_right {
	background-image: url(rond1bd.gif);
	background-position: right;
}

.cadreg .content {
	background-color: #ccc;
	margin: 0% 10px 0% 10px;
}

.content center{
	font-weight: bold;
	color:green;
}

.content a{
	text-decoration: none;
}

.content p{
	color: green;
	margin: 0 0;
}


/*specifique au plan du site*/
.ulmenu{
	font-size: 13px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url(fleche.gif);
	margin: 0% 40px;
}


.ssmenu{
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	margin: 0 0 0 50px;
	list-style-image: url(fleche.gif);
	}
	
h3.plan{
	margin: 0% 0% 0% 0%;
}

a.plan{
	text-decoration: none;
}