﻿/* --------------------------------
Caractéristiques générales 
-----------------------------------*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;	
	text-align: left;
}


/* -----------------------------------
	Styles de base
-------------------------------------- */


TABLE {
	border-collapse: collapse;
}

TABLE TD {
	vertical-align: top;
}

A {
	text-decoration: none;
	color: #326599;
}

A:hover {
	text-decoration: underline;
}

P {
	margin-top : 5px;
	margin-left:10px;
}

h1{
font-size: 18px;
font-weight: bold;
color:#326599;
padding: 3px;
border-bottom: 1px solid #326599;
margin: 8px 0px 15px; 
}

h2{
font-size: 12px;
font-weight: bold;
color:#326599;
padding: 3px;
border-bottom: 1px solid #326599;
margin: 8px 0px 15px; 

}

h3{
font-size: 10px;
font-weight: bold;
color:#326599;
padding: 0px;
border-bottom: 1px solid #326599;
margin: 5px 0px 10px; 
}


INPUT, TEXTAREA, SELECT {	
	border:1px solid #326599;
	padding : 1px;
	margin-bottom : 9px; 
	_margin-bottom : 0px; 
}

INPUT {
	vertical-align: middle;
	padding : 1px;
}

INPUT.radio, INPUT.GenFormRadio {
	border:none;
	margin-right: 5px;
}

#GENFORM118_368
{
	margin-right: 20px;

}
SPAN.checkbox INPUT {
	border:none;
}

INPUT.checkbox {
	border:none;
}

FORM LABEL{
	margin-left : 2px;
}


DIV.FormLabel {
	width : 200px;
	text-align : right;
	font-weight: bold;
	margin-right : 10px;
	float : left;
	/*min-height : 20px;
	_height : 20px;*/
}

DIV.FormLabelTL {
	font-weight: bold;
	clear : left;
	min-height : 21px;
	_height : 21px;
}

FORM LABEL.TL{
	clear: left;
	float: none;
	text-align: left;
	width : 250px;

/*	float : left;
	clear : left;*/
/*	padding-top : 5px;*/
}

DIV.FormSeparateur 
{
    font-weight:bold;
    color:#326599;
}

DIV.FormReadOnly {
	margin-bottom : 0px;
}

/*FORM {	
	text-align:left; 
	padding:0; margin:0;
}*/

UL 
{
    margin-top:10px;    
	list-style: none;
}

LI{
	list-style: none;
	background:url('/_include/eparcourscobrande/images/commun/li.png') no-repeat top left;
    /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/commun/li.jpg");
    _background-image:none;*/
	padding-left:17px;
	margin-left:10px;
	margin-bottom:5px;
}

/* -----------------------------------
	Corps
-------------------------------------- */

#Corps {
	margin : 4px;
}

/* -----------------------------------
	Boutons des formulaires
-------------------------------------- */

#ZoneBoutonsFormulaire {
	margin-left : 15%;
	margin-top: 10px;
}

/*-------------------------------
	Contenu de la page
---------------------------------*/

TD.ColGauche {
	padding-right : 5px;
	width: 50%;
}

TD.ColDroite {
	padding-left : 5px;
	width: 45%;
}

DIV.NavPage {
	margin : 10px 0px;
}

DIV.ZoneBoutons {
	margin : 15px 0px;
	text-align: center;
}

SPAN.Signalement {
	color : #AF351E;
}

DIV.Signalement 
{
	color : #AF351E;
}

.Droite {
	text-align: right;
}

.Gras {
	font-weight: bold;
}

.BleuGras 
{
    color:#7097A8;
    font-weight:bold;
}
/*-------------------------------
	Styles pour le contenu
---------------------------------*/


