@CHARSET "UTF-8";
/*
Propriétés CSS de la home + pages instit.
*/


/* Affichage en pleine page ***************************************************************/

#wrapper
{
	min-height: 100%;
}

* html #wrapper
{
	height: 100%;
}

#footer
{
	margin-top: 20px;
}


/* Couleur & image du bandeau ***************************************************************/

#header
{
	background-color: #cbd300;
	border-bottom: 2px solid #b7bd21;
}

#header_top
{
	background: url('../images/header.jpg') no-repeat top right;
}


/* Contenus ********************************************************************************/

h1
{
	font-size: 22px;
	color: #492575;
	font-weight: bold;
	padding: 5px 0 0 0;
	background: url('../images/picto_h1.png') no-repeat top left;
	padding: 3px 0 2px 35px;
	margin: 10px 0 10px 0;
}

h1.baseline,
h2.baseline,
h3.baseline,
h4.baseline
{
	font-size: 18px;
	color: #cbd300;
	font-weight: bold;
	padding: 5px 0 0 0;
	background: none;
}

h2
{
	font-size: 18px;
	color: #492575;
	font-weight: normal;
	padding: 5px 0 0 0;
}

h3
{
	font-size: 16px;
	color: #492575;
	font-weight: normal;
	padding: 5px 0 0 0;
}

h4
{
	font-size: 14px;
	color: #492575;
	font-weight: normal;
	padding: 5px 0 0 0;
}

.mod_article
{
	padding: 5px 20px 20px 20px;
}

.home
{
	padding: 5px 0px 20px 10px;
}


/* Recherche dans le header *****************************************************************/

#header .mod_search_header .text
{
	background: transparent url('../images/search_bg.png') no-repeat top left;
	color: #492575;
}

#header .mod_search_header .submit
{
	background: transparent url('../images/search_btn.png') no-repeat top left;
}


/* Panier ********************************************************************************/

#header .lien_panier a
{
	background: transparent url('../images/picto_panier.png') no-repeat top left;
	float: right;
	font-size: 12px;
	padding: 3px 25px 3px 30px;
	color:#FFFFFF;
	text-decoration:none;
}

#header .lien_panier a:hover
{
	text-decoration:underline;
}


/* Recherche dans le corps ******************************************************************/

#container .mod_search .formbody input.text
{
	background: transparent url('../images/search_page_bg.png') no-repeat top left;
	color: #492575;
	margin: 0;
}

#main .mod_search .formbody input.submit
{
	background: transparent url('../images/search_page_btn.png') no-repeat top left;
	border:medium none;
	float:left;
	height:20px;
	width:68px;
	margin: 0;
}

#container .mod_search
{
	padding-top: 5px;
}

#container .mod_search h3
{
	text-transform: uppercase;
	font-weight: bold;
}

#container .mod_search .context,
#container .mod_search .url
{
	padding-top: 3px;
}

#container .mod_search .highlight
{
	font-weight: bold;
}

#container .mod_search .text
{
	float: left;
	width: 121px;
	height: 16px;
	padding: 4px 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)
{
#container .mod_search .text
{
	height: 19px;
	padding-top: 1px;
}
}

/*#container .mod_search .submit
{
	float: left;
	width: 68px;
	height: 20px;
	border: none;
}*/

#container .header
{
	clear: both;
	padding: 5px 0 5px 10px;
}

#container .mod_search .even
{
	padding: 5px 10px 10px 10px;
	background-color: #ebedb0;
	color: #492575;
}

#container .mod_search .odd
{
	padding: 5px 10px 10px 10px;
	background-color: #fff;
	color: #492575;
}

#container .mod_search .even a,
#container .mod_search .odd a
{
	color: #492575;
}

#container .mod_search .pagination
{
	text-align: center;
	padding-top: 10px;
}

#container .mod_search .pagination ul
{
	display: block;
	margin: 0 auto;
}

#container .mod_search .pagination li
{
	list-style: none;
	display: inline;
	padding: 0 2px 0 2px;
}


/* Plan du site ***********************************************************************/

.mod_sitemap .level_1,
.mod_sitemap .level_2,
.mod_sitemap .level_3,
.mod_sitemap .level_4,
.mod_sitemap .level_5,
.mod_sitemap .level_6
{
	padding: 2px 0 2px 15px;
}

