/*Globals*/

html, body {
	margin:					0px;
	padding:				0px;
	font-family:			"Verdana";
	font-size:				13px;
	color:					#BDBDBD;
}

img {
	border:					0px;
}

h1 {
	font-size:				15px;
	text-align:				center;
}

h2 {
	font-size:				13px;
	text-align:				center;
}

.red {
	color:					red;
}

.ok {
	color:					#54FF44;
}

.half {
	width:					50%;
}

.toutelalargeur {
	width:					100%;
}

.alignedroite {
	text-align:				right;
}

.alignegauche {
	text-align:				right;
}

.center {
	text-align:				center;
}

/*Links*/
a {
	color:					#CACACA;
	border:					0px;
}

a:Hover {
	color:					#EAEAEA;
}

a:Visited {
	color:					#CACACA;
}

/*Content Styles*/
#content {
	position:				relative;
	top:					240px;
	margin:					auto;
	width:					700px;
	min-height:				200px;
	background:				black;
	padding:				5px;
	clear:					left;
}

.contentasavoir {
	border:					solid 2px #154daa;
}

.contentnormal {
	border:					solid 2px white;
}

.contentprobleme {
	border:					solid 2px #237fe4;
}

.contentquestions {
	border:					solid 2px #3ac2fb;
}

.contentcompte {
	border:					solid 2px #de2424;
}

.contentinscription {
	border:					solid 2px #de2424;
}

.contenterreuridentification {
	border:					solid 2px #de2424;
}

.contentrole {
	border:					solid 2px #bbbe00;
}

.contentcomptecitoyen {
	border:					solid 2px #1ca915;
}

.contentapropos {
	border:					solid 2px white;
}

.contentadmin {
	border:					solid 2px white;
}

#reflet {
	position:				relative;
	top:					240px;
	margin:					auto;
	width:					714px;
	height:					20px;
	background:				black;
	padding:				5px;
	clear:					left;
}

#login {
	position:				fixed;
	width:					219px;
	height:					103px;
	top:					0px;
	left:					50%;
	margin-left:			150px;
	background:				url(../images/loginbackground.jpg);
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			1px;
}

#loginform {
	text-align:				center;
}

#loginform input[type="text"] {
	height:					14px;
}

#logoutform {
	text-align:				center;
}

#menu {
	position:				fixed;
	width:					219px;
	height:					50px;
	top:					0px;
	left:					50%;
	margin-left:			-369px;
	background:				url(../images/loginbackground.jpg);
	background-position:	0px -53px;
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			1px;
}

div.section {
	width:					231px;
	height:					150px;
	margin-left:			0px;
	border:					1px solid black;
	float:					left;
	color:					black;
	text-align:				center;
}

div.section:Hover {
	border:					1px solid white;
	cursor:					pointer;
}

div.section a {
	color:					#585858;
}

div.section a:Hover {
	color:					#C4C4C4;
}

div.section a:Visited {
	color:					#585858;
}

div.sections {
	text-align:				center;
}

div.sectionsclear {
	clear:					left;
}

div.contenuTheme {
	text-align:				justify;
	padding:				15px;
}

div.pointsARetenir {
	position:				static;
	top:					0px;
	right:					0px;
}

table.conversation {
	padding:				0px;
	margin:					0px;
	width:					100%;
}

td.messageAdministrateur {
	background:				#36373A;
	border:					1px solid #FFB95E;
	padding:				5px;
}

td.messageUtilisateur {
	background:				#3A3A3A;
	border:					1px solid #297EFF;
	padding:				5px;
}

span.enteteMessage {
	font-size:				12px;
	color:					#858585;
}

span.prixMessage {
	font-size:				12px;
	color:					#858585;
}

span.fichierMessage {
	font-size:				12px;
	color:					#858585;
}

.couleurAdmin {
	color:					#FFB95E;
}

.couleurUtilisateur {
	color:					#297EFF;
}

.trList0 {
	background:				#000;
}

.trList1 {
	background:				#252525;	
}

.moreInfo {
	display:				none;
	border:					1px solid white;
	padding:				3px;
	margin-bottom:			12px;
}