/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0;
		text-decoration:none;
		list-style:none
	}
	body {
		font-size:68.75%;
		font-family:arial, helvetica, sans-serif;
		color:#606060;
		padding:20px 0 0 0
	}
	img {border:none}
	a, a:hover {text-decoration:none}
/* --------------------------------------------------------------------------------------------- Récurrents */
	strong {font-weight:bold}
/* ------------------------------------------------------------------------ Padding */
	.padding_left10 {padding-left:10px}
	.padding_top15 {padding-top:15px}
/* ------------------------------------------------------------------------ Boutons extensibles */
	div.bt {
		height:20px;
		background:url(../../images/boutons/gris_left.gif) no-repeat;
		padding:0 0 0 3px;
	}
	div.bt_bis {
		height:20px;
		background:url(../../images/boutons/gris_left.gif) no-repeat;
		padding:0 0 0 3px;
		margin: 25px 0 5px 0;/* modif 020407 by Chris */
	}
	div.bt a, div.bt_bis a {
		float:left;
		display:block;
		height:18px;
		padding:2px 4px 0 3px;
		background:url(../../images/boutons/gris_middle.gif) repeat-x;
		color:#e60005
	}
	div.bt a:hover , div.bt_bis a:hover{color:#655e60}
	div.bt div.right, div.bt_bis div.right {
		float:left;
		width:2px;
		height:20px;
		background:url(../../images/boutons/gris_right.gif)
	}
	div.bt.retour , div.bt_bis.retour {margin:20px 0 0 0}
/* --------------------------------------------------------------------------------------------- Publicités */
	table.pub {
		float:left;
		border-collapse:collapse
	}
	#contenu table.pub tr td {
		background:none;
		border:none
	}
/* ------------------------------------------------------------------------ Header */
	table.header {margin:29px 0 0 0}
/* ------------------------------------------------------------------------ Contenu */
	table.contenu {margin:13px 0 15px 0}
	table.contenu tr td {padding:0 0 0 17px}
/* --------------------------------------------------------------------------------------------- Global */
	#global {
		width:991px;
		margin:0 auto
	}
	
/* --------------------------------------------------------------------------------------------- Header */

	#header {
		height:180px;
		width:1000px;
		background:#C80055 url('../../images/fond_header.gif') no-repeat top left;
		position:relative;
		font-size:1.5em;
	}
	
	#header #logo {
		margin:11px 0 0 10px;
		float:left;
	}
	
	#header #header-content {
		float:left;
		width:782px;
		position:absolute;
		left:190px;
		top:115px;
	}
	
	#header #header-content img {
		margin:12px 0 18px 52px;
	}
	
	#header #header-content p {
		color:white;
		font-size:0.9em;
		margin-left:5px;
	}
	
	#header #header-content #zone-recherche {
		float:right;
	}
	
	*+html #header #header-content #zone-recherche {
		position:relative;
		bottom:5px;
	}
	
	#header #header-content #zone-recherche input {
		border:1px solid black;
	}
	
	#header #header-content #zone-recherche input#submit-recherche {
		padding:0;
		color:#F63F63;
		background:#D1D3D4;
		font-weight:bold;
	}
	
	#header #pub-header {
		float:left;
		margin:12px 0 0 20px;
	}
/* --------------------------------------------------------------------------------------------- Logo */
	#logo {
		float:left;
		margin:0 55px 0 30px
	}
	
/* --------------------------------------------------------------------------------------------- Menu */

	#header ul#menu {
		background:url('../../images/degrade-cyan.png') no-repeat 3px 0;
		width:986px;
		padding:5px 0 0 14px;
		height:34px;
		float:left;
		clear:both;
		margin-top:6px;
	}
	
	*+html #header ul#menu {
		margin-top:0px;
	}
	
	ul#menu li {
		display:block;
		float:left;
		padding:0 18px 0 0;
	}
	
	ul#menu li.last {
		padding:0
	}
	
	ul#menu li a {
		color:#4A3A43;
		font-size:0.8em;
		padding:0 8px 0 0;
	}	

/*	#menu {
		float:left;
		width:971px;
		height:25px;
		background:url(../../images/structure/menu.gif) no-repeat;
		margin:20px 0 0 0;
		padding:10px 0 0 20px
	}
	#menu li {display:inline}
	#menu li img {
		float:left;
		margin:0 15px 0 0
	}
	#menu li img.marge_top {margin:1px 15px 0 0}
	
*/

/* --------------------------------------------------------------------------------------------- Left */
	#left {
		float:left;
		width:334px;
		padding:7px 0 0 0
	}
