@import url("http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css">);
@import url("http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts-min.css">);
/* -------------------------------------------------------------------- 
			  			DALLOZ
              Main styles definitions
            By Le Studio, Atos Worldline, 2009
-------------------------------------------------------------------- */

/* NOTES: Used in combination with "ie6hacks.css" and "ie7hacks.css"
style-sheets, called by conditional comments by each HTML file -- 
check those CSS for corrections for IE6 and IE7 browsers 

Check out the "dev.css" style-sheet also for modifications or 
add-ons done by the dev team
*/

/* MAIN COLORS REFERENCE:
  main color:					   	#B8262B;
  light grey:						#E6E4E7;
  medium grey:						#D5D3D7;
  dark grey:			 			#635372;
  mauve:							#8D7BA0;
  text: 			   				#1B1B1B;
*/

/* CSS index (!):
  DEFAULT VALUES
  PAGE BODY STRUCTURE & MAIN ELEMENTS
  NAVIGATION
  GENERAL BLOCKS
  TABLE SPECIFICS
  FORMS SPECIFICS
  SPECIFIC PAGES
  EXCEPTIONS & SPECIFICS (used sitewide)
*/




body {
	width: 100%;
	height: 100%; /* for layer on IE6 */
	font: 0.85em Arial, Helvetica, Sans-serif;
	color: #1B1B1B;
	background: #FFF;
	margin: 0 auto;
}
h1 {
	color:#B8262B;
	font-size:1.2em;
}
h2 {
	font-size: 1em;
	padding: 5px 0;
	margin:0;
}
h3 {
	font-size: 0.9em;
}
h4 {
	font-size:.85em;
	margin:20px 0 3px 0;
	font-style: normal;
	font-weight:100;
}
p, dt, dd {
	font-size: 0.85em;
}
ul li {
	font-size:0.95em;
}
img {
	border:none;
}
blockquote {
	list-style-image:url(http://www.elegia.fr/images/puce.gif);
}
a:link {
	color: #1B1B1B;
	background-color: inherit;
	text-decoration: underline;
}
a:visited {
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #8D7BA0;
	background-color: inherit;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	border: 0;
}
/* FORM DEFAULT VALUES */


fieldset {
	border: 0;
}
select {
	font-size: 100%;
}
input {
	font-size: 100%;
}
input[type=submit], input[type=reset] {
	font-weight: bold;
	color: #FFF;
	background: #B8262B;
	border: 1px solid #B8262B;
	border-bottom:2px solid #B8262B;
	cursor: pointer;
	vertical-align:top;
	margin:0;
}
/*input[type=reset]  {
	font-weight: bold;
	color: #FFF;
	background: #666;
	border: 0;
	cursor: pointer;
}*/
input[type=radio] {
	vertical-align: -2px;
	display:inline;
}
form#EG {
	background-color:#ECEBED;
	float:left;
}
#EG fieldset {
	font-style:normal;
	margin:0;
	padding: 10px 0 10px 0;
}
#EG h2 {
	font-weight:bold;
	color: #FFF;
	background: #B8262B;
	padding-left: 5px;
	margin-bottom:15px;
}
#EG p {
	margin:0 0 0.2em;
	padding:0.2em 0;
}
#EG label {
	float:left;
	line-height:1.8;
	padding:0 1.8em;
	margin:0.5em;
	padding-right:50px;
	clear:both;
	font-weight:bold;
	width:90%;
}
#EG label input, #EG label select {
	position:absolute;
	left:550px;
}
#EG label input[radio] {
	display:inline;
}
#swf {
	float:right;
	margin-top : 10px;
	display:none;
}
#bouton_agenda {
	float:right;
	margin-right:20px;
	text-align:center;
	margin-top:20px;
	margin-bottom : 20px;
}
/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 11
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */



/* --- POSITIONNEMENT --- */

