/**
 * Style sheet nodeo
 */
/* Remise à zéro et règles globales */
*
{
	margin:0;
	padding:0;
	border:0;
}

html
{
	overflow-x: hidden;
}

/* Styles des éléments principaux de mise en page */
body
{
	background-color:#fff;
	font-family:Tahoma, Helvetica, Geneva, sans-serif;
	font-size:70%;
	color:#000;
	background:url(template_images/bg_repeat.png) repeat-x;
}

/* Style complémentaire de la page d'accueil */
body#top
{
}

/* Conteneur de la page */
#wrapper
{
}

/* Styles du Header */
#header
{
	width:100%;
}

#header_up
{
	width:100%;
}

#header_up div#logo
{
	width:547px;
	height:144px;
}

#header_up div#login
{
	width:400px;
	height:130px;
	float:right;
}

#menu_principal
{
	position:relative;
	z-index: 10;
}

#image_bandeau
{
	width:400px;
	height:300px;
	float:left;
	background-color: transparent !important;
}

#illustrations_bandeau
{
	width:400px;
	height:300px;
	float:left;
	background-color: transparent !important;
}

#bandeau
{
	height:260px;
	margin-left:400px;
	padding:0;
	background-color: transparent !important;
}

#section_head_left
{
	width:305px;
	height:600px;
	float:left;
	margin-top:0px;
	margin-left:-310px;
	background-image:url("template_images/bg_float_left.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#section_head_right
{
	width:305px;
	height:600px;
	float:right;
	margin-top:0px;
	margin-right:-300px;
	background-image:url("template_images/bg_float_right.png");
	background-position:right top;
	background-repeat:no-repeat;
}

#container
{
	background-color: transparent !important;
}

div.custom
{
	height:300px;
	margin:0;
	padding:0;
	z-index: 1;
	background-color: transparent !important;
}

div.mod_breadcrumb
{
	width:960px;
	padding:12px 35px;
	font-size:1.1em;
	color:#666;
	letter-spacing: 1px;
}

#left
{
	padding:10px 5px;
	background-color: transparent !important;
}

#main
{
	height:auto;
	min-height: 300px;
}

#right
{
	padding:10px 5px;
}

#footer
{
	padding:15px 0px;
	background-color:#fff;
	border-top:2px solid #ccc;
	font-size:12px;
	color:#666;
	line-height:22px;
	letter-spacing: 1px;
}

#footer div.inside
{
	text-align:center;
}
