﻿body {
	font-family: Tahoma;
	color: #074194;
}
/*---------------------------------------------------------------*/
/* Général */
/*---------------------------------------------------------------*/
li
{
	font-size: 8pt;
	text-transform: none;
	margin-left:20px;
	margin-right:30px;
}
p
{
	font-size: 8pt;
	text-transform: none;
	margin:10px;
}
a
{
	font-size: 8pt;
	text-transform: none;
}
h1
{
	color: #696969;
	font-size: 9pt;
	text-transform: none;
	text-align: left;
}
h2
{
	font-family: 'Trebuchet MS';
	margin:10px;
	margin-top:0px;
	font-size: 13pt;
	font-weight:bold;
	text-transform: none;
	width:100%;
	float:left;
}
h3
{
	font-family: 'Trebuchet MS';
	padding:0px;
	margin:5px;
	font-size: 11pt;
	font-weight:bold;
	text-transform: none;
	width:100%;
	float:left;
}

h4
{
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 10pt;
	font-weight:bold;
	text-transform: none;
	width:100%;
	float:left;
	color:#000;
}



/*---------------------------------------------------------------*/
/* TitrePuceParagraphe */
/*---------------------------------------------------------------*/

#TitrePuceParagraphe ul  
{
	margin-top:10px;
}

#TitrePuceParagraphe li
{
	margin-top:5px;
}

#TitrePuceParagraphe p
{
	margin-top:10px;
	margin-left:40px;
}

#TitrePuceParagraphe
{
	height:20px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	min-width:700px;
}
#ExplicationBoutonTableau
{
  margin-top:15px ;
}
#ExplicationBoutonTableau p
{
	font-size: 6pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;	
	margin-left:20px;
	margin-right:30px;
}
#lblErreur
{
	font-size: 9pt;
	color: red;
	font-weight: bold;
	font-family: Tahoma;
	Width: 100%;
	float: left;
}
#AideSurLaPage
{
	font-size: 8pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;
	padding-top:-15px ;
	margin-top:-15px ;
	margin-right:10px;
	/*float: right;	
	margin-left:20px;*/
}

			
	
/*---------------------------------------------------------------*/





        
/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}





/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	/* GP - 02/02/2010 */
	
	filter:alpha(opacity=60);
	opacity:0.6;
	
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	overflow:visible;
	z-index:104;
	POSITION: absolute;LEFT: 0px;TOP: 0px
	/*style="Z-INDEX: 104; LEFT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 0px"*/
}

.FondCorpsMail {
	background-color: ButtonFace;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	overflow:visible;
	z-index:104;
	POSITION: absolute;LEFT: 0px;TOP: 0px
	/*style="Z-INDEX: 104; LEFT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 0px"*/
}

.modalPopupMsgErreur {
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;

/*	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	overflow:visible;
	z-index:104;
	POSITION: absolute;LEFT: 0px;TOP: 0px*/
	/*style="Z-INDEX: 104; LEFT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 0px"*/
}


/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 1024px;/*800px;*/
}

#master_headertop
{
	background: url(images/AJAX_img/headertop_img.jpg) no-repeat left top;
	margin-left: 40px;
}

