@CHARSET "UTF-8";
/*
Propriétés CSS communes :
mise en page générale du site, valable pour tous les univers.
*/

*
{
	margin: 0;
	padding: 0;
}

html,body
{
	height:100%
}

body
{
	!text-align: center; /* IE6 + IE7 */
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #444444;
}

img
{
	border: none;
}

a
{
	color: #444444;
	text-decoration: underline;
}

strong,
strong a
{
	color: #666;
}

ul, li
{
	list-style-image: url('../images/puce.png');
}

#main .ce_text ul
{
	padding: 10px 0 10px 20px;
}


/* Mise en page générale ********************************************************************/

#wrapper
{
	width: 990px;
	background: #fff url('../images/gradient_bg.png') repeat-y top left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px 0 5px;
	!text-align: left; /* IE6 + IE7 */
}

#header
{
	width: 100%;
	height: 128px;
}

#container
{
	padding-bottom: 20px;
}


/* Menu principal ***************************************************************************/

#header .mod_customnav
{
	float: left;
	font-size: 12px;
}

#header .mod_customnav li
{
	list-style: none;
	float: left;
	padding: 3px 20px 0 20px;
}

* html #header .mod_customnav li /* ie6 */
{
	padding-top: 6px;
}

#header .mod_customnav li a
{
	color: #fff;
	text-decoration: none;
}

#header .mod_customnav li a:hover
{
	color: #fff;
	text-decoration: underline;
}

#header .mod_customnav li span
{
	color: #fff;
	text-decoration: underline;
}


/* Recherche dans le header ************************************************************************/

#header .mod_search_header
{
	margin-top: -3px;
	float: right;
}

* html #header .mod_search_header /* ie6 */
{
	margin-top: 0px;
}

#header .mod_search_header .text
{
	float: left;
	width: 119px;
	height: 21px;
	padding: 6px 2px 0 10px;
	border: none;
	font-size: 11px;
	color: #492575;
}

/* Opera */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#header .mod_search_header .text
{
	padding-top: 3px;
}
}

#header .mod_search_header .submit
{
	float: left;
	width: 39px;
	height: 26px;
	border: none;
}


/* Fil d'ariane ********************************************************************************/

.mod_breadcrumb
{
	padding: 5px 0 0 20px;
	color: #444444;
}


/* Bas de page ********************************************************************************/

#footer
{
	position: absolute;
	bottom: 0;
	width: 990px;
	height:20px;
	font-size: 11px;
	padding: 3px 0 3px 0;
}

#footer .mod_customnav
{
	float: right;
}

#footer .mod_customnav li
{
	list-style: none;
	float: left;
	padding: 3px 20px 0 20px;
	background: transparent url('../images/bottom_menu_separator.gif') no-repeat bottom right;
}

#footer .mod_customnav li.last
{
	background: none;
}

#footer .mod_customnav li a
{
	color: #444444;
	text-decoration: none;
}

#footer .mod_customnav li a:hover
{
	color: #444444;
	text-decoration: underline;
}

#footer .mod_customnav li span
{
	color: #444444;
	text-decoration: underline;
}

/* Formulaires ********************************************************************************/

#main .formbody
{
	position: relative;
}

#main .formbody .checkbox
{
	/*float: left;*/
	margin-right: 5px;
}

#main .formbody .text
{
	height: 16px;
	width: 300px;
	border: 1px solid #444444;
	padding: 2px 2px 0 2px;
	margin-top: 3px;
}

#main .formbody .select
{
	height: 20px;
	border: 1px solid #444444;
	padding: 2px 0 0 2px;
	margin-top: 3px;
	margin-bottom: 0;
	/*display: block;*/
}

/* Opera */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#main .formbody .text
{
	padding: 1px 2px 2px 2px;
}
}

.formbody label
{
	padding-top: 2px;
	color: #482575;
	/*display: block;*/
	!padding-top: 5px;
}

.formbody label.label_grey
{
	color: #444444;
}

.formbody label.fixed_width_150px
{
	float: left;
	width: 150px;
	padding-top: 5px;
}

.formbody label.fixed_width_200px
{
	float: left;
	width: 200px;
	padding-top: 5px;
}

#main .formbody input.checkbox,
#main .formbody input.radio
{
	margin-top: 2px;
}

#main .formbody input.calendar
{
	width: 80px;
	margin-bottom: 0;
}

#main .formbody textarea
{
	border: 1px solid #444444;
	padding: 2px 2px 0 2px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}

#main .formbody input.submit,
#main .formbody input.previous,
#main .formbody input.next
{
	border: none;
	cursor: pointer;
}

#main .formbody input.next
{
	width: 148px;
	height: 31px;
	background: transparent url('../images/form_btn_suivant.png') no-repeat top left;
	float: right;
	margin: 10px 0 10px 0;
}

#main .formbody input.submit
{
	width: 106px;
	height: 31px;
	background: transparent url('../images/form_btn_valider.png') no-repeat top left;
	float: right;
	margin: 10px 0 10px 0;
}


/* formulaire arrondi *******************************************************/

#main .formbody .rounded_corner_top
{
	width: 588px;
	height: 8px;
	background: url('../images/form_top_bg.png') no-repeat top left;
	overflow: hidden;
}

#main .formbody .rounded_corner_bottom
{
	width: 588px;
	height: 13px;
	background: url('../images/form_bottom_bg.png') no-repeat top left;
	overflow: hidden;
}

