@charset "UTF-8";
/**
 * CREANET V2.0 CSS.
 */

*
{
	font-family: Arial, Impact, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: transparent;
}

BODY
{
	font-family: Arial, Impact, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

/**
 * Alignement dans les blocks.
 */
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.middle
{
	vertical-align: middle;
}

.top
{
	vertical-align: top;
}

.bold
{
	font-weight: bold;
}

/**
 * Bordure des blocks
 */
.box-title
{
	border-color: #000000;
	border-style: solid;
	border-width: 2px 2px;
}
.box-content
{
	border-color: #000000;
	border-style: solid;
	border-width: 2px 2px;
}
.box-content-left
{
	border-color: #000000;
	border-style: solid;
	border-width: 2px 0px 2px 2px;
}
.box-content-right
{
	border-color: #000000;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
}


/**
 * Mise en forme des liens.
 */
A
{
	cursor: pointer;
}
A:link
{
	text-decoration: none;
	color: #003465;
}
A:visited
{
	text-decoration: none;
	color: #003465;
}
A:hover
{
	text-decoration: none;
	color: #66A0B0;
}
A:active
{
	text-decoration: none;
	color: #003465;
}

/**
 * Mise en forme des messages
 */
DIV.error
{
	padding-left: 5px;
	background-color: #FF8F8F;
	color: #000000;
}

SPAN.error
{
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
}
DIV.warning
{
	padding-left: 5px;
	background-color: #FFD98F;
	color: #000000;
	width:100%;
	height:auto;
}

SPAN.warning
{
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
}
DIV.success
{
	padding-left: 5px;
	background-color: #90FF8F;
	color: #000000;
}

SPAN.success
{
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
}

/**
 * Mise en forme des listes
 */
UL
{
	margin-left: 0px;
	padding-left: 0px;
	/** list-style-position: inside; */
}
	UL LI
	{
		line-height: 2em;
		list-style-image: none;
		list-style-type: none;
		list-style-position: inside;
		/** text-indent: 0.5in; */
		margin: 0px 0px;
		padding: 0px 0px 0px 10px;
	}

/**
 * Mise en forme des images
 */
IMG
{
	border: none;
}
/**
 * Mise en forme des &eacute;l&eacute;ments de formulaire
 */
TABLE.form
{
	margin: 25px auto auto auto;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}
TABLE.form TH
{
	border: 1px solid #CCCCCC;
	background-color: #DFDFDF;
	padding: 2px;
}
	.th-titre
	{
		border: 1px solid #CCCCCC;
		background-color: #DFDFDF;
		padding: 2px;
		font-weight: bold;
	}
	.td-titre
	{
		background-color: #EFEFEF;
		font-weight: bold;
	}
TABLE.form TD
{
	border: 1px solid #CCCCCC;
	padding: 2px;
	text-align: left;
}
TABLE.form TD.center
{
	text-align: center;
}
TABLE.form TD.td-titre
{
	text-align: right;
}

/*
	Mise en forme des tableaux statistiques
*/

TABLE.stats
{
	margin: 25px auto auto auto;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 2px solid #CCCCCC;
}
TABLE.stats TH
{
	border: 2px solid #CCCCCC;
	background-color: #DFDFDF;
	padding: 1px;
	text-align: center;
}
TABLE.stats TD
{
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	padding: 0px;
}

TABLE.valeurs
{
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

TABLE.valeurs TD
{
	white-space: nowrap;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-spacing: 0px;
	padding: 1px;
}

INPUT
{
	border: 1px solid #5A9DBE;
	background-color: #FEFEFE;
	height: auto;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 10pt;
}
TEXTAREA
{
	border: 1px solid #5A9DBE ;
	background-color: #FEFEFE;
	height: auto;
	margin: 0px 0px;
	font-size: 10pt;
	text-align: left;
	white-space: pre-wrap;
}

#header
{
	width: 100%;
	height: 78px;
	background-image:  url("images/header.gif");
	background-repeat: no-repeat;
	background-color: #FFCC00;
	border: none;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom:0px;
	vertical-align: bottom;
	clear: both;
}
	#menu-top
	{
		margin-left: 110px;
		margin-top: 35px;
		float: left;
	}
		#menu-top ul
		{
			margin-left: 0px;
			padding-left: 1px;
		}
		#menu-top li
		{
			list-style-image: none;
			list-style-type: none;
			list-style-position: inside;
			display: inline;
		}
	#login-name
	{
		padding-left: 815px;
		margin-top: 35px;
		text-align: center;
	}

#menu-left
{
	position: absolute;
	left:0;
	background-color: #FFCC00;
	background-image : url("images/menu_left.gif");
	background-repeat : repeat;
	width: 120px;
	height: 768px;
	min-height: 768px;
	max-height: auto;
	margin: 0px;
	padding-left: 0px;
}

	DIV.menu-left-list
	{
		padding-left: 15px;
	}
	#menu-left > hr.separate
	{
		display: block;
		height: 2px;
		width: 120px;
		margin: 3px 0px;
	}

#content
{
	background-color: #FFFFFF;
	margin-left: 120px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 10px;
}
	#menu-osp
	{
		margin: 2px auto;
		text-align: center;
		vertical-align: middle;
	}
		#menu-osp ul li
		{
			display: inline;
			list-style-image: none;
			list-style-type: none;
			list-style-position: inside;
		}
		#menu-osp ul li a
		{
			cursor: pointer;
			border: 1px solid #000000;
			text-align: center;
			padding: 2px 5px 2px 5px;
		}
	.content-box-accueil-title
	{
		padding-left: 2px;
		background-color: #FFCC00;
	}

	#page-title
	{
		color: #000000;
		font-weight: bold;
		font-size: 14pt;
		vertical-align: bottom;
		margin-top: 10px;
	}
	.page-title
	{
		color: #000000;
		font-weight: bold;
		font-size: 14pt;
		vertical-align: bottom;
		margin-top: 10px;
	}
		#page-title-text
		{
			margin-left: 15px;
			font-size: 14pt;
			color: #045175;
		}
		.page-title-text
		{
			margin-left: 15px;
			font-size: 14pt;
			color: #045175;
		}
#content-login
{
	margin:0px;
}

#footer
{
	background-color: #FFCC00;
	width: 100%;
	height: 25px;
	overflow: hidden;
	clear: both;
}
/**
 * Logo FSE
 */
#logo-fse
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

/**< Accueil */
#box-accueil
{
	width: 85%;
	margin-top:15px;
	margin-left: 15px;
	border-spacing: 2px;
	border-collapse: separate;
	border: none;
}

/**< News */
#news
{
	color:#000000;
	font-weight:normal;
	font-size:10pt;
	width: 85%;
	margin-top:15px;
	margin-left: 15px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}
	#news TH
	{
		border: 1px solid #5A9DBE;
		background-color: #CCCCCC;
	}
	#news TD
	{
		border: 1px solid #5A9DBE;
	}

/** NAVIGATION */
	DIV#navigation LI
	{
		display: inline;
		padding: 1px;
		margin: 1px;
	}
	DIV#navigation A
	{
		padding: 2px 5px;
		border: 1px solid #5A9DBE;
	}
	DIV#navigation A.sub
	{
		padding: 2px 5px;
		border: 1px solid #FFCC00;
	}
	DIV#navigation A.active
	{
		padding: 2px 2px;
		border: 1px solid #008000;
		background-color: #8FFF8F;
	}

/**< MODULE XML */
TABLE#module-xml
{
	border: 1px solid #CCCCCC;
	background-color: #DFDFDF;
	padding: 2px;
}
TABLE#module-xml TD
{
	border: 1px solid #CCCCCC;
	padding: 2px;
	text-align: left;
}
TABLE#module-xml TD.center
{
	text-align: center;
}
TABLE#module-xml TD.td-titre
{
	text-align: right;
}

/**< CNIL */
#cnil
{
	font-size: 8pt;
	color: #5A9DBE;
}
/**< Maintenance */
DIV#msgResponseAjax
{
	background-color: red;
}