/* Page */
#global {
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 20px;
}
/* En-tête */
#entete {
	/* background:url(../images/BANDEAU_2.jpg) top center no-repeat;*/
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#centre {
	float: left;
	width: 100%;
	background: #FFF url(../img/bg_wrapper.gif) 780px 0 repeat-y;
	margin-bottom: 20px;
}
/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
}
/* Colonne de gauche */
#navigation {
	float: left;
	padding:0;
	width: 250px;
}
/* Contenu principal */
#principal {
	margin-left: 250px;
	margin-right: 185px;
	padding-right :20px;
	padding-left :20px;
}
/* Contenu secondaire */
#secondaire {
	float: right;
	width: 180px;
	padding-left:0px;
}
/* Pied de page */
#footer {
	border-top:4px solid #635372;
	float:left;
	margin-bottom:40px;
	width:100%;
}
div.index {
	background:#EEEEEE none repeat scroll 0 0;
	float:left;
	margin:10px 25px;
	padding:15px 15px 10px;
}
div.index .thema {
	float:left;
	min-height:130px;
	width:auto;
}
div.index .thema p {
	background:none repeat scroll 0 0 #EEEEEE;
	border-bottom:1px solid #B8262B;
	color:#B8262B;
	font-size:1em;
	font-weight:bold;
	margin-right:30px;
	margin:0;
	width:110px;
}
div.index .first ul, div.index .first p {
	width:160px;
}
div.index ul {
	font-weight:bold;
	line-height:1.5;
	list-style-type:none;
	padding:5px 30px 10px 0;
	width:110px;
}
div.index a:link, div.index a:visited {
	color:#333333;
	text-decoration:none;
}
li li {
	font-size:0.95em;
}
div.index ul.sub {
	font-weight:normal;
	padding:5px 0 0 15px;
	width:auto;
}
div.index ul {
	font-weight:bold;
	line-height:1.5;
	list-style-type:none;
}
/* partners list */
	div.partners {
	float: right;
	width: 165px;
	min-height: 170px;
	background: #EEE url(../images/bg_partners.gif) repeat-y top left;
	padding-left: 20px;
}
div.partners p {
	color: #2D1841;
	font-size: 1em;
}
div.partners p strong {
	font-weight: normal;
}
div.partners ul {
	width: auto;
	padding: 5px 0 0;
}
div.infoLinks {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/bg_dottedH.gif) repeat-x scroll left top;
	float:left;
	text-align:center;
	font-size:0.9em;
	padding-top:5px;
	width:100%;
}
p.copyRight {
	float:left;
	width:10%;
}
div.infoLinks ul {
	padding-left:2px;
}
div.infoLinks li {
	border-right:1px solid #000000;
	display:inline;
	padding:0 0.5em;
}
div.infoLinks li.last {
	border:medium none;
}
div.infoLinks li a {
	color:#000000;
}
ul#gris {
	text-align:center;
	margin:25px 5px;
}
ul#gris li {
	display:inline;
	list-style-type:none;
	margin-right:5px;
}
ul#gris li a:link, ul#gris li a:visited, ul#gris li a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:1.4em;
	padding: 10px;
	color: #FFF;
	background: #B8262B;
	border: 1px solid #B8262B;
	border-bottom:2px solid #B8262B;
	cursor: pointer;
}
/* Menu sur la gauche */
#menu_catalogue {
	margin:0;
	padding : 10px;
}
#menu_catalogue ul {
	margin: 0;
	padding: 0;
	list-style-image:url(../images/bullet.gif);
	list-style-position: inside;
}
#menu_catalogue li {
	font-family:Arial, Helvetica, sans-serif;
	color:#1B1B1B;
	cursor:pointer;
	line-height:1.8em;
	font-size:.9em;
	margin:0;
	padding-bottom:2px;
	width:100%;
}
#menu_catalogue li.titre {
	color:#fff;
	background:#B8262B;
	line-height:2em;	
	font-size:1.1em;
	border-bottom :none;
	font-weight:bold;
	margin:0;
	list-style-image:none;
	list-style-position:outside;
	text-align:justify;
}
#menu_catalogue li a:link, #menu_catalogue li a:visited {
	padding-left : 5px;
	
	text-decoration:none;
}
#menu_catalogue li.titre a:link, #menu_catalogue li.titre a:visited {
	color:#fff;
	text-decoration:none;
}
h3.titre {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	font-style:italic;
	margin-bottom:25px;
	margin-top:15px;
	text-align:center;
}
h3.titre a:link,h3.titre a:visited{	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #8D7BA0;
	border:1px solid #635372;	
	padding : 5px 2px;
	color :#fff;
	text-decoration:none;
}

/* en-tête, menu principal et formulaire de recherche*/

