/* --- RESET CSS --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. */ 
  overflow-y: scroll;
} 
body { 
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2; /* À adapter au design. */ 
  color: black;
  background: #EEEEEE;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
} 
/* Titres */ 
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: bold; 
  font-style: normal;
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px;
  padding: 0;
} 
/* Paragraphes */ 
p { 
  margin: .75em 0;
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color: ; 
} 
a:visited { 
  color: ; 
} 
a:hover, a:focus, a:active { 
  color: ; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
/* Divers éléments de type en-ligne */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. */ 
}

/* --- END RESET CSS --- */

body {
	width: 100%;
	background-image: url(../imgs/bkg_body2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	outline: none;
}
#main_container {
	width: 1000px;
	margin: 15px auto;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
#logo {
	width: 1000px;
	background:url(../imgs/bkg_header.jpg) no-repeat 0 0 #FFF;
	border-bottom:solid 4px #006;
}

#logo .title { float:right; width:1000px; text-align:right; text-decoration:none; margin-top:35px; }

#logo h1 {
	display:inline;
	font-size:16px;
	margin-top:15px;
	color:#00006f;
	background:url(../imgs/bkg_white_transparent.png) repeat top left;
	padding:5px 5px 5px 50px;
	text-decoration:none;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

#logo h2 {
	color: #c5d447;
	font-size: 18px;
	font-weight: bold;
}
#menu_general {
	width: 1000px;
	float: left;
	margin-top:10px;
	text-align: center;
}
#menu_general a { color: #FFF; text-decoration: none; display: block; font-size: 14px; font-weight:bold; padding:73px 0 5px 0; text-shadow:1px 1px 1px #333; }

#menu_general-ace { background:url(../imgs/btn-bkg-ace.png) 0 -30px no-repeat; outline:none; }
#menu_general-ace:hover { background:url(../imgs/btn-bkg-ace.png) 0 -39px no-repeat; outline:none; }

#menu_general-jeunes { background:url(../imgs/btn-bkg-jeunes.png) 0 -30px no-repeat; outline:none; }
#menu_general-jeunes:hover { background:url(../imgs/btn-bkg-jeunes.png) 0 -39px no-repeat; outline:none; }

#menu_general-international { background:url(../imgs/btn-bkg-international.png) 0 -30px no-repeat; outline:none; }
#menu_general-international:hover { background:url(../imgs/btn-bkg-international.png) 0 -39px no-repeat; outline:none; }

#menu_general-adultes { background:url(../imgs/btn-bkg-salaries.png) 0 -30px no-repeat; outline:none; }
#menu_general-adultes:hover { background:url(../imgs/btn-bkg-salaries.png) 0 -39px no-repeat; outline:none; }

#menu_general-entreprises { background:url(../imgs/btn-bkg-entreprises.png) 0 -30px no-repeat; outline:none; }
#menu_general-entreprises:hover { background:url(../imgs/btn-bkg-entreprises.png) 0 -39px no-repeat; outline:none; }

.menu_general_titre {
	width: 200px;
	float: left;
}
.ace_menu:HOVER {
	background:url(../imgs/btn-bkg-ace.png) top left #FFF no-repeat;
}
.ace_menu_actif {
	
}
.salaries_menu:HOVER {
	
}
.salaries_menu_actif {
	
}
.jeunes_menu:HOVER {
	
}
.jeunes_menu_actif {
	
}
.entreprises_menu:HOVER {
	
}
.entreprises_menu_actif {
	
}
.border_r {
	border-right: 1px dotted #000000;
}
.border_l {
	border-left: 1px dotted #000000;
}
.border_b {
	border-bottom: 1px dotted #000000;
}
#banner_rotator { clear: left; width:1000px; height: 228px; background:#006 url(../imgs/bkg-banner-rotator.jpg) repeat-x top left; }
#banner_rotator_container { clear:left;	width:1000px; height:228px; background:#006; padding:0; margin:0; }

#zone_contenu {
	float: left;
	background-color: #fff;
	margin-top: -3px;
}
#bloc_gauche {
	width: 250px;
	float: left;
}
hr {
	clear: both;
	background: none;
	border: none;
	border-bottom:1px dotted #333333;
}
/*<---------- MENU GAUCHE ---------->*/
#menuGauche {
	margin: 25px 0px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 15px;
}
#menuGauche div {
	margin-right: 25px;
	text-align: right;
}
#menuGauche a {
	display: block;
	padding-bottom: 15px;
	text-decoration:none;
	color:#000000;
}
#menuGauche a:hover,
#menuGauche .carre-on,
#menuGauche .rond-on,
#menuGauche .carre-int-on,
#menuGauche .carre-int-end-on {
	padding-left: 5px;
	letter-spacing: 1px;
	font-weight: bold;
}

