﻿body,ul,li,p,h1,h2,h3,h4,form,input{
	margin:0;
	padding:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

ul{
	list-style:none;
}

a:active 	{outline: none;} /* Supprimer les pointilliés autour des liens */
:focus 		{-moz-outline-style: none;}

a ../img{
	border:none;
}

a:hover
{
	text-decoration: none;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	color: #002c77;
	margin-bottom: 5px;
}

.clearer
{
	clear: both;
}

hr.clearer
{
	height: 1px;
	background: transparent url(../img/bg_separator.png) top left repeat-x;
	border: none;
	margin: 35px 0;
}

.sommaire hr.clearer
{
	margin: 0;
}

p img
{
	border: 1px solid #e0e0e0;
	margin: 8px;
}

h3
{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}

div#conteneur{
	width:850px;
	margin: 0 auto;
	text-align: left;
	clear: none;
	float: none;
}

div#connected
{
	font-size: 11px;
	text-align: right;
}

div#connected a
{
	text-decoration: none;
	color: #333333;
	padding-left: 17px;
	background: transparent url(../img/ico_logout.png) 0 4px no-repeat;
	margin-left: 5px;
}

div#connected a:hover
{
	text-decoration: underline;
}

div#connected span
{
	color: #999999;
}

div#login
{
	height: 24px;
	width: 100%;
	font-size: 12px;
	color: #333333;
	margin-top: 8px;
}

div#login form
{
	float: right;
}

div#login label
{
	margin: 2px 4px 0 4px;
	float: left;
	font-weight: normal;
}

div#login input 
{
	width: 118px;
	height: 15px;
	float: left;
	border: 1px solid #A5ACB2;
}

* html div#login input
{
	height: 18px;
}

*+html div#login input.checkbox
{
	border: none;
}

div#login input.checkbox
{
	width: auto;
	margin-top: 2px;
	margin-left: 7px; 
}

html[xmlns*=""] body:last-child div#login input.checkbox{
	width: 13px;
	height: 13px;
}

div#login form input.submit
{
	background: transparent url(../img/bt_login.png) top left no-repeat;
	height: 20px;
	width: 85px;
	border: none;
	cursor: pointer;
	margin-left: 5px;
}

div#header
{
	height: 142px;
	width: 100%;
	background: transparent url(../img/header.png) top left no-repeat;
}

div#header h1 a
{
	display: block;
	height: 1px;
	width: 1px;
	text-indent: -9999px;
	margin-left: 16px;
	position: relative;
	top: 14px;
}

/** MENU **/
ul#menu
{
	height: 38px;
	width: 100%;
	border-bottom: 2px solid #e0e0e0;
}

ul#menu li
{
	height: 38px;
	width: 170px;
	float: left;
	display: block;
}

ul#menu li#accueil{ background: transparent url(../img/menu_bt_accueil.png) top left no-repeat; }
ul#menu li#conferences{ background: transparent url(../img/menu_bt_conf.png) top left no-repeat; }
ul#menu li#formations{ background: transparent url(../img/menu_bt_form.png) top left no-repeat; }
ul#menu li#partenaires{ background: transparent url(../img/menu_bt_part.png) top left no-repeat; }
ul#menu li#infos_prat{ background: transparent url(../img/menu_bt_infos.png) top left no-repeat; }

ul#menu li a
{
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}

/** CONTENU **/
div#contenu
{
	width: 810px;
	background: #FAFAFA url(../img/bg_contenu.png) top left repeat-x;
	padding: 0 19px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding-top:50px;
}

.sommaire div#contenu
{
	padding-top:0;
}

* html div#contenu
{
	width: 848px;
}

div#contenu p
{
	margin-bottom: 14px;
}

div#compteur
{
	width: 84px;
	height: 26px;
	background: transparent url(../img/bg_compteur.png) top left no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	padding-top: 2px;
	margin: 2px 0 20px -18px;
	float: left;
}

div#col_left
{
	width: 544px;
	margin-right: 36px;
	float: left;
}

div#col_right
{
	width: 230px;
	float: left;
	margin-bottom:10px;	
}

div#contenu .rappel
{
	color : #999999;
}

div#contenu .help
{
	color : #cc0033;
}

div#contenu .indice
{
	color: #002c77;
}

div#inscription label
{
	float: left;
}