#main .formbody .rounded_corner_form
{
	background-color: #e3e3e3;
	padding: 5px 10px 10px 50px;
	overflow: hidden;
	width: 528px;
	border: none;

}

/* Formulaire votre projet ***********************************************************************/

.votre_projet .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 242px;
}

.votre_projet .mootabs_title li {
	padding: 3px 25px 2px 8px;
	margin: 3px 2px 3px 0;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	list-style: none;
}

#main .votre_projet div.error
{
	color: #cc0000;
	padding: 15px 0 0 150px;
	height: 12px;
}

#Une-filiere-de-formation-metiers {
	background: url('../images/bg_votre_projet_1l.png') no-repeat top left;
	height: 20px;
}
#Une-filiere-de-formation-metiers.active {
	background: url('../images/bg_votre_projet_metiers.png') no-repeat top left;
}
#Un-stage-de-perfectionnement-de-vos-competences {
	background: url('../images/bg_votre_projet_2l.png') no-repeat top left;
	height: 36px;
}
#Un-stage-de-perfectionnement-de-vos-competences.active {
	background: url('../images/bg_votre_projet_bureautique.png') no-repeat top left;
}
#Un-dispositif-de-formation-a-distance {
	background: url('../images/bg_votre_projet_1l.png') no-repeat top left;
	height: 20px;
}
#Un-dispositif-de-formation-a-distance.active {
	background: url('../images/bg_votre_projet_ftad.png') no-repeat top left;
}
#Une-certification-professionnelle {
	background: url('../images/bg_votre_projet_1l.png') no-repeat top left;
	height: 20px;
}
#Une-certification-professionnelle.active {
	background: url('../images/bg_votre_projet_adhara.png') no-repeat top left;
}
#La-conception-dun-outil-multimedia-de-formation {
	background: url('../images/bg_votre_projet_2l.png') no-repeat top left;
	height: 36px;
}
#La-conception-dun-outil-multimedia-de-formation.active {
	background: url('../images/bg_votre_projet_conception.png') no-repeat top left;
	color: #444444;
}
#La-mise-en-place-dun-dispositif-daccompagnement-du-changement {
	background: url('../images/bg_votre_projet_2l.png') no-repeat top left;
	height: 36px;
}
#La-mise-en-place-dun-dispositif-daccompagnement-du-changement.active {
	background: url('../images/bg_votre_projet_ingenierie.png') no-repeat top left;
}
#Une-salle-de-reunion-ou-de-formation {
	background: url('../images/bg_votre_projet_1l.png') no-repeat top left;
	height: 20px;
}
#Une-salle-de-reunion-ou-de-formation.active {
	background: url('../images/bg_votre_projet_office.png') no-repeat top left;
}


.votre_projet .mootabs_title li.active {
	color: #fff;
}

.votre_projet .mootabs_panel {
	display: none;
	clear: both;
	overflow: auto;
	position: absolute;
	top: 0px;
	right: 20px;
	width: 300px;
	height: 200px;
	
}

.votre_projet .mootabs_panel.active {
	display: block;
}

/* formulaire inscription *******************************************************/

#main .inscription div.error
{
	color: #cc0000;
	padding: 15px 0 0 200px;
	height: 12px;
}

#main .inscription select
{
	width: 300px;
}

#main .inscription_confirmation div.detail
{
	padding: 10px 0 10px 15px;
}

#main .inscription_confirmation div.detail strong
{
	font-size: 13px;
}

#main .inscription_confirmation div.retour_form_container
{
	float: left;
}

#main .inscription_confirmation div.acces_panier_container
{
	float: right;
}

/* formulaire de soumission panier ***********************************************/

#main .panier div.error
{
	color: #cc0000;
	padding: 15px 0 0 150px;
	height: 12px;
}


/* Fiches produits **************************************************************************/

.colonne_gauche .ce_text.encart .rounded_corner_text_top
{
	width: 172px;
	height: 8px;
	background: url('../images/text_rounded_corner_top.png') no-repeat top left;
}

.colonne_gauche .ce_text.encart .rounded_corner_text_bottom
{
	width: 172px;
	height: 8px;
	background: url('../images/text_rounded_corner_bottom.png') no-repeat top left;
}

.colonne_gauche .ce_text.encart .rounded_corner_content
{
	width: 152px;
	background-color: #e3e3e3;
	padding: 10px;
}

.colonne_gauche .ce_text.encart .duree
{
	background: url('../images/picto_duree.png') no-repeat top left;
	padding: 2px 0 5px 22px;
	font-weight: bold;
	line-height: 20px;
}

.colonne_gauche .ce_text.encart .tarif
{
	background: url('../images/picto_tarif.png') no-repeat top left;
	padding: 2px 0 5px 22px;
	font-weight: bold;
	line-height: 20px;
}

.colonne_gauche .ce_text.encart .inscription
{
	background: url('../images/picto_inscription.png') no-repeat top left;
	padding: 2px 0 5px 22px;
	font-weight: bold;
	line-height: 20px;
}

/* Impression ************************************************************/
.print_button
{
	text-align: right;
	background: url('../images/print.png') no-repeat top right;
	padding: 0 20px 0 0;
}

.print_button a
{
	text-decoration: none;
}

.print_button a:hover
{
	text-decoration: underline;
}