#menuGauche .carre {
	background:url(../imgs/menu-gauche/puce-carre.gif) no-repeat;
	background-position:right 0.4em;
	padding-right:18px;
}
#menuGauche .carre:hover, .carre-on {
	background:url(../imgs/menu-gauche/puce-carre_on.gif) no-repeat right;
	background-position:right 0.4em;
	padding-right:18px;
}

#menuGauche .rond,
#menuGauche .rond-on {
	background:url(../imgs/menu-gauche/puce-rond.gif) no-repeat;
	background-position:right 0.4em;
	padding-right:18px;
	padding-bottom: 10px;
	text-decoration:none;
	color:#000000;
}
#menuGauche .rond-on {
	background:url(../imgs/menu-gauche/puce-rond_on.gif) no-repeat;
	background-position:right 0.4em;
}

#menuGauche .carre-int {
	background:url(../imgs/menu-gauche/puce-carre-int.gif) no-repeat;
	background-position:right 0.4em;
	padding-right:35px;
	border-right:1px solid #DBDBDB;
	margin-right:4px;
}
#menuGauche .carre-int:hover,
#menuGauche .carre-int-on {
	background:url(../imgs/menu-gauche/puce-carre-int_on.gif) no-repeat right;
	background-position:right 0.4em;
	padding-right:35px;
	border-right:1px solid #DBDBDB;
	margin-right:4px;
}

#menuGauche .carre-int-end {
	background:url(../imgs/menu-gauche/puce-carre-int-end.gif) no-repeat;
	background-position:right 0;
	padding-right:40px;
}
#menuGauche .carre-int-end:hover,
#menuGauche .carre-int-end-on {
	background:url(../imgs/menu-gauche/puce-carre-int-end_on.gif) no-repeat right;
	background-position:right 0;
	padding-right:40px;
}

#bordureBasGauche {
	clear: left;
	font-size: 0px;
	width:180px;
	height:5px;
}
/*<--------------------------------->*/
#bloc_droit {
	width: 748px;
	float: left;
	background-color: #FFFFFF;
}

/* --- MENU --- */ 

#navigation {
	height: 25px;
	margin:1px 0 0 1px;
}
.border_menu {
	border-right: 1px solid #b1b1b1;
}
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 750px;
}
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 149px;
	height: 25px;
	float: left;
}
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	z-index: 1020;
	cursor: default;
	width: 148px;
	position: absolute;
	left: -1000em;
	border: 1px solid #b1b1b1;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
ul.MenuBarHorizontal ul li {
	width: 148px;
	border-bottom: 1px solid #b1b1b1;
}
.actif {
	color: #000000;
	background-image: url(../imgs/bkg_menu_hover.jpg);
	background-repeat: repeat-x;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-image: url(../imgs/bkg_menu.jpg);
	background-repeat: repeat-x;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color: #000000;
	background-image: url(../imgs/bkg_menu_hover.jpg);
	background-repeat: repeat-x;
}
ul.MenuBarHorizontal ul li a {
	color: #000000;
	background-color: #f1f1f1;
	background-image: none;
}
ul.MenuBarHorizontal ul li a:HOVER {
	background-image: url(../imgs/bkg_menu_hover.jpg);
	background-repeat: repeat-x;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-image: url(../imgs/bkg_menu.jpg);
	background-repeat: repeat-x;
	cursor: default;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	color: #000000;
	background-image: url(../imgs/bkg_menu_hover.jpg);
	background-repeat: repeat-x;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
/* --- END MENU --- */
#fil_arianne {
	margin: 20px;
}
#fil_arianne a {
	text-decoration: none;
	color: #000000;
}
#fil_arianne a:hover {
	text-decoration: underline;
}
#fil_arianne span {
	text-decoration: underline;
}
#text_intro {
	width:80%;
	float:left;
	padding: 0px 20px;
	text-align: justify;
}
#text_intro h1 {
	font-size: 14px;
	font-weight: bold;
}
#container_contenu {
	float: left;
	width: 708px;
	padding: 10px 20px 50px 20px;
}
#container_contenu p {
	text-align: justify;
	line-height: 1.25em;
	margin: 0px;
}

/**** Contenu sur deux colonnes ****/

.col2_1, .col2_2 {
	width:48%;
	float:left;
}