div#inscription input
{
	float: right;
	border:1px solid #d4d4d4;
}

div#inscription select
{
	float: right;
	font-size: 12px;
	margin-bottom: 11px;
	width: 142px;
	border: 1px solid #d4d4d4;
}

div#inscription #civilite
{
	clear: both;
	min-height: 26px;
}

div#inscription input
{
	width: 141px;
}

div#inscription label
{
	width: 85px;
}

div#inscription div#civilite label.small
{
	width: auto;
	float:left;
	margin-right: 11px;
}

div#inscription div#civilite input
{
	float:left;
	margin-right: 2px;
	margin-bottom: 0;
	width: auto;
}

div#inscription input,
div#inscription label
{
	float:left;
	margin-top:11px;
}

div#inscription input
{
	padding: 1px 0;
}

div#inscription input.small
{
	width: 58px;
	margin-right: 30px;
}

div#inscription input.medium
{
	width: 96px;
}

div#inscription input.submit
{
	width: 208px;
	height: 20px;
	background: transparent url(../img/bt_inscription.png) top left no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	float: right; 
	border:none;
	margin-top: 20px;
}

div#inscription span.erreur_message
{
	color: #CC0033;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

div#ateliers
{
	height: 285px;
}

div#edito span.image
{
	float:left;
	margin-right: 15px;
}

div#edito span.image img
{
	border: 1px solid #E0E0E0;
}

div.infos
{
	float: left;
	color: #FFFFFF;
	height: 167px;
	width: 224px;
}

* html div.infos
{
	width: 394px;
	height: 198px;
}

div.infos p
{
	line-height: 15px;
	font-size: 11px;
}

div#infos
{
	height: 263px;
}

div#infos h2,
div#presse h2
{
	color: #333333;
	margin-bottom: 15px;
	margin-top: 20px;
}

div.infos h3
{
	font-size: 17px;
	margin-bottom: 4px;
}

div#info_left.infos
{
	background: transparent url(../img/info_left.jpg) top left no-repeat;
	margin-right: 20px;
	padding: 28px 150px 0 21px;
}

div#info_right.infos
{
	background: transparent url(../img/info_right.jpg) top left no-repeat;
	padding: 28px 21px 0 150px;
}

div#presse a
{
	color: #333333;
	font-size:12px;
}

div#bottom
{
	height: 85px;
	background: transparent url(../img/bg_bottom.png) top left repeat-x;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	width: 848px;
}

div#footer
{
	margin-top: 16px;
	width: 100%;
	height: 30px;
}

div#footer a
{
	color: #002c77;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}

div#footer ul
{
	width: 442px;
	margin: 0 auto;
}

div#footer ul li
{
	float:left;
	padding: 0 10px;
	border-right: 1px solid #002c77;
}

div#footer ul li.mrj
{
	border-right: none;
}

div#footer ul li.mrj a
{
	color: #ff6600;
}

h3 a
{
	color: #333333;
}

* html #civilite label
{
	width: 60px;
}

* html #civilite #civilite_inscription_m,
* html #civilite #civilite_inscription_mme,
* html #civilite #civilite_inscription_mlle
{
	border: none;
}

*+html #civilite #civilite_inscription_m,
*+html #civilite #civilite_inscription_mme,
*+html #civilite #civilite_inscription_mlle
{
	border: none;
}

* html #formulaire_login #session_remember
{
	border: none;
}

* html div#bottom {
	width:850px;
}

a#popup
{
	color: #cc0033;
}

#nb_ateliers
{
	color: #CC0033;
}

p.form_actionco	{
	clear: both; 
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}

#plan ul li a
{
	color: #CC0033;
	text-decoration: none;
}

#plan ul li strong a
{
	color :#002C77;
	font-weight: bold;
}

#plan ul li ul li strong a
{
	font-weight: normal;
}

#plan ul li ul li
{
	margin-left: 20px;
}

#plan ul
{
	margin-bottom: 10px;
}

#plan h2 a
{
	color: #002C77;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#plan a:hover
{
	text-decoration: underline; 
}

#compteur_help
{
	color: #002C77;
	float: left;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 8px;
}

.texte_entete
{
	vertical-align : top;
}

.texte_entete h2
{
color:#333333;
font-size:15px;
font-weight:bold;
}

.texte_entete.conf h2
{
	color: #002C77;
}
