/* Définition du style pour le corps*/
html, body {
	height:100%
}
body{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 62.5%; 
	margin:0px;
	padding:0px;
	background-color:#454545;
}
a:link {
	color: #CC7A00;
	text-decoration: none;
}

a:active,
a:visited {
	color: #CC7A00;
	text-decoration: none;
}

a:hover {
	color: #CC7A00;
	/*text-decoration: underline;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial,sans-serif;
	margin:0px;
	padding:0px;
}
h1{
 font-family:Verdana,Arial,sans-serif;
 font-size:120%;
 color: #DA231D;
}
fieldset {
	width:35em;
	margin-left:auto;
	margin-right:auto;
}

/*--------- id ---------------*/
div#titre{
    width:1015px;
	height:80px;
}
div#photo{
	background-color:#454545;
	position:absolute;
	width:774px;
	height:auto;
	padding-left:10px; 
	padding-top:10px; 
}
div#cont {
	/*background-image:url(http://prono.univers-catch.com/Images/barre.jpg);
	background-repeat:repeat-y;*/
	background-color:#454545;
	text-align:left;
	width:1000px; 
	margin:0 auto 0 auto; 
	min-height:100%;
}
div#centre {
	width:1015px;
	background:transparent;
	text-align:left; 
	padding-bottom:30px;
	overflow:auto; 
}
div#centrage { 
	padding-left:0px; 
	padding-right:0px; 
	background:transparent; 
}
div#menu {
	float:left;
	background:transparent;
	width:120px;
	text-align:left;
	color:#FFFFFF;
}
div#contenu {
	float:left;  
	background-color:transparent;
	width:895px;
	padding-left:0px
}
fieldset#connecte {
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
fieldset#ident {
	width:350px;
	margin-left:auto;
	margin-right:auto;
}
.regle {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

/*---------- Class -------------*/

.centrer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.Italic{
	font-style:italic;
}
.left{
	text-align:left;
}
.titre{
	margin:0px;
	padding:0px 0px 10px 10px;
	font-size:150%;
	text-align:center;
	font-weight: bold;
}
.tableau{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
.tableau td{
	border-width:2px;
	border-style:groove;
	border-color:#FFFFFF;
	border-collapse:collapse;
	padding:2px;
}

.enTeteTableau{	
	background:#9A231D;
	color:white;
	text-align:center;
}
.ligneTableau{	
	background:#606060;
}
.table200pxCentre{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}
.lienRetourAccueil{
	padding:10px 0px 0px 10px;
	font-size:80%;
	font-weight:bold;
}
.champObligatoire{
	font:bold 100% Arial,sans-serif;
	color:#FFFFFF;
}
.champObligatoireLegende{
	font-size:10px;
}
.formulaire{
	margin-left:auto;
	margin-right:auto;
}
.petit{
	font-size:9px;
	font-weight:bold;
}
div#identifiant{
	position:absolute;
	width:1000px;
	top: 340px;
	height:56px;
	font-size: 1em;
}
table{
	margin-left:auto;
	margin-right:auto;
}
.tabinsc{
	width:80%;
	border-width:2px;
	border-color:#FFFFFF;
	border-style:groove;
	background-color:#FFFFFF;
}
.tabinsc td{
	padding:4px;
	border-color:#FFFFFF;
	border-width:1px;
	background-color:#454545;
}
th {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('http://forum.univers-catch.com/styles/UniversCatch/theme/images/back_title.jpg');
	white-space: nowrap;
	padding: 7px 5px;
	text-align:center;
}
div#error{
	position:absolute;
	width:1000px;
	top: 150px;
	height: 56px;
	font-size: 1em;
}
a.autre {
    color: blue;
	text-decoration : none;
}
.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

table.prono{
	border-width:1px;
	border-style:solid;
	border-color:#A9B8C2;
	margin-left:auto;
	margin-right:auto;
	width:650px;
}

table.prono tr{
	border-width:0px;
	border-style:solid;
	border-color:#A9B8C2;
}

table.prono td{
	border-width:1px;
	border-style:solid;
	border-color:#A9B8C2;
}

.linkres{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}