/***************Page*****************/
body,html {
	padding:0;
	margin:0;
	text-align:left;
	height:100%;
}

body {
    margin:0;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

div.noprint {
	display:none;
}

/***************Conteneurs *****************/
#global { 
}
#menuTop {
	display:none;
}

#headerLogo {
	display:none;
}

#headerTexte {
	display:none;
}

#menuLeft {
	display:none;
}

#ombreGauche {
	display:none;
}

#lignesRouges {
	display:none;
}

#ombreDroite {
	display:none;
}

#content {
	left:5px;
	top:5px;
	float:left;
	height:auto;
}

#footer {
	text-align:center;
	color:#666666;
	font-size:9px;
	padding-top:15px;
}

#footer>a {
	color:#666666;
	text-decoration:none;
}

/*************** Membres ***************/
ul.members {
	
}

li.member {
	margin:10;
}

/*************** Liens *****************/
.links {
	display:none;
}

.links:hover {
	display:none;
}

.links_top {
	display:none;
}

.links_top:hover {
	display:none;
}


/*************** Texte *****************/
p {
	font-size: 12px;
	color:black;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 21px;
	color:black;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	color:black;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color:black;
	font-weight: bold;
}

/*************** Formulaires **************/

form {
	 display:none;
}

input {
	 display:none;
}

label.form {
	 display:none;
}

span.form_comment {
	 display:none;
}