/* CSS Document */

/*
** Configuration générale
*/

* { margin: 0px; padding: 0px }

a {
	color: #3d6f92;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

img {
	vertical-align: top;
}

ul {
	list-style: none;
}

strong {
	font-size: 12px;
	color: #444444;
}

ol {
	margin-left: 15px;
	list-style-position: outside;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #868686;
	z-index: 15;
	background-color: #ffffff;
}

/*
** Configuration et positionement des principales DIV
*/

/* Ligne supérieur */

#header {
	height: 61px;
	background: url(img/header.gif) repeat-x;
}

/* Corps central */

#main {
	width: 738px;
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
	z-index: 15;
}

/* Logo XPERTeam RH et fil RSS */

#logo {
	height: 80px;
	padding-top: 20px;
}

/* Barre de navigation */

#menu {
	height: 53px;
	width: 738px;
}

#menu_left {
	float: left;
	height: 53px;
	width: 11px;
	background: url(img/menu_left.gif) no-repeat;
}

#menu_right {
	float: right;
	height: 53px;
	width: 6px;
	background: url(img/menu_right.gif) no-repeat;
}

#menu_center {
	height: 53px;
	padding-top: 9px;
	margin-left: 11px;
	margin-right: 6px;
	background: url(img/menu.gif) repeat-x;
}

#menu_center li {
	float: left;
	width: 119px;
	background: url(img/menu_center.gif) top right repeat-y;
	text-align: center;
}

#menu_center li a {
	color: #919191;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 8px 0px 5px 0px;
}

#menu li a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu li a:active {
	border: none;
}

#menu li:active {
	border: none;
}

#menu_center .last {
	background: none;
}

/* Banniere */

#banniere {
	margin-top: 10px;
	width: 738px;
	height: 311px;
	background: url(img/ban.jpg) no-repeat;
}

#banniere_content {
	height: 200px;
	padding-top: 45px;
	padding-left: 414px;
	color: #ffffff;
}

#banniere_text {
	font-size: 16px;
	padding-right: 55px;
}

#banniere_button {
	margin-top: 35px;
	margin-left: 160px;
}

/* Contenu de la page */

#content {
	margin-top: 10px;
	width: 738px;
}

/* Footer et ligne inférieur */

#footer {
	clear: both;
	margin-top: 20px;
	height: 61px;
	background: url(img/header.gif) repeat-x;
}

#footer_content {
	width: 700px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #868686;
	font-size: 12px;
}

#footer_content a {
	color: #444444;
	font-weight: bold;
}

/*
** Configuration des DIV et Class secondaire
*/

/* Float */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* Alignement */

.centrer {
	text-align: center;
}

.droite {
	text-align: right;
}

/* Lien en bas a droite */

.click_here {
	text-align: right;
	padding-top: 10px;
}

/* Titre bleu */

.title_blue {
	color: #3d6f92;
}

/* Lien "More" */

.more {
	background: url(img/more.gif) top right no-repeat;
	padding-right: 13px;
	color: #000000;
	font-weight: bold;
}

/* Cadre avec bord arrondi */

.cadre_arrondi .top_left {
	float: left;
	width: 6px;
	height: 6px;
	background: url(img/border_tl.gif) left top no-repeat;
}

.cadre_arrondi .top_right {
	float: right;
	width: 6px;
	height: 6px;
	background: url(img/border_tr.gif) right top no-repeat;
}

.cadre_arrondi .top_center {
	margin-left: 6px;
	margin-right: 6px;
	height: 6px;
	background: url(img/border_tall.gif) top repeat-x;
}

.cadre_arrondi .middle_border_left {
	clear: both;
	background: url(img/border_tall.gif) left repeat-y;
}

.cadre_arrondi .middle_border_right {
	padding: 1px;
	background: url(img/border_tall.gif) right repeat-y;
}

.cadre_arrondi .header {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: right;
	background: url(img/header_img_bg.gif) bottom repeat-x;
	padding-top: 10px;
}

.cadre_arrondi .header .header_title {
	float: left;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: x-large;
	color: #000000;
}

.cadre_arrondi .header img {
	margin-top: -10px;
}

.cadre_arrondi .content {
	padding: 15px;
	padding-bottom: 5px;
}

.cadre_arrondi .bottom_left {
	float: left;
	width: 6px;
	height: 6px;
	background: url(img/border_bl.gif) left bottom no-repeat;
}

.cadre_arrondi .bottom_right {
	float: right;
	width: 6px;
	height: 6px;
	background: url(img/border_br.gif) right bottom no-repeat;
}

.cadre_arrondi .bottom_center {
	margin-left: 6px;
	margin-right: 6px;
	height: 6px;
	background: url(img/border_tall.gif) bottom repeat-x;
}

/* Hot news */

#hot_news {
	padding-left: 20px;
	float: right;
	width: 30%;
	background: url(img/vertical_line.gif) left repeat-y;
	padding-top: 25px;
}

/* Sous menu */

.sub_menu {
	margin-left: 10px;
	list-style-type: circle;
}

.sub_menu_current {
	list-style-type: disc;
}

.sub_menu_li {
	display: inline;
}

/* Plan du site */

.map li {
	margin-bottom: 3px;
}

.map .sub_menu {
	margin-left: 20px;
}

/* Logo animé des clients sur la page d'accueil */

#client_logo {
	width: 200px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

/* Categorie sur la page ressource.aspx */

.ressource_categorie > li {
	margin-top: 20px;
}