#entete h1 {
	color : #d5d3d7;
	font-style:italic;
	text-transform:none;
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:450px;
	float:left;
	height:130px;
	margin-top:10px;
}
#entete h1 a:link, #entete h1 a:visited, #entete h1 a:hover {
	display:block;
	height:130px;
	text-decoration:none;
	color:#d5d3d7;
	padding:0;
}
#logo {
	margin-right:25px;
	margin-left:0;
}
#menu_navigation {
	float: left;
	width: 100%;
	background:#fff;
	padding:0;
	border-top:4px #E6E4E7 solid;
	border-bottom:4px #E6E4E7 solid;
}
div.fond {
	background:#fff;
	border-bottom:1px #E6E4E7 solid;
	border-top:1px #E6E4E7 solid;
	margin:1px 0;
	height:35px;
}
#mainNav {
	float: left;
	list-style-type: none;
	padding-left:0;
	margin:0;
}
#mainNav li {
	float: left;
	position: relative;
	width: auto;
	height: 27px;
	text-transform: uppercase;
	border-right:1px #E6E4E7 solid;
	background: url(../images/bg_tab.gif) repeat-y top right;
	padding: 4px 6px;
	margin-top :1px;
	margin-bottom:1px;
}
#mainNav li.last {
	background: none;
	border-right:none;
}
#mainNav a:link, #mainNav a:visited {
	display: block;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	color: #1B1B1B;
	background: url(../images/bg_tabfolded.gif) 92% center no-repeat;
	padding: 6px 28px 4px 10px;
}
#mainNav li:hover a, #mainNav li.over a:link, #mainNav li.over a:visited {
	color: #FFF;
	background: #B8262B url(../images/bg_tabunfold.gif) 92% center no-repeat;
}
/* 2nd lvl tabs list*/
#mainNav li div.tabFold {
	display: none;
}
#mainNav li:hover ul.tabFold, #mainNav li.over ul.tabFold {
	display: block;
	position: absolute;
	width: 150px;
	top: 31px;
	left: 6px;
	background: #B8262B;
	padding-bottom: 5px;
}
#mainNav li ul.tabFold {
	list-style-type: none;
	padding: 5px;
}
#mainNav ul.tabFold li {
	float: left;
	width: 150px;
	text-transform: none;
	line-height: 100%;
	background: #B8262B;
	padding: 0;
	margin: 0;
	border: none;
}
#mainNav ul.tabFold a:link, #mainNav ul.tabFold a:visited {
	color: #FFF;
	background: #B8262B;
	padding: 5px;
}
#mainNav ul.tabFold a:hover {
	color: #B8262B;
	background: #FFF;
}
#menu_navigation ul li ul {
	display:none;
}
/* formulaire de recherche */
#rechercher {
	float:right;
	margin-top:6px;
	margin-right:0;
}
#banner {
	position:absolute;
	left :360px;
	width: 468px;
	height:60px;
	top:25px;
}
/*liens  "qui-sommes-nous", contact", portail */
#tools {
	float: right;
	clear:none;
	width: 190px;
	background: #fff;
	border-left:1px dotted #333;
	padding: 5px 0 5px 5px;
	margin: 25px 0 15px;
}
#tools li {
	font-size: 0.85em;
	list-style-image: url(../images/bullet_tools.gif);
	padding-bottom: 3px;
}
#tools li.portail {
	list-style:none;
	list-style-image:none;
}
#tools li.portail a:link, #tools li.portail a:visited {
	background:url(../images/favicon_original.png) top left no-repeat;
	margin-left : -20px;
	padding-left : 20px;
	color:#B8262B;
	display:block;
	font-weight:bold;
}
/* bandeau droit, boites*/

div.block {
	border:1px solid #D0D0D0;
	clear:both;
	margin-bottom:20px;
	padding:1px;
}
div.block h2 {
	background:#ECEBED;
	padding:5px;
	text-align:center;
}
div.block p {
	padding:10px 10px 5px;
}
div.block h2.mauve {
	color:#fff;
	background:#635372;
}
div.une {
	margin-bottom:15px;
}
div.une h2 {
	color:#B8262B;
}
div.une h1 a:link, div.une h1 a:visited {
	font-size:1.4em;
	color:#B8262B;
	text-decoration:none;
}
div.une p a:link, div.une p a:visited {
	color:#B8262B;
	font-weight:bolder;
	text-decoration:none;
}
#menu_liens ul {
	padding:0;
}
#menu_liens ul li {
	list-style-type:none;
	margin-bottom:25px;
}
/* page principale */

#discover {
	background:transparent;
	border:2px solid #635272;
	color:#1B1B1B;
	float:left;
	width:100%;
}
#discover p.bddImage {
	float:left;
	padding-bottom:2px;
	width:auto;
}
#discover p {
	padding:5px;
}
#discover div.dataBlock {
	float:right;
	width:250px;
}
#discover h2 {
	background:#FFFFFF none repeat scroll 0 0;
	color:#B8262B;
	font-weight:bold;
	margin:8px 0 0;
}
.nom {
	text-transform:uppercase;
}
div.session {
	margin-bottom : 20px;
}
.session h3 {
	margin-bottom : 0em;
}
.session p {
	margin-top : 0.2em;
}
div.cgv {
	background:#fff;
	border:1px solid #D5D3D7;
	padding: 5px 10px;
}
p.center {
	text-align:center;
}
.erreur {
	text-align:center;
	color: #B8262B;
	font-weight:bold;
}
.hide {
	display:none;
}