.col2_2 {
	float:right;
}
.col_gauche {
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
.col_droite {
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
.contact_col {
	width: 33%;
	float: left;
	padding-bottom: 20px;
}
.titre {
	font-weight:bold;
	font-size:1.1em;
	color:#FF0909;
}
.entete_contact {
	width: 100%;
	clear: both;
}
.contact-cols1 a, .contact-cols2 a, .contact-cols3 a {
	color:#000000;
	text-decoration:underline;
	padding-bottom:10px;
	display:block;
}
.contact-cols1 a:hover, .contact-cols2 a:hover, .contact-cols3 a:hover {
	color: #0c429c;
}

/****/
.liens_internes a {
	color: #000000;
}
.liens_internes a:hover {
	color: #0c429c;
}
.lien_standard {
	color:#000000;
	text-decoration:underline;
}
.lien_standard:hover {
	color:#0c429c;
}
.marge_haut {
	padding-top: 10px;
}
.marge_basse {
	padding-bottom: 50px;
}
.marge_basse2 {
	padding-bottom: 80px;
}
.marge_basse3 {
	padding-bottom: 170px;
}
.marge_basse4 {
	padding-bottom: 260px;
}
.marge_inscription {
	padding-bottom: 570px;
}
.puce, .correspondant {
	background:url(../imgs/puce-carre.gif) no-repeat 0% 0.4em;
	padding-left:12px;
	margin-bottom:0;
	margin-top:8px;
}
.puce {
	padding-right: 10px;
	clear: both;
}
.correspondant {
	width: 40%;
	float: left
}
.liste, .listeBR, .listeTriangles, .listeTrianglesBR {
	padding-left: 0;
	margin-left: 0;
	list-style :none;
}
.liste li {
	text-align: justify;
}
.liste li, .listeBR li{
	background: url(../imgs/puce-carre.gif) no-repeat 0% 0.4em;
	padding-left: 12px;
	line-height: 1.5em;
}
.listeTriangles li, .listeTrianglesBR li {
	background: url(../imgs/puce.gif) no-repeat left 4px;
	padding-left: 12px;
	padding-bottom: 15px;
}
.listeBR li, .listeTrianglesBR li {
	padding-bottom: 8px;
}
.listeBR li a, .listeTriangles li a, .liste a {
	color:#000000;
}
.listeBR li a:hover, .listeTriangles li a:hover, .liste a:hover {
	color: #0c429c;
}
.partenaire{
	width: 100%;
	border-top:1px dotted #333333;
}
.left {
	float: left;
}
.right {
	float: right;
}
#partager-colGauche{
	width: 50%;
	float: left;
}
#partager-colDroite {
	width: 50%;
	float: left;
}
#partager-colGauche input{
	width: 92%;
	margin-bottom: 10px;
}
.erreur{
	color:red;
	font-weight:bold;
}
.erreurItem{
	color:red;
}
.confirmOK {
	padding-bottom: 200px;
}
.partenaire{
	padding:15px 0 15px;
	width: 100%;
}
.partenaire h3{
	margin:0;
	display:inline;
}
.partenaire a{
	color:#000000;
	text-decoration:none;
	padding-left:15px;
	background:url(../imgs/puce.gif) no-repeat 5px 0.4em;
}
.partenaire a:hover, .revue a:hover{
	text-decoration:underline;
}
.spacer{
	clear:both;
	font-size:1px;
}
.revue{
	background:url(../imgs/revues.jpg) no-repeat left top;
	margin-top:25px;
	padding-left:30px;
}
.revue a, .lien a, .show{
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	margin-left:5px;
	background:url(../imgs/puce.gif) no-repeat left;
}
.revue p {
	padding-left: 15px;
}
.lien a:hover{
	text-decoration:underline;
}
#formCatalogue{
	margin-top:10px
}
#formCatalogue span, #formContact span{
	width:15%;
	display:block;
	float:left;
	margin-top:3px;
}
#formCatalogue textarea, #formContact textarea{
	width:100%;	
}
#formCatalogue .coordonnees input{
	width:84%;
}
#formCatalogue .coordonnees div, #formContact .coordonnees div{
	margin-top:3px;
}
#formCatalogue .connu select{
	width:100%;
	margin-bottom:15px;
}
#formCatalogue, #formContact{
	margin:0 auto 0 auto;
}
#formCatalogue .checkbox{
	width:33%;
	float:left;
}
#reponse {
	width: 100%;
}
#footer {
	clear: left;
	width: 1000px;
	height: 120px;
	padding: 1px 0px;
	background-image: url(../imgs/bkg_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container_box_footer {
	width:  960px;
	margin: 0px 20px;
	float: left;
}
#box_footer {
	width: 192px;
	float: left;
}
#box_footer a {
	color: #000000;
	text-decoration: underline;
}
#box_footer a:HOVER {
	color: #0c429c;
}
#box_footer p {
	font-size: 10px;
}
#box_footer .bold {
	color: #000000;
	font-weight: bold;
	font-size:12px;
}
#formation_footer {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
#formation_footer li {
	list-style-image: url(../imgs/fleche_liste.png);
}
#formation_footer h3 {
	font-size: 10px;
	font-weight: normal;
	margin: 8px 0px;
	line-height: 1;
}
.ancien_presta {
	text-decoration: underline;
	font-size: 10px;
}
.clear {
	clear:both; 
}
