/*** Paramètres globaux ***/
body {
	
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.error {
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #03C;
}
.error1 {
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	color:#F00;
	text-decoration:underline;
}

/*** Formulaires ***/

input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #BDBDBD;
	border-right-color:#999;
	border-bottom-color: #999;
}

input[type=button], input[type=submit], input[type=reset] {
	padding: 3px 5px;
	cursor:pointer;
}
input[type=checkbox] 
{
	cursor:pointer;
	border:none;
	border-width:1px;
	
}

label {
	cursor:pointer;
	font-weight: bold;
	margin: 0 5px 0 0;
}
.left {
width:auto;
height:auto;
}
/* admin tableau*/

.admintableau
{
	border-right:solid;
	border-right-width:1px;
	border-right-color:#06C;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#06C;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#06C;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#06C;
}

/*** Classes globales ***/
.clear					{ clear: both; }

.float-left				{ float: left; }
.float-right			{ float: right; }

.text-align-left		{ text-align: left; }
.text-align-right		{ text-align: right; }
.text-align-center	{ text-align: center; }
.text-align-justify	{ text-align: justify; }

.bold						{ font-weight: bold; }
.italic					{ font-style: italic; }
.underline				{ border-bottom: 1px solid; }
.highlight				{ background: #FFC; }

.wrap						{ width: 960px; margin: 0 auto; }

.img-left				{ float: left; margin: 4px 10px 4px 0; }
.img-right				{ float: right; margin: 4px 0 4px 10px; }

.nopadding 				{ padding: 0; }
.noindent				{ margin-left: 0; padding-left: 0; }
.nobullet				{ list-style: none; list-style-image: none; }

/*** Page Login ***/
#loginpage {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 551px;
	height: 400px;
	margin-top: -200px;
	margin-left: -275px;
	background: transparent;
}

	#loginpage .top {
		
		width: 551px;
		height: 130px;
		background: transparent;
	}

	#loginpage .middle {
		width: 551px;
		
		padding-bottom: 20px;
	}
	#loginpage .img {
		position: absolute;
		left: 50%;
	}

	#loginpage .middle p {
		padding: 20px;
	}
	#loginpage input [type=text], #loginpage input [type=password]{
		width: 200px;
	}
	
	#loginpage .label {
		float: left;
		width: 95px;
		margin: 10px 0 10px 100px;
		font-size:16px;
		
	}
	
	#loginpage .field {
		float: left;
		width: 60px;
		margin: 10px 0 10px 30px;
		
	}
	
	#loginpage .submit {
		margin-left:290px;
		margin-top: 30px;
	}
	#loginpage .submit1 {
		margin-left:0px;
		margin-top: 10px;
	}
.tableau {
border-bottom-color:#CCC;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#CCC;
border-left-style:ridge;
border-left-width:1px;
border-right-color:#CCC;
border-right-style:solid;
border-right-width:1px;
border-top-color:#CCC;
border-top-style:solid;
border-top-width:1px;
background:#E4F5FC;
}
#inscription {
	position: absolute;
	width: 380px;
	height: 329px;


	background-image:url(../../Logo80.jpg)
	background: transparent;
	left: -5px;
	top: 4px;
}
#inscription .label1 {
		float: left;
		width: 145px;
		margin: 10px 0 10px 50px;
	}
	
#inscription .field1 {
		float:right;
		width: 50px;
		margin: 10px 0 10px -50px;
	}
#inscription .labelcaptcha {
		float: left;
		width: 145px;
		margin: 10px 0 10px 50px;
	}
	
#inscription .fieldcaptcha {
		float:right;
		width: 50px;
		margin: 20px 0 10px -50px;
	}
#inscription input [type=text], #inscription input [type=password]{
		width: 100px;
	}
#inscription .submit1 {
		margin-left:255px;
		margin-top: 370px;
	}





.down {
	background-color: white;
	color: #000000;
	font-family: verdana, arial;
	font-size: 16px;
}
A:link {
	color:#0000FF;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: none;
}
A:active {
	color: #FF0000;
	text-decoration: none;
}
A:visited {
	color: #0000FF;
	text-decoration: none;
}
TD {
	background-color:#FFFFFF;
	vertical-align: xtop;
	font-size: 16px;
}
TD.centre {
	text-align: center;
}
TD.droite {
	text-align: right;
}
TD.titre {
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	word-spacing: 10px;
	letter-spacing: 5px;
}
TD.vide {
	background-color: white;
}
.titre2 {
	font-variant: small-caps;
	font-weight: bold;
}

