html, body {
	background: #1A1A1A url(../../img/bgr2.gif) center repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;


}

div#global {
	min-height: 100%;
	position: relative;
	overflow: auto;
}

div#top {
	font-size: 11px;
	width: 871px;
	position:relative;
	height: 179px;
	background: #000 url(../../img/header.jpg) no-repeat;
}

a#logo {
	position:absolute;
	width: 350px;
	height: 170px;
	display:block;
	bottom: 0;
	right:	0;
}

div#marginTop {
	height: 50px;
	line-height: 50px;
}

div#navbar {
	position:absolute;
	bottom: 0;
	left: 14px;
}

div#wrapper_outline {
	margin: 			0 auto;
	position: 			relative;

	width: 871px;
	border-left: solid #4c4c4c 1px;
	border-right: solid #4c4c4c 1px;
	background: #000;
	padding: 0px 7px 0px 7px;
	
	background: url(../../img/bgr_wrapper.gif) repeat-y;
	

}

div#wrapper {
	
	position: relative;
}

div#menu {
	font-size: 12px; 
	line-height: 18px; 
	width: 190px;
	min-height: 100%;
	z-index: 100;float:left;
}

div#connexion {
	height:50px;
	font-size: 0.9em;
	line-height: 50px;
	color: #333333;
	padding-left: 16px;
}

div#connexion a:link,
div#connexion a:visited,
div#connexion a:hover,
div#connexion a:active {
	padding: 0;
	margin: 0;
	width: auto;
}

div#contenu {
	float:left;
	position: relative;
	padding: 0px 44px 50px 44px;
	margin-top: 0px;
	width: 593px;
}

div#ariane {
	height: 30px;
	font-size: 0.9em;
	color: #333;
}

div#footer {
	width: 100%;
	height: 20px;
	overflow: auto;
	font-size: 0.8em;
	text-align: right;
}


ul#menuItem li {
	float:left;
	display:block;
}

ul#menuItem li {
	display:block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	height: 22px; /* 55px de hauteur au hauteur, ADDITIONNER avec le Padding-Top.*/
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}

.menuSep{
float:left;
width:17px; 
padding-top: 2px;
height: 31px; /* 55px de hauteur au hauteur, ADDITIONNER avec le Padding-Top.*/
}

#colTp1 {
	padding-right: 12px;
	margin-right: 53%;
}

#colTp1_2 {
	width: 50%;
	float:right;
	padding-left: 12px;
}

.clear {
clear:both;
}

form.form label {
	float:left;
	width: 120px;
}

form.form input, form.form textarea, form.form select {
	color:#CC9900;
	width: 130px;
	padding-left: 6px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Verdana, Georgia;
}

#coinGauche {
	background: url(../../img/coinGauche.gif) top left no-repeat;
	position: absolute;
	left: 0px;
	padding-left: 44px;
}

#coinDroit {
	background: url(../../img/coinDroit.gif) top right no-repeat;
}


