*
{
	margin: 0px;
	padding: 0px;

	font-size: 11px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
}

html
{
	width: 100%;
	height: 100%;
	
	position: relative;
}

body
{
	width: 100%;
	height: 100%;
	
	position: relative;
	
	background-color: white;
}

* a, * a:link, * a:visited, * a:active
{
	text-decoration: none;
}

* img
{
	border: none;
}

* .spacer
{
	clear: both;
}

#robot, .input_submit
{
	display: none;
}

/***/
/** CSS popup d'attente **/

#popup_wait *
{
	z-index: 800;
}

#popup_wait
{
	z-index: 800;

	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;
	
	position: absolute;
	
	vertical-align: middle;
	
	background: url('images/popup/wigze_popup.bg.png') repeat top left;
}

#popup_wait #popup_wait_cont
{
	width: 509px;
	height: 219px;
	
	text-align: center;
	
	position: absolute;
	
	background: url('images/popup/wigze_popup.png') no-repeat top left;
}

#popup_wait #popup_wait_cont .title
{
	width: 170px;
	height: 27px;
	
	padding-top: 37px;
	padding-left: 54px;
	
	background: url('images/popup/wigze_popup.title.gif') no-repeat bottom right;
}

#popup_wait #popup_wait_cont .title span
{
	display: none;
}

#popup_wait #popup_wait_cont .txt
{
	color: #666666;
	
	text-align: center;
	
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

/***/
/** CSS Conteneur **/

#conteneur
{
	width: 100%;
	height: 100%;
	
	position: relative;
}

/***/
/** CSS Content **/

#conteneur #content
{
	width: 100%;
	height: auto;
	
	position: relative;
}

#conteneur #content #bgvert
{
	width: 100%;
	height: auto;
	
	position: relative;
	
	background-color: #97bf0d;
}

#conteneur #content #bgvert #fondblanc
{
	z-index: 100;

	left: 0px;
	margin-top: 0px;

	width: 100%;
	height: 103px;
	
	position: fixed;
	
	background-color: white;
}

#conteneur #content #bgvert #fondblanc #content_head
{
	width: 466px;
	height: 103px;
	
	margin: auto;
	
	position: relative;
}

#conteneur #content #bgvert #fondblanc #content_head #logo
{
	width: 137px;
	height: 103px;
	
	float: left;
	
	margin-right: 26px;
	
	background: url('images/logo.gif') no-repeat center left;
}

/***/

#conteneur #content #bgvert #fondblanc #content_head .title
{
	width: 149px;
	height: 103px;
	
	float: left;
	
	background-repeat: no-repeat;
	background-position: 0px 45px;
}

#conteneur #content #bgvert #fondblanc #content_head .title span
{
	display: none;
}

/***/

#conteneur #content #bgvert #text_content
{
	width: 440px;
	height: auto;
	
	margin: auto;
	
	padding-top: 103px;
	padding-right: 26px;
	padding-bottom: 35px;
	
	position: relative;
}

/***/

#conteneur #content #bgvert  #text_content #mascotte
{
	right: -95px;
	bottom: 0px;

	width: 95px;
	height: 131px;
	
	position: absolute;
	
	background: url('images/content.logo.bg.gif') no-repeat top left;
}

/***/

#conteneur #content #bgvert #text_content .text
{
	color: white;
	
	text-align: justify;

	font-size: 13px;
	font-weight: normal;
	font-family: "Tahoma", Arial, Verdana;
	
	padding-top: 25px;
}

#conteneur #content #bgvert #text_content .text strong
{
	color: white;

	font-size: 14px;
	font-weight: bold;
	font-family: "Tahoma", Arial, Verdana;
}

#conteneur #content #bgvert #text_content .text h1
{
	color: white;

	font-size: 15px;
	font-weight: bold;
	font-family: "Tahoma", Arial, Verdana;
	
	display: inline;
}

#conteneur #content #bgvert #text_content .text strong.color
{
	color: #ad007c;

	font-size: 14px;
	font-weight: bold;
	font-family: "Tahoma", Arial, Verdana;
}

/***/
/** CSS Fake - Footer **/

#fake_foot
{	
	width: 100%;
	height: 58px;
}

/***/
/** CSS Footer **/

#footer
{
	z-index: 100;

	left: 0px;
	bottom: 0px;
	
	width: 100%;
	height: 29px;
	
	padding-top: 29px;
	
	position: fixed;
	
	text-align: center;
	
	background-color: white;
}

#menu
{
	width: 100%;
	height: 22px;
	
	padding-top: 7px;
	
	text-align: center;
	
	background-color: #888787;
}

#footer ul.item
{
	width: auto;
	height: 29px;
	
	margin: auto;
	
	text-align: center;
	
	list-style-type: none;
	
	position: relative;
	
	display: inline-block;
}

#footer ul.item li
{
	float: left;

	width: auto;
	height: 29px;
	
	color: white;
	
	font-size: 12px;
	font-weight: bold;
	
	position: relative;
	
	text-align: center;
}

#footer ul.item li.separator
{
	padding-left: 5px;
	padding-right: 5px;
}

#footer ul.item li a:link, #footer ul.item li a:visited, #footer ul.item li a:active   
{
	color: white;
	
	font-size: 12px;
	font-weight: bold;
}

#footer ul.item li a:hover  
{
	color: #3a3a3a;
	
	font-size: 12px;
	font-weight: bold;
}
