
		* {
			margin:0px;
			padding:0px;
			font-style:normal;
			color:#000;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11pt;
		}
		
		html, body{
			height:95%;
			/*background-color:#FD9BCA;*/
			background:#FD9BCA url(../img/fond1.jpg);
		}
		
		p, li, span {
			margin:4px 5px;
			font-family:Arial, Helvetica, sans-serif;
		}
		
		p, li {
			margin:2px 5px;
			font-size:small;
		}
		
		a {
			text-decoration:blink;
			border-bottom:1px dashed #000;
			color:#000;
		}
		
		tbody a {
			border:0px solid #000;
			font-weight:normal;
			margin-left:8px;
			text-decoration:underline;
		}
		tbody a:hover {
			text-decoration:none;
		}
		
		#inside {
			margin:0px;
		}
		
		a:hover {
			text-decoration:none;
			color:#333;
			border-width:0px;
		}
		
		span {
			font-size:inherit;
		}
		
		h1 {
			font-size:large;
			font-family:Arial, Helvetica, sans-serif;
		}
		
		th {
			font-size:larger;
			text-align:left;
		}
		
		td {
			border:0px solid #333;
			border-top-width:1px;
		}
		
		span {
			margin-left:6px;
		}
		
		table {
			border:1px solid #333;
		}
		
		thead {
			background:#999 url(../img/th.jpg) top left repeat-x;
		}
		
		#contenu {
			position:relative;
			width:900px;
			margin-left:auto;
			margin-right:auto;
			border:0px solid #999;
			background-color:#fff;
		}
		
		#bandeau {
			position:relative;
			width:900px;
			height:90px;
			border:0px solid #BA0013;
			background:#000 url(../img/bandeau5.jpg) left top no-repeat;
		}
		
		#centre {
			width:900px;
			border:0px dashed #999;
			margin-bottom:20px;
		}
		
		#conteneur {
			width:880px;
			margin-left:auto;
			margin-right:auto;
			margin-top:10px;
			margin-bottom:10px;
			border:0px solid #333;
		}
		
		#conteneur div {
			width:100%;
		}
		
		#rubrique {	
			background-color:#000;
		}
		
			#rubrique span {
				color:#FF384B;
			}
		
		#boite {
			background-color:#FFCC33;
			background-color:#fff;
		}
		
		#entete {	
			background-color:#ff0;
		}
		
		#sujet {	
			background-color:#f00;
		}
		
		#piedDePage {
			position:absolute;
			bottom:0px;
			width:898px;
			height:20px;
			border:1px solid #333;
			background:#000 url(../img/loginart.jpg) center right no-repeat;
		}
		
		.col_1 {width:55%;}
		.col_2, .col_3 {width:10%;}
		.col_4 {width:25%;}
		
		label {
			vertical-align:top;
		}
		
		.red { color:#FF0000;}
		#droit { margin-left:600px;font-size:10pt;}
		#localisation { font-size:10pt;}
		
		#info {
			font-size:10pt;
			font-weight:bold;
		}
		
		/* ************ FORMULAIRE ************ */
		/* ************************************ */
		
		form {
			margin-bottom:10px;
		}
		fieldset {
			/*padding:10px;*/
			width:650px;
			padding-left:10px;
			margin-left:20px;
			margin-bottom:10px;
			border:1px solid #666;
		}
		
		label {
			display:inline;
			margin-left:10px;
		}
		
		legend {
			font-weight:bold;
			font-size:14px;	
			color:#e60000;
			margin-top:5px;
		}
		
		input, select, textarea {
			margin-top:3px;
			margin-right:15px;
		}
		
		.bouton {
			font-size:10pt;
			margin-bottom:10px;
			margin-left:50px;
		}
		.bouton2 {
			font-size:10pt;
			margin-bottom:10px;
			margin-left:20px;
		}
		
		.afficheMsg {
			border:0px solid #ccc;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
