#header {
	margin:0;
	padding:0;
}

#header_top {
	margin:0;
	padding:0;
	/*
	height: 142px;
	padding-left: 20px;
	padding-top: 20px;
	*/
	width:1000px;
	height:254px;
}
#header_bottom {
	margin:0;
	padding:0;
	height: 46px;
}

#header_ombre {
	border: 0;
	margin: 0;
	clear: both;
	float: right;
	width: 100%;
	text-align: right;
}
	
.header_component_left {
	float: left;
	height: 46px;
}
.header_component_right {
	float: right;
	height: 46px;
}

.text_align_left {
	text-align: left;
}

/* Liens spécialisés pour le menu de gauche */
#left a:link {
	color: #686870;
	background-color: transparent;
	text-decoration: none;
}

#left a:visited {
	color: #686870;
	background-color: transparent;
	text-decoration: none;
}

#left a:hover {
	color: #5E92E1;
	background-color: transparent;
	text-decoration: none;
}

#left a:active {
	color: #2058AC;
	background-color: transparent;
	text-decoration: none;
}

.inscr-head-title{
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
  color: #605261;
}