.mod_sitemap .level_1 li
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.mod_sitemap .level_1 a
{
	color: #cbd300;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.mod_sitemap .level_2 li
{
	list-style-image: url('../images/puce_croix.png');
}
.mod_sitemap .level_2 a
{
	color: #cbd300;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
}

.mod_sitemap .level_3 li
{
	list-style: none;
}
.mod_sitemap .level_3 a
{
	color: #8a8a8a;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
}

.mod_sitemap .level_4 li
{
	list-style-image: url('../images/puce.png');
}
.mod_sitemap .level_4 a
{
	color: #8a8a8a;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.mod_sitemap .level_5 li
{
	list-style-image: url('../images/puce.png');
}
.mod_sitemap .level_5 a
{
	color: #8a8a8a;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* Contact ***********************************************************************/

#contact .ce_mootabs_block
{
	position: relative;
}

#contact .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 275px;
}

#contact .mootabs_title li {
	padding: 9px 50px 0px 8px;
	margin: 5px 2px 5px 0;
	cursor: pointer;
	height: 34px;
	text-align: right;
	font-size: 14px;
	color: #492575;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

#contact .mootabs_title li#li_Formation-Tutoree-a-Distance-FTAD,
#contact .mootabs_title li#li_Conception-et-Edition-doutils-de-formation-multimedia
{
	padding: 2px 50px 7px 8px;
	line-height: 14px;
}

#contact .mootabs_title li.active {
	color: #fff;
}

#contact .mootabs_panel {
	display: none;
	clear: both;
	overflow: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 669px;
	height: 367px;
	
}

#contact .mootabs_panel.active {
	display: block;
}

#contact .mootabs_panel .block
{
	width: 290px;
	float: right;
	padding: 20px;
}

#li_Fitec
{
	background: url('../images/picto_fitec.png') no-repeat top right
}
#li_Fitec.active
{
	background: url('../images/picto_fitec_on.png') no-repeat top right;
}
#tab_Fitec
{
	background: url('../images/bg_contact_fitec.png') no-repeat top left;
	color: #492575;
}
#tab_Fitec a,
#tab_Fitec strong
{
	color: #492575;
}
#li_Formation-Metiers
{
	background: url('../images/picto_metiers.png') no-repeat top right;
}
#li_Formation-Metiers.active
{
	background: url('../images/picto_metiers_on.png') no-repeat top right;
}
#tab_Formation-Metiers
{
	background: url('../images/bg_contact_metiers.png') no-repeat top left;
	color: #fff;
}
#tab_Formation-Metiers a,
#tab_Formation-Metiers strong
{
	color: #fff;
}
#li_Bureautique-Professionnelle
{
	background: url('../images/picto_bureautique.png') no-repeat top right;
}
#li_Bureautique-Professionnelle.active
{
	background: url('../images/picto_bureautique_on.png') no-repeat top right;
}
#tab_Bureautique-Professionnelle
{
	background: url('../images/bg_contact_bureautique.png') no-repeat top left;
	color: #492575;
}
#tab_Bureautique-Professionnelle a,
#tab_Bureautique-Professionnelle strong
{
	color: #492575;
}
#li_Formation-Tutoree-a-Distance-FTAD
{
	background: url('../images/picto_ftad.png') no-repeat top right;
}
#li_Formation-Tutoree-a-Distance-FTAD.active
{
	background: url('../images/picto_ftad_on.png') no-repeat top right;
}
#tab_Formation-Tutoree-a-Distance-FTAD
{
	background: url('../images/bg_contact_ftad.png') no-repeat top left;
	color: #fff;
}
#tab_Formation-Tutoree-a-Distance-FTAD a,
#tab_Formation-Tutoree-a-Distance-FTAD strong
{
	color: #fff;
}
#li_Ingenierie-Pedagogique
{
	background: url('../images/picto_ingenierie.png') no-repeat top right;
}
#li_Ingenierie-Pedagogique.active
{
	background: url('../images/picto_ingenierie_on.png') no-repeat top right;
}
#tab_Ingenierie-Pedagogique
{
	background: url('../images/bg_contact_ingenierie.png') no-repeat top left;
	color: #fff;
}
#tab_Ingenierie-Pedagogique a,
#tab_Ingenierie-Pedagogique strong
{
	color: #fff;
}
#li_Adhara
{
	background: url('../images/picto_adhara.png') no-repeat top right;
}
#li_Adhara.active
{
	background: url('../images/picto_adhara_on.png') no-repeat top right;
}
#tab_Adhara
{
	background: url('../images/bg_contact_adhara.png') no-repeat top left;
	color: #492575;
}
#tab_Adhara a,
#tab_Adhara strong
{
	color: #492575;
}
#li_Conception-et-Edition-doutils-de-formation-multimedia
{
	background: url('../images/picto_conception.png') no-repeat top right;
}
#li_Conception-et-Edition-doutils-de-formation-multimedia.active
{
	background: url('../images/picto_conception_on.png') no-repeat top right;
}
#tab_Conception-et-Edition-doutils-de-formation-multimedia
{
	background: url('../images/bg_contact_conception.png') no-repeat top left;
	color: #492575;
}
#tab_Conception-et-Edition-doutils-de-formation-multimedia a,
#tab_Conception-et-Edition-doutils-de-formation-multimedia strong
{
	color: #492575;
}
#li_Office-Services
{
	background: url('../images/picto_office.png') no-repeat top right;
}
#li_Office-Services.active
{
	background: url('../images/picto_office_on.png') no-repeat top right;
}
#tab_Office-Services
{
	background: url('../images/bg_contact_office.png') no-repeat top left;
	color: #fff;
}
#tab_Office-Services a,
#tab_Office-Services strong
{
	color: #fff;
}

