html, body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin:0px;
	padding:0px;
	background:url(img/fond.jpg);
}
#global {
	position: relative;
	background-image:url(img/lycorn_fond_2008.png);
	background-repeat:no-repeat;
	width:975px;
	height:700px;
	margin: 0 auto;
}
img	{
	border:0px;
}
#menu	{
	position:absolute;
	left: 217px;
	top: 59px;
	width: 752px;
	height: 20px;
}
#langue	{
	position:absolute;
	left: 838px;
	top: 22px;
	width: 130px;
	height: 32px;
}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 30px;
	background: url(img/fond_lien.png) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #7fcf2e;
	color: #CC5700;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}
#content, #sidebar h3, #footer p, #sidebar p {
	padding: 0 10px;
	}
#content {
	padding: 0;
	margin-left:10px;
/*	background-color:#fdfdfb; */ /* Fond suite logo*/
	}
#content h2 {
	padding-left: 35px;
	color: #CC5700;
	}
#content h3, #sidebar h3 {
	color: #c00;
	font-variant: small-caps;
	}
a {
	color: #CC5700;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
#header {
	position:absolute;
	left: 222px;
	top: 20px;
	color: #000;
	height: 20px;
	width: 585px;
	visibility:visible;
	}
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
#center {
	position:absolute;
	left: 5px;
	top: 100px;
	width: 965px;
	height: 569px;
	overflow: auto;
}
#footer {
	position: absolute;
	width: 975px;
	bottom: 2px;
	left: 0px;
	color:#000000;
}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
}

/* Eléments de formulaire */
/*****************************************************/
.texte,
textarea {
	border: 1px solid;
	border-color: #999 #aab3b3 #d5dddd #aab3b3 !important;
	background-color: #f7f7f7 !important;
}
.texte:focus,
textarea:focus {
	background-color: #fff !important;
	border-color: #ff9900 !important;
}

input.submit {
	cursor: pointer !important;
	font: bold 0.8em/1.2em Verdana, Helvetica, Geneva, sans-serif !important;
	margin-left: 4px; 
	overflow: visible;
	padding: 2px 0.5em;
}
.submit {
	text-align: center;
	color: #2b333c;
	background: #fefefe url(/img/fond_bouton.gif) repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.submit:hover,
.submit:focus {
	color: #005500;
	border: 1px solid;
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}

#aligne		{
	list-style-type:none;
	text-align:center;
	float:left;
	margin:2px 5px;
	padding:2px 5px;
/*	background-color:#CCCCCC;*/
}

#bt_paiement		{
	list-style-type:none;
	text-align:center;
	float:left;
	margin:2px 5px;
	padding:2px 5px;
	border:1px solid #666666;
	background-color:#CCCCCC;
}

#step	{
	list-style-type:none;
	text-align:center;
	margin:1px;
	padding:2px 5px;
	border:1px solid #666;
}

/***************//***************/
#step:link, #step:visited, #step:hover, #step:active, #step:focus	{
	color:#000;
	text-decoration:none;
}
/***************//***************/
.step_encours		{
	background-color:#f90;
}

.step_ok		{
	background-color:#94da78;
}

.step_nook		{
	background-color:#ccc;
}
/***************//***************/

/* Boutons Forum */
.bouton	{
	border: 1px solid rgb(102, 153, 204);
	background-color: rgb(236, 236, 242);
}
table.cadre{
	border : 1px solid #ccc;
}
.cadre thead * td {
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing:0.4em;
} 
.cadre th {
	background-color:#d8dde0;
	text-align:left;
	font-weight:normal;
}
.cadre td {
	background-color:#e6e6e6;
	text-align:left;
}
.cadre tfoot * td {
	text-align:right;
	background-color: #FFFFFF;
}

#intitule {
	text-align:right;
	vertical-align:top;
	width:200px;
	font-weight:bolder;
}
#elements {
	text-align:left;
	padding-left:15px;
}