#master_headerbottom
{
	background: url(images/AJAX_img/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 1024px;
}



#master_sidebarWalkthroughs
{
	padding-top: 72px;
	background: #FFF url(images/AJAX_img/walkthrough_bg.gif) no-repeat left top;
}

#master_content
{
	float: left;
	width: 800px;
	margin-right: -800px;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	height: 19px;
	background: url(images/AJAX_img/rightcoltop.gif) no-repeat right top;
}

#master_contentplaceholder
{
	padding: 30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

#master_headerbottom
{
	margin-bottom:0; 
	background-color:#074194; 
	margin-left:0; 
	margin-top:0; 
	margin-right:0
}





.sidebarcontent a
{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: #0F2543;
	color: #FFF;
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

/* essai pour les styles avec les DIV (GP) */
.bloc {
  width: 700px;
  height: 200px;
  background-color: yellow;
  margin-left: 15px;
  margin-top: 50px;
  } 
.gauche {
float:left;
}
.droit {
float:right;
}

.encadre 
{
	border-color: Gray;
	border: 1;
}

.conteneurCentre {
	margin-left: auto;
	margin-right: auto;
	height:50px;
	width:200px;
	background-color: Lime;
}

.TexteDevantSaisieM
{
	font-size: 8pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;
	margin-left:2px;	
}

.FondOpaque
{
  	background-color:Gray;
	/*filter:alpha(opacity=60);*/
	height:100%;
	width:100%;
	/*opacity:0.7;*/
}

.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	/*opacity:.9;
	filter: alpha(opacity=90);*/
}




/* style pour le menu*/
.sidebarheaderOrganisme
{
	height: 24px;
	padding: 10px 0 0 35px;
	/*background: url(images/AJAX_img/sidebar_header.png) no-repeat left top;*/
	background: url(Images/Menus/mnu_organismes_f.jpg) no-repeat left top;
	color: #FFF;
	font-family:Tahoma, Arial, Sans-Serif;
	font-size: medium;/* 1.2em;*/
	font-weight: bold;
	/*text-transform: uppercase;*/
	min-height:60px;
	height:30px;
}


.sidebarheaderErasmus
{
	height: 24px;
	padding: 10px 0 0 35px;
	/*background: url(images/AJAX_img/sidebar_header.png) no-repeat left top;*/
	background: url(Images/Menus/mnu_organismes_f.jpg) barckground-image no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebarheadermeonardo
{
	height: 24px;
	padding: 10px 0 0 35px;
	/*background: url(images/AJAX_img/sidebar_header.png) no-repeat left top;*/
	background: url(Images/Menus/mnu_organismes_f.jpg) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	/*background: url(images/AJAX_img/sidebar_header.png) no-repeat left top;*/
	background: url(Images/Menus/mnu_organismes_f.jpg) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}


#master_menu
{
	float: left;
	width: 240px;
	/*padding-right: 10px;*/
}
.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}
.sidebarheaderFond
{
	height:35px;
	width:100%;
	/*padding: 10px 0 0 35px;*/
	/*background: url(images/AJAX_img/sidebar_header.png) no-repeat left top;*/
	background: url(Images/Menus/TitreMenu_Fond.png) no-repeat left top ;
	color: #FFF;
	font-family:Tahoma, Arial, Sans-Serif;
	/*font-size: medium; 1.2em;*/
	font-weight: bold;
}
#master_sidebarSamples
{	
	padding-top: 72px;
	background: #FFF url(images/AJAX_img/samples_bg.gif) no-repeat left top;
}
.sidebarcontent
{	
	border: 1px solid #0F2543;
	/*padding: 20px 20px 20px 30px;*/
	line-height: 1.5em;
	font-weight: bold;
	
}
/*
.ItempanelBar3 
{ 
	FONT-SIZE: 10px; 
	WIDTH: 100%; 
	CURSOR: hand; 
	COLOR: #074194; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none ;
	
}
*/
.GroupClasspanelBar3 
{ 
	BORDER-RIGHT: #074194 1px solid; 
	BORDER-LEFT: #074194 1px solid; 
	WIDTH: 100%; 
	BORDER-BOTTOM: #074194 1px solid 
}
.HeaderpanelBar3  
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10pt; 
	WIDTH: 100%; 
	CURSOR: hand; 
	FONT-FAMILY: Verdana 
}
.ItempanelBar3  
{
	FONT-SIZE: 10px; 
	WIDTH: 100%; 
	CURSOR: hand; 
	COLOR: #074194; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none 
}
A.ItempanelBar3:link  
{
	FONT-SIZE: 10px; 
	WIDTH: 100%; 
	CURSOR: hand; 
	COLOR: #074194; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none 
}
A.ItempanelBar3:visited  
{
	FONT-SIZE: 10px; 
	WIDTH: 100%; 
	CURSOR: hand; 
	COLOR: #074194; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none 
}
A.ItempanelBar3:hover  
{
	CURSOR: hand; COLOR: #ff6d09; 
	TEXT-DECORATION: none 
}

.TitreFlecheFeuille
{
	height:28px;
	margin-bottom:15px;
	padding-left:15px;
	font-weight: bold;
	font-size: 12pt;
	color: #074194;
	font-family: 'Trebuchet MS';
}

.TitreCarreFeuille
{
	background:url(../Images/Fleche.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0px;
	padding:0px;
	padding-left:20px;
	width: 90%;
	float: left;
	font-size: 14pt;
	color: #696969;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.imgTitreCarreFeuille{
    float: left;
    margin-top: 5px; 
    vertical-align: middle;
    /*background-image: url(Images/puceOrange.jpg);*/
    /*ImageUrl="~/Images/puceOrange.jpg"  -- non reconnu par CSS*/
    }


.ParagrapheApresTitreCarreFeuille
{
	float: left;
	padding-left:15px;/*30px;*/
	margin-bottom:5px;
	width: 97%; /*GP - 08/01/2010 */
}

.TitrePuceParagraphe
{
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
/*	min-width:700px;*/
}
.TitrePage
{
	height:20px;
	margin-top:15px;
	margin-bottom:70px;
	margin-left:15px;
	min-width:700px;
	text-align:center;
	font-weight: bold;
	font-size: xx-large;
	color: #074194;
	font-family: 'Trebuchet MS';
}

.BoutonBasFeuille
{
	margin-left:35%;
}



.TexteLabelPetit_marge
{
	font-weight: normal;
	font-size: 7pt;
	color: #074194;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
	text-decoration: none;
}
.BandeCentree {
	font-size: 8pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;
	font-weight: bold;
	width:600px;
	text-align:center;
	margin-bottom:10px;
}
.TexteParagraphe
{
	font-size: 8pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;	
	margin-left:20px;
	margin-right:30px;
}
.TexteParagrapheTitreAvantZone
{
	font-size: 8pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;	
	padding:0px;
	margin:0px;
	margin-bottom:2px;
	margin-left:20px;
	margin-right:30px;
}
.TexteParagraphe10
{
	font-size: 10pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;	
	margin-left:20px;
	margin-right:30px;
}


.TexteLabelDansTableau185
{
	font-weight: normal;
	font-size: 7pt;
	color: #074194;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
	text-decoration: none;
	width:185px;
	min-width:185px;
}



/* --------------------------------------- */
/* Images couleur dégradée */
/* --------------------------------------- */

.FondDegradePageEntiere 
{
	background: transparent url(../images/fonds/Fond_degrade.jpg) repeat-x scroll ;
	background-color:White;
	float:left;
	/* déplacé dans #PavetCentral
	width: 930px; 
	
	margin:00px;
	margin-top:10px;
	
	padding:10px;
	*/
	border:1px;
	border-color:#074194; 
	border-style:solid; 
	border-width:1px;
	
	border-top-width:0px;
	border-top-style:none;
}


.FondDegradeDemiPage
{
	background: transparent url(../images/fonds/Fond_degrade.jpg) repeat-x scroll ;
	background-color:White;
	float:left;
	width:430px;
	padding:10px;
	border:1px;
	border-color:#074194; 
	border-style:solid; 
	border-width:1px;
}

.FondDegrade 
{
	background:url(../images/fonds/Fond_degrade.jpg) repeat-x;
	float:left;
	padding:10px;
	border:1px solid #074194;
	width:95%;
	margin-bottom:10px;
}
.FondDegrade h3
{

}
.FondDegradeMargeGauche
{
	background:url(../images/fonds/Fond_degrade.jpg) repeat-x ;
	float:left;
	margin:7px;
	margin-top:10px;
	padding-left:5px;
	padding-bottom:15px;
	border:1px solid #074194;
}
.FondDegrade_10_200
{
	background:url(../images/fonds/Fond_degrade_10_200px.jpg) repeat-x;
	float:left;
	margin:7px;
	border:1px solid #F90C22;
}
.FondDegrade_10_300
{
	background: transparent url(../images/fonds/Fond_degrade_10_300px.jpg) repeat-x scroll ;
	float:left;
	margin:7px;
	border-color: #F90C22; 
	border:1px;
	border-style:solid; 
}
.FondDegrade_10_400
{
	background: transparent url(../images/fonds/Fond_degrade_10_400px.jpg) repeat-x scroll ;
	float:left;
	margin:7px;
	border-color: #F90C22; 
	border:1px;
	border-style:solid; 
}
.FondDegrade_10_500
{
	background: transparent url(../images/fonds/Fond_degrade_10_500px.jpg) repeat-x scroll ;
	float:left;
	margin:7px;
	border-color: #F90C22; 
	border:1px;
	border-style:solid; 
}
.TitreFondDegrade, .TitreFondDegradeAvecDDL
{
	margin-left:0px;
	margin-bottom:5px;
	margin-top:0px;
	font-size: 11pt;
	font-weight:bold;
	text-transform: none;
	color: #074194;
	font-family: tahoma;
}
.TitreFondDegrade h3
{
    width: 250px;
}

.TitreFondDegrade DIV
{
    float: right; 
    margin-top:5px;
}
.TitreFondDegradeAvecDDL h3
{
    width: 200px;
}

.TitreFondDegradeAvecDDL DIV
{
    float: right; 
    margin-top:5px;
}

.TitreFondDegradePlusPetit
{
	margin-left: 30px;
	margin-bottom:5px;
	margin-top:0px;
	height:28px;
	font-size: 9pt;
	font-weight:bold;
	text-transform: none;
	color: #074194;
	font-family: tahoma;
}

/* --------------------------------------- */
/*  */
/* --------------------------------------- */

.BourseLeonardo_1
{
	font-size: 8pt;
	text-transform: none;
	color: #074194;
	font-family: tahoma;	
	float: left; 
	Width:550px; 
	/*height:12px; */
	margin-top:15px;
}
.BourseLeonardo_2tb
{
	text-align: right;
	float: left; 
	Width:50px; 
	margin-top:9px;
	
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	
	/*height:12px; */
}	
.BourseLeonardo_2lbl
{
	text-align: right;
	float: left; 
	Width:50px; 
	margin-top:15px;
	
	font-size: 8pt;
	text-transform: none;
	color: #696969;
	font-family: Tahoma;
	
	/*height:12px; */
}





.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    background-image: url(images/ComboBox/aqua-bg.gif);
    background-position: top left;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 150px;
}
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(images/ComboBox/aqua-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 19px;
    width: 19px;
}
.AquaStyle .ajax__combobox_itemlist
{
    border-color: #000000;
    background-color: #FFFFFF;
}




.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}






/* Content Page Layout */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}


