/* Kisme recodé le 18/10/06 */
/* Graphiques-Kits.com */

* {
	margin:0px;
	padding:0px;
}

body {
	color: #5F5F5E;
	font-size: 11px;
	font-family:"trebuchet MS";
    background: #ececec url(images/fond.jpg) center top repeat-y; 
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#top {
	height: 227px;
	background: url(images/fond_header.jpg) repeat-x; 
}

#header {
	position: relative;
	width: 800px;
	height: 227px;
	margin: auto;
	background: url(images/header.jpg) no-repeat;
}

#site {
    position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#conteneur {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}

#conteneur a {
	margin-right:auto;
}

#conteneur #liste {
	padding-left:22px;
}

#contenu {
	text-align: justify;
	margin-right: 5px;
}

#contenu p {
	padding-left:10px;
}

a {
	color:#1c3e4f;
	font-weight: bold;
	text-decoration: none; 
}

a:hover { 
    color: #fc2b02; 	
}

#viadeo {
	color: #ececec;
	padding-bottom: 10px;
}

#facebook {
	color: #ececec;
	padding-bottom: 10px;
}

#ziki {
	color: #ececec;
	margin-left: 3px;
}


h3 { 
    color: #fc2b02;
	font-size: 14px;
    margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 0.5em;
	padding-bottom: 0.2em;  
	border-bottom: 1px dashed #C0C0C0; 
	border-left: 3px solid #C0C0C0;
	border-height: 5px; 
    line-height: 1.0;
}

#nav {
	font-size: 12px;
	width: 800px;
	position: absolute;
	top: 190px;
	left: 0px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 150px;
}

#nav li {
	background: none;
	float: left;
	margin-left: 20px;
	text-align: right;
	float: right;
}


#info li {
	float:left;
	padding-right:50px;
	list-style-type:none;
}

.ok {
	text-align:center;
}

.formulaire input {
	width:200px;
}

#texte {
width:500px;
}

#profils {
padding-left:22px;
}