/* ------------------------------------------------------------------------ Recherche */
	#left input.recherche {
		float:left;
		width:127px;
		height:15px;
		padding:2px 0 0 3px;
		border:solid 1px #655e60;
		font-size:1em;
		color:#655e60;
		margin:0 5px 0 13px
	}
	#left div.rechercher {float:left}
/* ------------------------------------------------------------------------ Bloc arrondi marron */
	#left #arrondi_marron_top, #left #arrondi_marron_bottom {
		float:left;
		width:222px;
		height:7px;
		font-size:0em
	}
	#left #arrondi_marron_top {
		background:url(../../images/structure/arrondi_marron_top.gif);
		margin:8px 0 0 0
	}
	#left #arrondi_marron_bottom {
		background:url(../../images/structure/arrondi_marron_bottom.gif);
		margin:0 0 35px 0
	}
	#left #arrondi_marron {
		float:left;
		width:205px;
		border-left:solid 1px #988e7c;
		border-right:solid 1px #988e7c;
		background:#ded8ce;
		padding:3px 8px 0 7px;
		min-height:210px
	}
	* html #left #arrondi_marron {height:210px}
	#left #arrondi_marron #recherche_avancee {
		display:block;
		margin:160px 0 0 0;
		background:url(../../images/elements/puce_violet.gif) no-repeat 0 6px;
		padding:0 0 0 7px;
		color:#743673;
		text-decoration:underline
	}
	#left #arrondi_marron #recherche_avancee:hover {text-decoration:none}
/* -------------------------------------------------- Bloc arrondi violet */
	#left #arrondi_marron #arrondi_violet {
		position:absolute;
		top:25px;
		left:8px;
		width:307px;
		padding:6px 0 0 0;
		background:url(../../images/structure/arrondi_violet_top.gif) no-repeat
	}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle {
		background:url(../../images/structure/arrondi_violet_bottom.jpg);
		padding:5px 10px 10px 10px;
		min-height:128px
	}
	* html #left #arrondi_marron #arrondi_violet #arrondi_violet_middle {height:128px}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle img {
		vertical-align:middle;
		margin:0 0 5px 0
	}
/* -------------------------------- Recherche */
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire {
		float:left;
		width:100%;
		margin:7px 0 0 0
	}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire label {
		float:left;
		color:#fff;
		background:url(../../images/elements/carre_rouge.gif) no-repeat 0 7px;
		padding:0 0 0 8px;
		line-height:18px
	}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire select {
		float:left;
		background:#e9e7da;
		margin:0 0 0 10px;
		height:15px;
		font-size:.9em
	}
	*+html #left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire select {height:20px}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire select.filiere {width:185px}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire select.niveau {width:138px}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire select.genre {width:106px}
	#left #arrondi_marron #arrondi_violet #arrondi_violet_middle div.formulaire select.departement {
		width:152px;
		margin:0 10px 0 10px
	}
/* --------------------------------------------------------------------------------------------- Contenu */
	#contenu {
		float:left;
		width:508px;
		padding:20px 0 0 0;
	}
/* --------------------------------------------------------------------------------------------- Titres */
	#contenu h1 {
		color:#00a6eb;
		font-size:1.6em;
		border-bottom:solid 1px;
		margin:0 0 25px 0 /*modif 02/04/07 by Chris */
	}
	#contenu h2 {
		color:#B50550;
		font-size:1.5em;
		margin:0 0 8px 0
	}
	#contenu h3 {
		font-size:1.2em;
	}
	#contenu div.titre {
		position:relative;
		float:left;
		width:100%;
		border-bottom:solid 1px
	}
	#contenu div.titre a {
		position:absolute;
		right:0;
		bottom:0
	}
	* html #contenu div.titre a {bottom:-1px}
/* --------------------------------------------------------------------------------------------- Right */
	#right {
		float:left;
		width:130px;
		padding:22px 0 0 19px
	}
/* --------------------------------------------------------------------------------------------- Footer */
	#footer {
		position:relative;
		clear:both;
		width:100%;
		background:url(../../images/structure/footer.gif) no-repeat 220px top;
		margin:20px 0 0 0;
		padding:8px 0 15px 0
	}
	#footer span {
		position:absolute;
		top:10px;
		left:0;
		font-size:.8em
	}
	#footer ul {
		text-align:center;
		padding:0 0 5px 0
	}
	#footer ul li {display:inline}
	#footer ul li a {color:#00a6eb}
	#footer ul li a:hover {text-decoration:underline}
	
/* ---------------------------------------------------------------------------------------- Menu SF */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.3em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu ul li a {
	padding: 		2px 6px !important;
	font-size:0.9em;
}

.sf-menu ul li a:hover {
	text-decoration:underline;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}