body {
	margin: 0;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0;
}

h1 {
	font-size:1.6em;
	color: #000;
	padding:15px 0 5px 0;
	margin:0 0 14px 0;
	background: transparent url(../images/Puce-h3.gif)no-repeat-x;
}
	
h2 {
	width:100%;
	color: #0dafff;
	border-bottom:2px solid #EEE; 
	margin:0 0 10px 0;
	padding:0;
	font-size:1.3em;
}

h3 {
	color: #0dafff; 
	margin:0 0 6px 0;
	padding:0;
	font-size:1.2em;

}

h4 {
	color: #000; 
	margin:0 0 6px 0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
}

h5, h5 a {
	width:100%;
	text-align:right;
	font-size:1em;
	color: #0dafff;
}

a {
	color: #993300;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #e89326;
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}

hr {
	color: red;
	background-color: red;
	height: 2px;
	border: 0;
	width:100%;
}

img {border:0;}

input, textarea {
	margin:1px;
	border:1px solid black;
}

textarea {width:100%;}
.del {text-decoration:line-through;}

/**** Main Container ***/
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background: #fff url(../images/barre_contenu.png) repeat-y;
	color: #000;
}

/**** Top ***/
#top {
	width: 990px;
	height: 225px;
	color: #000;
	background:transparent url(../images/page_haut.jpg) no-repeat top left;
}

#lien_accueil { display:block; width:100%; height:136px;}


/**** Main Menu ***/
#menu {
	margin:0; padding:0;
	display: block;
	position:absolute;
	top:70px; left:0px;
	height: 88px;
	width:600px;
}

#menu ul {
	position:absolute;
	top:70px; left:9px;
	margin: 0; padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding:25px 10px 15px 3px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../images/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(../images/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}

#kwicks {
	position: relative;
}

#kwicks .kwick {
	float: left;
	display: block;
	width: 75px;
	height: 21px;
}

#kwick_projet {background:#9ed13b url(../images/menu_projet.png) no-repeat top left;}
#kwick_actualites {background:#587d90 url(../images/menu_actualites.png) no-repeat top left;}
#kwick_formations {background:#e89326 url(../images/menu_formations.png) no-repeat top left;}
#kwick_ressources {background:#993300 url(../images/menu_ressources.png) no-repeat top left;}


/**** Content Container ***/
#content {
	width: 100%;
	margin-top:15px;
}

/**** Content ***/
#right ul {
	padding: 5px 0 5px 20px;
	margin:0;
}

#right li {
	margin-bottom:5px;
}

#right {
	display: block;
	width: 760px;
    margin-left: 200px;
	min-height:400px;
}
.commentsheader {display:none;}
.hr_clear {display:none;}

/**** Sidebar ***/
#left {
    border: 1px solid #9ED13B;
    border-radius: 0 20px 20px 0;
    display: block;
    float: left;
    margin: 0 0 0 8px;
    padding: 0;
    width: 150px;
}
#menu_haut {
	color:#FFF; 
	text-align:center;
	font-size:1.1em;
	padding:10px 0;
	font-weight:bold;
	background:#9ed13b;
	-moz-border-radius: 0 15px 0 0;
}	
#nav {margin: 0;}
#nav ul {list-style:none; margin:0; padding:0; width:150px;}
#nav li {padding:0; margin:2px 0 2px 4px; list-style-type:none; list-style:none; background-image:none; }
#nav a {
	padding:0; margin:0;
	display: block;
	padding: 0.3em;
	background-color: transparent;
	color:#000;
	font-size:1.1em;
	border-left:3px solid transparent;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover {
	color: #0dafff;
	border-left:3px solid #0dafff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

/**** Clear Div ***/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.footer {clear:both}

/**** Footer ***/
#footer {
    margin:0 auto;
	text-align: left;
	padding:30px 0 0 0;
	width: 990px;
	min-height:99px;
	height:99px;
	background: #FFF url(../images/page_bas.png) no-repeat top left;
}

#soutien {float:left; text-align:center; margin:2px 0 0 40px;}
#copyright {float:right; text-align:right; margin:23px 40px 0 0;}