a.Bouton 
{
    background:url('/_include/eparcourscobrande/images/boutons/BoutoneparcoursBleu.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/boutons/BoutoneparcoursBleu.png");
    _background-image:none;
    	border:none;
	Color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top:7px;
	width:273px;
	height:35px;
	display:inline-block;
	text-align:center;
}	
a.Bouton  DIV.centre
{
	text-align:center;
}
a.Bouton:hover  
{
    background:url('/_include/eparcourscobrande/images/boutons/BoutoneparcoursBleuHover.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/boutons/BoutoneparcoursBleuHover.png");
    _background-image:none;    
    /*background-image: url("../Images/boutons/boutonGeneralHover.gif");*/
	text-decoration:none;
}

a.BoutonOk 
{
    display:inline-block;
	background: url("../images/boutons/btnOk.gif") no-repeat left top;
	border:none;
	line-height: 24px;
	width:30px;
	height:30px;	
	text-decoration:none;
}	


a.bouton.Attention {
	color : #AF351E;
}

ul.Type1{
	list-style: none;
	padding-left:50px;
}

.cadreArgument{
	padding : 5px;
	background-color: #AF351E;
	color: white;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.cadreArgument A{
	background-color: #AF351E;
	color: white;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}

.cadreArgument A:hover{
	padding : 5px;
	background-color: #AF351E;
	color: white;
	text-decoration: underline;	
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}

.encadrementFormulaire{
	background-color: #EAE4DB;
	border: 1px solid #AF351E;
	margin-left: 20px;
	margin-right:20px;
	padding: 5px;
}
.commentaires{
	font-size: 9px;
}

/*-------------------------------
	Listes de ressources
---------------------------------*/

TABLE.ListeRessources {
	Margin-top : 10px;
}
/* suppression des propriétés poluantes, par exemple le label "formulaire"
car la balise label est utilsée par la datagrid */
TABLE.ListeRessources * {
	padding : 0;
	margin : 0;
	text-align: left;
/*	font-size : 10px;
	letter-spacing : -1px;
*/
}


TABLE.ListeRessources TH {
	background-color: #326599;
	color : white;
	padding : 4px 4px;
}

TABLE.ListeRessources TH A {
	color : #FFEEB4;
}

TABLE.ListeRessources TR.Entete TD {
	background-color: #326599;
	color : white;
	padding : 4px 4px;
}




TABLE.ListeRessources TR.Entete TD A {
	color : #FFEEB4;
}

TABLE.ListeRessources TD {
	padding : 4px 4px;
	border-bottom: 1px solid #EAE4DB;
}


.Centre {
	text-align: center;
}

DIV.Explications {
	margin : 10px 0px;
	color: gray;
}


/* ------------------------------
		Recherche 
	------------------------------ */
DIV.NombreResultatRecherche {
    padding : 5px;
	color: #4B4B4B;
	text-align: center;
	width : 100%;
	font-size: 1em;
	font-style: italic;
}

/* ------------------------------
		Fiche devis / commande 
	------------------------------ */
DIV.BlocTotalPanier {
	border: 1px solid #326599;
	margin : 10px;
	width : 170px;
	margin-left : 280px; 
}

TABLE.TotalPanier {
	width : 100%;
}

TABLE.TotalPanier TD {
	padding : 2px;
}



/* ------------------------------
		Fiche prospect 
	------------------------------ */
.GroupeInfos {
    padding-top : 10px;
    margin-top : 10px;
}

TABLE.GroupeInfos {
    vertical-align: middle;
}

TABLE.GroupeInfos TD {
    vertical-align: middle;
}

TABLE.GroupeInfos TD.InfosGauche {
    padding-right : 5px;
    padding-top : 5px;
    padding-bottom : 5px;
}

TABLE.GroupeInfos TD.InfosGauche {
	width: 35%;
	font-weight : bold;
	font-size : 10px;
	vertical-align : top;
}

TABLE.GroupeInfos TD.InfosDroite {
	width: 55%;
}

TABLE.GroupeInfos TR  {
    padding-top : 10px;
    padding-bottom : 10px;   
}

/**/



#Home .Partenaires 
{
    display:block;
    float:left;
}

#Home .Logo 
{
    background:url('/_include/eparcourscobrande/images/home/e-parcours_BaselineBlue.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/e-parcours_BaselineBlue.png");
    _background-image:none;
    width:500px;
    height:188px;
    margin-left:20px;
    margin-top:20px;
}

#Argumantaire P 
{
    background:url('/_include/eparcourscobrande/images/home/puce.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/puce.png");
    _background-image:none;
    padding-left:40px;
    font-size:18px;
    margin-bottom:20px;
    margin-left:50px;
    color:#326599;
    height:30px;
}

#Home A.InscriptionGratuite,
#Home A.InscriptionGratuite:visited,
#Home A.InscriptionGratuite:hover
{
    background:url('../images/boutons/btnInscription.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/boutons/btnInscription.png");
    _background-image:none;
    display:block;
    width:153px;
    height:155px;
    text-decoration:none;  
    cursor:pointer;
    margin-right:20px;
    margin-top:20px;
}

#Home A.Bouton
{
    font-size:14px;
    float:right;
    display:block;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;
    background:url('/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrange.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrange.png");
    _background-image:none;
    font-weight:bold;
}

#Home A.Bouton:hover
{
    background:url('/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrangeHover.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrangeHover.png");
    _background-image:none;
}

.btnEntrepreneurHome, .btnCreationHome, .btnCessionHome, .btnDeveloppementHome 
{
    float:left;    
    height:60px;
    display:block;
    text-decoration:none;
    margin-bottom:15px;
    cursor:pointer;
}

.btnEntrepreneurHome
{
    width:200px;
    background:url('/_include/eparcourscobrande/images/home/eparcoursEntrepreneur.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursEntrepreneur.png");
    _background-image:none;
    margin-left:5px;
}

.btnCreationHome
{
    width:105px;
    background:url('/_include/eparcourscobrande/images/home/eparcoursCreation.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursCreation.png");
    _background-image:none;
    margin-left:10px;
}

.btnCessionHome
{
    width:130px;
    background:url('/_include/eparcourscobrande/images/home/eparcoursCession.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursCession.png");
    _background-image:none;
    margin-left:10px;
}

.btnDeveloppementHome
{
    width:180px;
    background:url('/_include/eparcourscobrande/images/home/eparcoursDeveloppement.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursDeveloppement.png");
    _background-image:none;
        margin-left:10px;
}

A.btnEntrepreneurHome:hover
{
    background:url('/_include/eparcourscobrande/images/home/eparcoursEntrepreneurHover.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursEntrepreneurHover.png");
    _background-image:none;
}

A.btnCreationHome:hover
{
    background:url('/_include/eparcourscobrande/images/home/eparcoursCreationHover.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursCreationHover.png");
    _background-image:none;
}

A.btnDeveloppementHome:hover 
{
    background:url('/_include/eparcourscobrande/images/home/eparcoursDeveloppementHover.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursDeveloppementHover.png");
    _background-image:none;
}

A.btnCessionHome:hover 
{
    background:url('/_include/eparcourscobrande/images/home/eparcoursCessionHover.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/home/eparcoursCessionHover.png");
    _background-image:none;
}


#Home A.TouslesPartenaires,#Home A.TouslesPartenaires:visited
{
    clear:both;
    background:url('../images/commun/bouton.jpg') no-repeat top left;
    display:block;
    width:158px;
    height:28px;
    text-align:center;
    color:#3F6485;
    text-decoration:none;  
    font-size:12px;
    padding-top:7px;
    font-weight:bold;
    margin:5px 0px;  
    float:left;
}

#Home A.TouslesPartenaires:hover
{
  color:#8BB3DE;
}

#Home A.BoutonParcours,
#Home A.BoutonParcours:visited
{
    color:#3F6485;
    font-family:Arial Narrow;
    font-size:22px;
    background:url('../images/boutons/bthome.jpg') no-repeat top left;
    width:210px;
    height:55px;
    display:block;
    padding-top:25px;
    float:left;
    text-align:center;
    margin-right:20px;
    margin-top:20px;
}
#Home A.BoutonParcours:hover
{
    color:#3F6485;
    text-decoration:none;
    background:url('../images/boutons/bthomehover.jpg') no-repeat top left;    
}

#Home DIV.LogoPartenaires 
{
    display:block;
    height:300px;
    margin-top:20px; 
    width:750px;  
}

/* Pages parcours*/


#Parcours Div.Gauche 
{
    /*float:left;*/
    /*width:500px;*/
    margin-right:305px;
}
#Parcours a.InscriptionGratuite 
{
	float:none;
	margin:auto;	
}

#Parcours Div.Droite 
{    
    float:right;
    width:300px;
    margin-top:20px;
    margin-left:20px;
    text-align:left;
    height:544px;
	overflow: hidden
}

#Parcours Div.CadreContent
{
    _filter: alpha(opacity=100); /*<= ie6*/
    -moz-opacity:1;          /*<= FF*/
    opacity:1;               /*<= ie7*/
    background-color:Transparent;
}

div#transparente {
      filter:alpha(opacity=50);   /* IE */
      -moz-opacity:0.5;           /* Firefox */
      opacity: 0.5;               /* standard CSS3 */
      -khtml-opacity: 0.5;        /* Konqueror */
      position:relative;
      top : 0px;
      left : 0px;
      background-color : #8da4b4;
      width: 298px;
      height: 210px;
      border: solid 1px #DDDDDD;
}
      
div#pastransparente {
      filter:alpha(opacity=100);  /* IE */
      -moz-opacity:1;             /* Firefox */
      opacity: 1;                 /* standard CSS3 */
      -khtml-opacity: 1;          /* Konqueror */
      position:relative;
      top : -210px;
      left : 0px;
      padding : 5px;  
      overflow:auto;
      width: 285px;
      height: 210px;
}


#Parcours span.titre 
{
    clear:both;
    font-weight:bold;
    margin-top:20px;
    margin-left:20px;
    padding-left:5px;
    padding-top:2px;
    margin-bottom:10px;
}

#Parcours LI.Gras
{
    font-weight:bold;
    font-size:13px;
    color:#E98025;
    margin-top:20px;   
    vertical-align:middle; 
    list-style: none;
	background:url('/_include/eparcourscobrande/images/commun/li.png') no-repeat top left;
	padding-left:17px;
	margin-left:10px;
	margin-bottom:5px;
}

#Parcours .contenuLi 
{
    margin-left:28px;
}

#Parcours .TexteGras 
{
    font-weight:bold;
    color:#326599;    
}

#Parcours .ScreenShot 
{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;  
    position:relative;
    top:-200px;  
}

A.InscriptionGratuite,
A.InscriptionGratuite:visited,
A.InscriptionGratuite2,
A.InscriptionGratuite2:visited
{
    background:url('/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrange.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrange.png");
    _background-image:none;
    display:block;
    width:273px;
    height:35px;
    text-align:center;
    color:white;
    text-decoration:none;  
    font-size:12px;
    padding-top:7px;
    font-weight:bold;
    margin:5px 0px;  
    float:right;
}
#Home A.InscriptionGratuite2
{
	margin: 20px auto;
	float: right;
}

A.InscriptionGratuite:hover
{
    background:url('/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrangeHover.png') no-repeat top left;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="/_include/eparcourscobrande/images/boutons/BoutoneparcoursOrangeHover.png");
    
}

Div#LeGie 
{
    height:500px;
}
#LeGie Div.Gauche 
{
    margin-left:5px;
    margin-right:305px;
    /*width:60%;*/
    /*width:100%;*/
    /*float:left;*/
}

Div#LeGie .btnCreationHome, Div#LeGie .btnDeveloppementHome, Div#LeGie .btnCessionHome
{
	margin-left:0px;	
}

#LeGie Div.Avantages 
{
    display:block;
    float:right;

    border:solid 1px #DDDDDD;
    width:273px;
    height:200px;
}

#LeGie Div.Droite 
{    
    display:block;
    float:right;  
    width:273px;
    padding-right:5px; 
    *padding-right:15px;
}


#OutilServices Div.Droite
{   
    text-align:right;
    width:300px;
    display:block;
    clear:both;
    float:right;    
}

TABLE.ListeRessources
{
    margin:10px 5px 10px 5px;
}
TABLE.ListeRessources TD,
TABLE.ListeRessources TH
{
    height:18px;
    border:1px solid #999999;
    padding:2px 5px 2px 5px;
}
TABLE.ListeRessources TH,
TABLE.ListeRessources .Entete TD
{
    background:url('../images/commun/fondTH.jpg') repeat-x top left;
    font-weight:bold;
}

#Offres Div.Droite 
{
    width:300px;
    display:block;
    clear:both;
    float:right;    
}

#Offres .Offres 
{
    width:100%;
}

#Offres .LogoPartenaire
{
    float:left;
    width:150px;
}

#Offres .TitreOffre
{
    display:block;
    float:right;
    width:250px;
    font-weight:bold;
    font-size:14px;
    margin-bottom:15px;
}

#Offres .Description
{
    display:block;
    float:right;
    width:250px;
}

div#Home, div#Telechargement, div#Offres, div#Formulaire, div#Telechargement, div#QuiSommesNous, div#Parcours,
div#Partenaires, div#LeGie, div#ConditionsGenerales, div#Plan, div#Contact, div#Content, div#OutilServices, div.corpscentre
{
	padding:5px 5px 5px 5px; 
	/*width:820px;*/
}

#Contact h2 
{
    margin-top:25px;    
}

#Telechargement .Droite
{    
    float:right;
    width:50%;
    margin-top:20px;
    margin-left:20px;
    text-align:left;
}

#Formulaire input.GenFormRadio
{
    margin-left:5px;    
    *margin-top:-5px;
}

div#ListePartenairePremier, div#ListePartenaireInstitution, div#ListePartenaireMedia 
{
    display:block;
    overflow:auto;
    height:180px;
    border: solid 1px #DDDDDD;
}

#ListePartenaireInstitution A, #ListePartenairePremier A, #ListePartenaireMedia A
{
    width:170px;
    display:block;
    text-align:center;
}

#Partenaire Div.ImagePartenaire 
{
    margin-left:5px;   
}

#ctl00_guideanoo_imgPartenaire 
{
    float:left;
}

#ctl00_guideanoo_lbDesriptionPartenaire
{
    margin-top:10px;
    float:left;
    display:block;
    margin-left:200px;
}

Div.FaqDroite 
{
    float:right;
    width:300px;
    height:50px;
    border: solid 1px #DDDDDD;
    margin-top:10px;
    margin-right:10px;
    padding:5px;
}

Div.FaqGauche
{
    float:left;
    width:100%;
}

#imgPartenaires 
{
    background:url('../images/home/partenaires.jpg') no-repeat top right;
    display:block;
    height:136px;
    width:522px;   
}

#LogoCCI
{
    background:url('../images/logo/cci.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/CCI.png");
    _background-image:none;
float:left;
}

#LogoCegid
{
    background:url('../images/logo/cegid.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/Cegid.png");
    _background-image:none;
float:left;
}

#LogoGanAssurances
{
    background:url('../images/logo/GanAssurances.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/GanAssurances.png");
    _background-image:none;
float:left;
}

#LogoCCI
{
    background:url('../images/logo/cci.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/CCI.png");
    _background-image:none;

}

#LogoHP
{
    background:url('../images/logo/HP.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/HP.png");
    _background-image:none;
float:left;
}

#LogoMicrosoft
{
    background:url('../images/logo/Microsoft.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/Microsoft.png");
    _background-image:none;
float:left;
}

#LogoOrange
{
    background:url('../images/logo/Orange.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/Orange.png");
    _background-image:none;
    clear:both;
    float:left;
}

#LogoAPCE
{
    background:url('../images/logo/APCE.png') no-repeat top right;
    display:block;
    height:100px;
    width:150px; 
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="app_themes/eparcours/images/logo/APCE.png");
    _background-image:none;
float:left;
}


#LesParcours 
{
    width:700px;
    height:70px;
    display:block;
}

.btnCreation
{
    background:url('../images/boutons/creaN.jpg') no-repeat top right;
    width:150px;
    height:60px;
    display:block;
    text-decoration:none;
    margin-bottom:30px;
    margin-left:7px;
}

A.btnCreation:hover
{
    background:url('../images/boutons/creaS.jpg') no-repeat top right;
}



A.btnDeveloppement
{
    background:url('../images/boutons/devN.jpg') no-repeat top right;
    width:150px;
    height:60px;
    display:block;
    text-decoration:none;
    margin-bottom:30px;
    margin-left:7px;
}

A.btnDeveloppement:hover
{
    background:url('../images/boutons/devS.jpg') no-repeat top right;
}

.btnCession
{
    background:url('../images/boutons/cesN.jpg') no-repeat top right;
    width:150px;
    height:60px;
    display:block;
    text-decoration:none;
    margin-bottom:30px;
    margin-left:7px;
}

A.btnCession:hover
{
    background:url('../images/boutons/cesS.jpg') no-repeat top right;
}

A.lienParcours
{
    display:block;
    color:#e98025;
    font-weight:bold;
    margin-bottom:5px;
    font-size:13px;
}

A.lienParcours:hover
{
    color:#7097a8;    
}

#btnEnvoyer {display:inline-block; float:right;}

.Question 
{
    display:block;
    font-weight:bold;
    padding-top:20px;
    color:#056387;
}

#QuiSommesNous .Titre {
color:#4285C9;
font-size:12pt;
font-weight:bold;
}

#QuiSommesNous .SousTitre {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#QuiSommesNous .DossierIntro {
background-color:#FFEEB4;
border:1px solid #808080;
padding:3px;
margin-left:0px;
}

#QuiSommesNous P 
{
    margin-bottom:7px;
}

#QuiSommesNous .FondBleu 
{
    background-color:#84a4b4;
}

#Plan li 
{
    margin-bottom:15px;    
}



span.Orange 
{
	color:#F4781D;
}
