@charset "iso-8859-1";
@import url("header.css"); /* Header */
@import url("menuLeft.css"); /* Menu Left */
@import url("menuRight.css");/* Menu Right */
@import url("footer.css"); /* Footer */
@import url("espacePro.css"); /* Page logging EspacePro */
@import url("articleChapitre.css"); /* Page Article et Chapitre */
@import url("landingpage.css"); /* Moteur de recherche - Landing page - Liste des reponses */
@import url("presentation.css");/* Page presentation fiche organisme */
@import url("mer.css"); /* Formulaire de Mise en relation */
@import url("backOf.css"); /* Back office */
@import url("inscription.css"); /* Formulaire d'inscription */
@import url("articleCe.css"); /* Article CE */
@import url("articleEmployeurs.css"); /* Article Employeurs */


/*
**			RESET ALL ELEMENT
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

html, body {
/*	line-height: 1; */ /*  Desactiver pour test */
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
**			START HERE
*/

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	background-color:#FFF;
	text-align: center; /* pour corriger le bug de centrage IE */ 
	color:#000;
}

a:link, a:visited, a:active { color: #FFFFFF; text-decoration: none; font-weight:normal;}
a:hover{text-decoration: underline;}

.no-undeline{
	text-decoration:none;
}
.underline{
	text-decoration:underline;
}
a.underline{
	text-decoration:underline;
}
.bold{font-weight:bold;}
a.bold{font-weight:bold;}

.red{color:#fb231e;}
.orange1{color:#ff8f2d;}
.orange2{color:#fe3a00}
.blue1{color:#849ed1;}
.blue2{color:#4391ac;}
.bluegrey{color:#446e87;}
.green{color:#60af00;}
.green2{color:#339967;}
.blue3{color:#4e80cc;}
.red2{color:#de300c;}
.red3{color:#d92b07;}
.purple{color:#9F0975;}

a.red{color:#fb231e;}
a.orange1{color:#ff8f2d;}
a.orange2{color:#fe3a00;}
a.blue1{color:#849ed1;}
a.blue2{color:#4391ac;}
a.bluegrey{color:#446e87;}
a.green{color:#60af00;}
a.green2{color:#339967;}
a.purple{color:#9F0975;}
/* TEST */
li.orange1{color:#ff8f2d;}
li.orange2{color:#fe3a00;}
li.blue1{color:#849ed1;}
li.blue2{color:#4391ac;}
li.bluegrey{color:#446e87;}
li.green{color:#60af00;}
li.red{color:#fb231e;}

.clear{
clear:both;
/* border-top: 1px solid #fff; */
}
#article p { padding: 0.3em; }
#col-cartouches p{ padding:0; }

/* script pour mettre la ville en fonction du code postal */
.suggestionsBox {
	position: absolute;
/*	left: 45%; */
	margin: 10px 0px 0px 200px;
	width: 205px;
	height: 205px;
	background-color: #3D79D3;/*#212427;*/
/*	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; */
	border: 1px solid #3D79D3;	
	color: #fff;
}

.suggestionsBoxPre {
	position: absolute;
/*	left: 45%; */
	margin: 10px 0px 0px 285px;
	width: 200px;
	height: 205px;
	background-color: #3D79D3;/*#212427;*/
/*	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; */
	border: 1px solid #3D79D3;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	height: 205px;
}

.suggestionList li {
	list-style-type:none;
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

a.bblue {
	color:#3D79D3;
	text-decoration:underline;
}

.mention-droite{
	position:relative;
	float:right;
	margin-right:10px;
}

.contact-tel {
	background:transparent url(content/presentation/contact_tel.png) no-repeat top right;
	width:217px;
	height:32px;
	float:right;
	margin-top: -7px;
	margin-right: 2px;
	vertical-align:top;
}

.contact-tel p{
	padding-left: 48px;
	margin-top: 10px;
}

.blue-contact {
	color: #406ebd;
}

#autresArticles {
	text-align: left;
	margin: 10px;
}
#autresArticles h1{
	font-size: 18px;
	text-decoration: underline;
}
#autresArticles ul {
	list-style: square;
	color: #3D79D3;
	margin-left: 20px;
}
#autresArticles ul li {
	margin-bottom: 10px;
}
#autresArticles ul li a {
	font-weight: bold;
	color:#3d79d3;
}
#autresArticles ul li p {
	margin: 1px 0px 0px 10px;
	color: gray;
	font-weight: normal;
	font-style: italic;
}
#autresArticles ul li a:hover {
	color:#779ddb;
}

.articleContentBlue .mainAreaTitleBlue2 h1 {
  margin-left: 10px;
}

.textBoxUpFormation ul li h5 {
	display: inline;
}

.clk {
color: #4E80CC !important;
font-weight: inherit !important;
}

.bo-home .suggestionsBox {
	margin-top: 30px;
}
