body {
	margin: 0px;
	background: url(../images/bandeau-haut.png) repeat-x;
	font-family: Verdana, Arial, sans-serif;
        font-size: .8em;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h1 {
	margin:0; 
	padding:15px 0 20px 50px;
	color:#000;
	font-size:1.6em;
	background: url(../images/puce-titre1.png) no-repeat;
	min-height:31px;
}

h2 {
	color: #586e85;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
}

a {
	color: #586e85;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}

hr {
	color: #586e85;
	background-color: #586e85;
	height: 2px;
	border: 0;
	width:100%;
}

input {
	margin:1px;
	border:1px solid #586e85;
}

textarea {
	margin:1px;
	border:1px solid #586e85;
	width:100%;
}

/**** Main Container ***/


#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}


/**** Top ***/


#top {
	width: 100%;
	height: 127px;
	color: #fff;
}

#top a:hover {
	text-decoration: none;
}

#titre_principal {
	margin:0; padding:0;
	background-image:none;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 1.9em;
	font-weight: bold;
	position: absolute;
	top:35px;
	left:135px;
}

#titre_principal a {
	color:#fff;
}

#titre_site {	
	position:absolute;
	top:67px;
	left:135px;
}
#titre_site a {
	margin:0;
	display:block;
	color: #586e85;
}

#logo {
	position:absolute;
	top:26px;
	border:none;
}

/**** Main Menu ***/

#menu {
	margin:39px 0 0 0; padding:0;
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	padding: 41px 0 10px 5px;	
	width:140px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover, #menu li a.current {
	color:#000;
}

#menu li a.current:hover {
	color: #fff;
}

#kwicks {
	position: relative;
}

#kwicks .kwick {
	float: left;
	display: block;
	width: 65px;
}

#kwick_accueil {background:#b4d627 url(../images/menu-accueil.png) no-repeat top left;}
#kwick_services {background:#586e85 url(../images/menu-services.png) no-repeat top left;}
#kwick_veille {background:#8c1f25 url(../images/menu-veille.png) no-repeat top left;}
#kwick_demos {background:#8c8050 url(../images/menu-demos.png) no-repeat top left;}
#kwick_contact {background:#fec60f url(../images/menu-contact.png) no-repeat top left;}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:15px;
}

/**** Content ***/

#right ul {
	font-size: 1em;
	margin:0;
	padding:0;
	list-style-type:none;
}

#right li {
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	background: url(../images/puce-etoile-bleu.png) no-repeat 0 0;
}

#right {
	display: block;
	width: 721px;
        margin-left: 230px;

}

#page_haut {
	width:721px;
	height:20px;
	background: url(../images/page-haut.png) no-repeat;
}
#page_milieu {
	background: url(../images/page-milieu.png) repeat-y;
	padding:0 35px 10px 25px;
	text-align:justify;
}
#page_bas {
	width:721px;
	height:29px;
	background: url(../images/page-bas.png) no-repeat;
}

/**** Sidebar ***/


#left {
	display:block;
	width: 200px;
	position: absolute;
	left:0;
	margin: 0;
	padding:5px 5px 20px 5px;
}
.commentsheader {display:none;}
.hr_clear {display:none;}

#nav ul {list-style:none; margin:0; padding:0; width:200px;}
#nav li {
	padding:0 25px 0 0; margin:0;
	list-style-type:none;
	list-style:none;
	background: url(../images/puce-menu-bleu.png) no-repeat 100% 5px;
	border-bottom:1px solid #586e85;
	text-align:right;
}

#nav li li {
	border:none;
	background-image:none;
}

#nav a, #nav li a {
	padding:0; margin:0;
	display: block;
	padding: 0.3em 0.3em 0.3em 0.8em;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	color:#000;
	}
#nav li li a {	color:#919191;}

#nav br {display:none;}
#nav a:hover {
	color: #1a1a1a;
	border-left:5px solid #586e85;
	font-weight: bold;
	}

/**** Classes de Wikini ***/
.error { color: #CC3333; font-weight: bold; }
.indent { margin-left: 40px; }
.additions { color: #008800; }
.deletions { color: #880000; }
.add { font-weight: bold; color: #c00; text-decoration: underline; }
.del { font-style: italic; color: #c00; text-decoration: line-through; }
.prev_alert { background-color: #586e85; color: white; font-size: 1.7em; font-weight: bold; margin-bottom: 5px; }
.code { background: #FFFFFF; border: solid #888888 2px; font-family: 'Courier New', Courier; width: 100%; height: 400px; overflow: scroll; padding: 3px; }
.revisioninfo { color: #AAAAAA; padding-bottom: 20px; }

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/**** Footer ***/


#footer {
	color:#8c1f25;
        margin: 10px auto 0 auto;
	text-align: center;
	padding: 10px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0px;
	padding: 0;
}

#rss a {
color :#FFFFFF;
}