.separateur_en_haut
{
	border-top: 1px solid #fff;
	padding-top: 15px;
}

#tab_Fitec .separateur_en_haut
{
	border-top: 1px solid #492575;
	padding-top: 15px;
}

#tab_Bureautique-Professionnelle .separateur_en_haut
{
	border-top: 1px solid #492575;
	padding-top: 15px;
}

#tab_Adhara .separateur_en_haut
{
	border-top: 1px solid #492575;
	padding-top: 15px;
}

#tab_Conception-et-Edition-doutils-de-formation-multimedia .separateur_en_haut
{
	border-top: 1px solid #492575;
	padding-top: 15px;
}

/* plan d'accès ***************************************************************/

#plan-dacces .mod_flash
{
	margin-left: 20px;
}

#plan-dacces .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 50px 0 0 0;
	padding: 0;
	width: 348px;
}

#plan-dacces .mootabs_title li {
	padding: 8px 5px 2px 50px;
	margin: 25px 2px 5px 0;
	cursor: pointer;
	width: 290px;
	height: 22px;
	color: #030303;
	list-style: none;
	background: url('../images/plan_dacces_bg.png') no-repeat top left;
}

#plan-dacces .mootabs_title li.active {
	color: #030303;
	background: url('../images/plan_dacces_bg_active.png') no-repeat top left;
}

#plan-dacces .mootabs_panel {
	display: none;
	clear: both;
	overflow: auto;
	position: absolute;
	top: 40px;
	right: 25px;
	width: 557px;
	height: 386px;
	background: url('../images/plan_dacces_bg_panel.png') no-repeat top left;
	overflow: hidden;
	color: #030303;
	
}

#plan-dacces .mootabs_panel strong {
	color: #030303;
}

#plan-dacces .mootabs_panel.active {
	display: block;
}

#plan-dacces .mootabs_panel .block
{
	padding: 20px;
}

#plan-dacces .ce_download{
	margin-top: 80px;
	padding: 2px;
	width: 111px;
	height: 33px;
	background: url('../images/telecharger_plan.png') no-repeat top left;
	text-align: center;
}

#plan-dacces .ce_download img{
	display: none;
}

#plan-dacces .ce_download a{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 8px;
}

/* Panier d'inscriptions ******************************************************/

#panier_inscription div.odd
{
	background-color: #e6e3ec;
}

#panier_inscription div.even
{
	background-color: #fff;
}

#panier_inscription div.odd,
#panier_inscription div.even
{
	position: relative;
	padding: 5px;
	color: #492575;
}

#panier_inscription div.odd strong,
#panier_inscription div.even strong
{
	font-size: 13px;
	color: #492575;
}

#panier_inscription input.delete
{
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	background: transparent url('../images/picto_delete.gif') no-repeat 0px 1px;
	color: #492575;
	padding: 0 0 0 15px;
	cursor: pointer;
}

/* Formulaires bord arrondi ******************************************************************/

#main .rounded_corner_form input.text
{
	border-color: #fff;
}

#main .rounded_corner_form textarea
{
	border-color: #fff;
}

#main .rounded_corner_form .select
{
	border-color: #fff;
}
