body
	{
	width:850px;
	margin:auto;
	margin-top:30px;
	}

.present
	{
	width:30%;
	border:1px black solid;
	margin:auto;
	padding:10px;
	margin-bottom:10px;
	}

fieldset
	{
	width:60%;
	margin:auto;
	}
img
	{
	border:none;
	}
	
.barreonglets
	{
	width:832px;
	height:31px;
	}
.ongletleft
	{
	width:198px;
	height:20px;
	padding:5px;
	float:left;
	background:url("img/ongletleft.gif");
	background-repeat:no-repeat;	
	text-align:center;
	border-bottom:1px black solid;
	}
.ongletleft:hover
	{
	background:url("img/ongletlefthover.gif");	
	}
.ongletright:hover
	{
	background:url("img/ongletrighthover.gif");
	}
.ongletright
	{
	width:198px;
	height:20px;
	padding:5px;
	float:left;
	background:url("img/ongletright.gif");
	background-repeat:no-repeat;	
	text-align:center;
	border-bottom:1px black solid;
	}
	.ongletleftopen
		{
		width:198px;
		height:20px;
		padding:5px;
		float:left;
		background:url("img/ongletleftopen.gif");
		background-repeat:no-repeat;	
		text-align:center;
		border-bottom:1px solid #F1F4FD;
		}
	.ongletrightopen
		{
		width:198px;
		height:20px;
		padding:5px;
		float:left;
		background:url("img/ongletrightopen.gif");
		background-repeat:no-repeat;	
		text-align:center;
		border-bottom:1px solid #F1F4FD;
		}
		
.codesin
	{
	width:810px;
	overflow:hidden;
	padding:10px;
	border:1px black solid;
	border-top:0px;
	background-color:#F1F4FD;
	padding-bottom:20px;
	}
	
table
	{
	margin:auto;
	border-collapse:collapse;
	border:1px black solid;
	margin:5px;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	}
tr
	{
	height:25px;
	}
tr:hover
	{
	background-color:#d3def0;
	background:url("img/degrad.gif");
	background-repeat:repeat-x;
	}
	
td
	{
	border-top:1px black solid;
	border-bottom:1px black solid;
	padding-left:5px;
	}
th
	{
	text-align:center;
	border-top:1px black solid;
	border-bottom:1px black solid;
	font-weight:bold;
	background-color:#d3def0;
	}
th a
	{
	color:black;
	text-decoration:none;
	}	
	
.center
	{
	margin:auto;
	}
	
input
	{
	margin:1px;
	}
	
/* MESSAGERIE PRIVEE */

.mpback
	{
	float:right;
	}
.mptitre
	{
	width:755px;
	border:1px black solid;
	background-color:#d3def0;
	background:url("img/degrad.gif");
	background-repeat:repeat-x;
	margin:auto;
	padding:5px;
	}
.mpin
	{
	width:755px;
	margin:auto;
	overflow:hidden;
	padding:5px;
	border:1px black solid;
	border-top:0px;
	background-color:#F1F4FD;
	}