@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
}

#global {
	float: none;
	width: 100%;
	
}

#interface{
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:963px;
	height:110px;
	
}
.tubes{
	float:left;
	margin-right:18px;
}
.souris{
	float:left;
	width:477px;
	height:110px;
}
.logo{
	width:287px;
	height:105px;
	background-color:#fbe1b7;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F29400;
	padding-top:5px;
	text-align:center;
}
.menu{
	float:left;
	width:179px;
	height:100%;
	padding-top:10px;
	background-image:url(../interface/tubecoul.gif);
	height:auto;
}
.titremenu{
	width:179px;
	height:43px;
}
.fd-menu{
	background-image:url(../interface/fd-menu.gif);
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	height:auto;
}
.bas-menu{
	margin-top:0px;
	height:11px;
	width:179px;
}
.bouton{
	text-indent:20px;
	height:18px;
	padding-top:2px;
	border-bottom: #f9b958 1px solid;
}
.bouton-acces{
	text-indent:20px;
	height:25px;
	padding-top:2px;
	border-bottom: #f9b958 1px solid;
}
.bouton a{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
#titrage{
	float:left;
	width:764px;
	height:21px;
	vertical-align:middle;
	background-image:url(../interface/titrage-fd.gif);
}
#titrage .degrade{
	float:left;
}
#titrage .navigation{
	float:left;
	height:18px;
	padding-top:2px;
}
#titrage a{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
#page{
	float:left;
	width:560px;
	margin-top:10px;
}
.page-haut{
	height:11px;
	width:568px;
}
.page-fond{
	min-height:350px;
	width:548px;
	background-color:#fbdfb2;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:20px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}
.page-bas{
	float:left;
	height:11px;
	width:568px;
	overflow:hidden;
}
#footer{
	width:963px;
	height:20px;
	background-image:url(../interface/titrage-fd.gif);
	float:left;
	margin-top:10px
}
/* Encart news menu droite */
.titrenews{
	font-size:9px;
	text-decoration:underline;
	margin-left:3px;
	margin-right:3px;
	margin-top:0px;
	margin-bottom:0px;
}
.textnews{
	font-size:9px;
	color:#444444;
}

/* Page news */
.news {
	width:90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family:Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	color:#000000;
	overflow:hidden;
	border-bottom:1px #F29400 solid;
}
.news .titre {
	float:left;
	width:auto;
	font-weight:bold;
	font-size:12px;
	color:#F29400;
	text-decoration:underline;
	margin-bottom:5px;
}
.date {
	float:right;
	font-weight:bold;
	font-size:12px;
}
.texte {
	float:left;
	width:100%;
}
.createur {
	float:right;
	font-weight:bold;
	margin-bottom:10px;
}

/* Page membre */
.membre {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	margin-bottom:10px;
	border:1px #F29400 solid;
	text-indent:0px;
	overflow:hidden;
	background-image: url(../page/fd-membre.gif);
	background-repeat:repeat-x;
}
.photo {
	float:left;
	width:100px;
	height:100%;
	display:block;
	overflow:hidden;
	border-right:1px #F29400 solid;
}
.info {
	float:left;
	height:120px;
	width:190px;
	margin-left:10px;
	vertical-align:middle;
}
.info a{
	color:#000000;
}
.competence {
	height:120px;
	width:160px;
	margin-left:20px;
	float:left;
	text-align:left;
}

/* Page créas */
.crea {
	float:left;
	width:47%;
	height:140px;
	margin-left:10px;
	margin-bottom:10px;
	border:1px #F29400 solid;
	text-indent:0px;
	overflow:hidden;
	background-image: url(../page/fd-membre.gif);
	background-repeat:repeat-x;
}
.image {
	width:100px;
	display:block;
	/*border-right:1px #F29400 solid;*/
}

.crea .texte{
	width: auto;
	text-align:left;
	overflow:hidden;
	margin-left:5px;
}
/* Elements récurrents */
h1{
	font-size:14px;
	color:#F29400;
	text-decoration:underline;
}
h3 {
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	margin:0px;
}
img {
	border:0px;
}
a {
	color:#F29400;
}