html, body {
	margin:0;
	width:100%;
	height:100%;
	font-family:"Times New Roman", Times, serif;
}
a {
	color: #333;	
}
a:hover {
	color: #333;
	text-decoration: none;
}
p, .content {
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-size:17px;
}
.petit {
	font-size: 14px;
}

h3 {
	color:#333;
}

.footer {
	font-size:14px;
	font-style:italic;
}
.none {
	color:#333;
}
.none:hover {
	text-decoration:none;
}

#maincontainer {
	width:800px;
	display:table;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#colonnegauche {
	width:130px;
	border:2px solid #B3B3B3;
	float:left;
}

#colonnegauchetop {
	height:145px;
	background-color:#000;
	text-align:center;
}

#colonnegauchemiddle {
	height:300px;
	text-align:center;
}

#colonnegauchebottom {
	height:150px;
	background-color:#000;
	text-align:center;
}

#colonnecentre {
	width:482px;
	float:left;
}

#menu {
	height:35px;
	display:table;
	text-align:center;
}

#colonnecentrecontent {
	padding:50px 40px 30px 40px;
}

/*#colonnecentrefooter {
	padding:0px 80px 10px 40px;
	width:402px;
	margin:0px auto 0px auto;
}*/
#colonnecentrefooter {
	clear:both;
}
#colonnedroite {
	width:180px;
	min-height:595px;
	border:2px solid #B3B3B3;
	float:right;
	margin-left:-1px;
	text-align:center;
}




/* MENUS */
ul#navlist
{
	margin:0px;
	padding-left: 10px;
	white-space: nowrap;
	
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	margin-right: 5px;
	height: 35px;
	width: auto;
	display: block;
	text-align: center;
	padding: 1px 5px 1px 5px;
	line-height:35px;
}

.ongletmenu
{
	color: #FFFFFF;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000000;
	float: left;
}

.ongletmenu:hover, .ongletmenu.current
{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000000;
}
/* END MENUS */

/* FORMS */
input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #333;
	font-size: 12px;
	background-image: url(form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


textarea {
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #333;
	font-size: 12px;
	width:auto;
	background-image: url(form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
	border: 1px solid #000;
	}
fieldset {
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 10x;
	padding-left: 50px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	color:#333;
}


hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 70%;
	height: 1px;
}
legend {
	font-size: 14px;
	color:#333;
}
label { padding-top:4px; padding-bottom:1px; margin:0px; display:block; color:#333;}
/* FIN FORMS */

