/*

*/

body {
   margin: auto;
   margin-left:0px;
   width: 1000px;
   height: 100%;
}

li
{
	list-style-type: none;
}

/* HEADER */
#HEADER
{
	width: 1000px;
	height: 130px;
	background-image: url('../../../templates/ornements/degrade-top.jpg');
	background-repeat: repeat-x;
}

#TOP_HEADER
{
	width: 100%;
	height: 90px;
}

#HEADER_LEFT
{
	float: left;
	margin-left: 20px;
	text-align: center;
}

#TEXT_HEADER_LEFT
{
	color: #008000;
	font-size: 12px;
	font-weight: bold;
}

#HEADER_RIGHT
{
	margin-right: 20px;
	float: right;
}

#HEADER_CENTER
{
	font-size: 14px;
	text-align:center;
}

#HEADERS_LIENS
{
	margin-top: 15px;
	text-align: center;
	background-color: #4fa645;
}

#HEADERS_LIENS a
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: none;	
}

#HEADERS_LIENS a:hover
{
	text-decoration: underline;	
}

/*FORM CONNEXION*/
#TYPE_USER 
{
	margin-bottom: 20px;
}

#TYPE_USER span
{
	font-weight: bold;
}

.YEP
{
display:block;
width:150px;
float:left;
}

/* CORPS */

#CORPS
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#CORPS_LEFT
{
	float: left;
	height: 600px;
	position: relative;
	padding-right: 20px;
}

/*UTILISATEUR*/
#INTERACTIF_TEXTE {
	margin-bottom: 20px;
}

#TEXTE_MODIFIABLE
{
	color: red;
}

#DOC
{
	width: 800px;
	height: 800px;
	margin-left: 185px;
	border: 1px solid black;
}

#IFRAME_INTERACTIVE
{
	display: inline;
	border:none;
}

#TAB_DOCS
{
	margin-bottom: 20px;
}

#TAB_TITRES td
{
	background-color: #e6ffc5;
	border: 1px solid black;
}

#TAB_ELMTS td
{
	border: 1px solid black;
}

.INFOS_TAB
{
	font-size: 10px;
}

/*ANIMATEUR*/


#TEXTE_INTERACTIF
{
	width: 780px;
}
