/**
 * 
 * @version $Revision $
 * @cvs $id $
 */
/**********************************************************************************************************
 *                                                                 SPECIFICATIONS GENERALES
 ***********************************************************************************************************/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

h1{

}

h2{

}

h3{

}

h4{

}

p {

}

img {
	border: 0px;
}

a:link {		
	color: #333333; 
	text-decoration: underline;
}

a:visited {		
	color: #333333; 
	text-decoration: underline;
}

a:hover {		
	color: #333333; 
	text-decoration: none;
}

a:active{		
	color: #333333; 
	text-decoration: none;
}


table {
	border-collapse: collapse;
}

input{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
}

textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
	border: 1px inset;
	padding-left: 2px;
	height: 100px;
}

select {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
	border: 1px inset;
}

label{
	position: relative;
	top: -3px;
	text-align: right;
	margin-right: 5px;
}

ul{
}

li{
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS ELEMENTS DIVERS
 ***********************************************************************************************************/
label.block{
	position: relative;
	top: 4px;
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	vertical-align: bottom;
	margin-right: 5px;
}

span.fakeInput{
	display: block;
	float: left;
	text-align: left;
	background-color: #ffffff;
}

span.dateSelector{
	background-image: url(../images/img.php?file=icons/calendar.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}

.trigger{
    cursor: pointer;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS EXPANDABLE BUTTON
 ***********************************************************************************************************/
button.expandableButton, 
button.expandableInputButton,
button.expandableButtonOn ,
button.expandableInputButtonOn {
	border: 0px solid; 
	cursor: pointer; 
	margin-left: 2px; margin-right: 2px;
	padding: 0px; padding-right: 2px;
	background-color: #ffffff;
	background : url(../images/boutons/resizableButtonRightOff.gif) right no-repeat;
	overflow: visible;
}

button.expandableInputButton,
button.expandableInputButtonOn {
	width: 91px;
}

button.expandableButton span, 
button.expandableInputButton span ,
button.expandableButtonOn span, 
button.expandableInputButtonOn span {
	display: block; 
	padding: 0px; padding-left: 3px; padding-right: 2px; padding-bottom: 1px;
	line-height: 21px;
	background : url(../images/boutons/resizableButtonLeftOff.gif) left no-repeat;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
	color: #000000;
}

button.expandableButton span img,  
button.expandableInputButton span img,
button.expandableButtonOn span img,  
button.expandableInputButtonOn span img{
	margin: 0px; margin-right: 5px; margin-bottom: 2px;
	vertical-align: middle;
}

button.expandableButtonOn , button.expandableInputButtonOn {
	background : url(../images/boutons/resizableButtonRightOn.gif) right no-repeat;
}

button.expandableButtonOn span, button.expandableInputButtonOn span{
	background : url(../images/boutons/resizableButtonLeftOn.gif) left no-repeat;
	color: #000000;
}


/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES INPUT.BUTTON
 ***********************************************************************************************************/
input.button, input.buttonOn {
	width: 116px; height: 35px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
	color: #1f3775;
	border: 0px solid;
	background-color: #FFFFFF;
	background-image : url(../images/boutons/inputButtonOff.gif);
	background-repeat : no-repeat;
	cursor: pointer;
	padding-bottom: 1px;
	padding-top: 12px;
	padding-left:25px;
	text-align:left;
}

input.buttonOn {
	background-image : url(../images/boutons/inputButtonOn.gif);
}

input.buttonAdd {
	background-image : url(../images/boutons/inputButtonAddOff.gif);
}

input.buttonCancel {
	background-image : url(../images/boutons/inputButtonCancelOff.gif);
}

input.buttonDelete {
	background-image : url(../images/boutons/inputButtonDeleteOff.gif);
}

input.buttonValidate {
	background-image : url(../images/boutons/inputButtonValidateOff.gif);
}

input.iconButton{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
}

input.iconButtonDelete{
	background-image : url(../images/img.php?file=icons/delete.gif);
}

input.iconButtonUpdate{
	background-image : url(../images/img.php?file=icons/pencil.png);
}

input.file {
	height: 17px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	border: 1px inset;
	color: #000000;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES INPUT
 ***********************************************************************************************************/
input.text, input.shortText, input.middleText, input.mediumText, input.longText, input.longlongText, input.wideText, span.fakeInput {
	height: 17px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	border: 1px inset;
	margin-bottom: 3px;
	padding-top: 2px; padding-left: 2px;
}

input.tinyText, textarea.tinyText, select.tinyText, span.tinyText {
	width: 75px;
}

input.shortText, textarea.shortText, select.shortText, span.shortText {
	width: 150px;
}

input.middleText, textarea.middleText, select.middleText, span.middleText {
	width: 200px;
}

input.mediumText, textarea.mediumText, select.mediumText, span.mediumText {
	width: 200px;
}

input.longText, textarea.longText, select.longText, span.longText {
	width: 250px;
}

input.longlongText, textarea.longlongText, select.longlongText, span.longlongText {
	width: 350px;
}

input.wideText, textarea.wideText, select.wideText, span.wideText {
	width: 500px;
}

input.error, textarea.error, select.error, span.error  {
	background-color: #FFA500;
}

input.disabled, span.disabled{
	background-color: #EFEEE8;
}

select.shortText, select.middleText, select.longText{
	font-size: 12px;
}

img.iconInput{
	position: relative;
	top: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES ELEMENTS STRUCTURANTS L'INTERFACE
 ***********************************************************************************************************/
div#main{
	/*width: 990px; */
	height:300px;	
	position: relative;
	padding: 0px;
	margin: 0px; margin-right: auto; margin-left: auto;
	overflow: visible;
	background-color: #FFFFFF;
}

div#header{
	height: 118px;width:100%;
	background-image:url(../images/design/header.jpg); background-position:top; background-repeat:repeat-x;
}

div#menuBar{
	height:31px;top:0px;width:100%; 
	position:absolute;
	z-index: 10000;
	border:1px solid red;
	/*background-image:url(../images/design/menuBarBackground.jpg); background-position: left top; background-repeat:no-repeat;*/
}

div#menuBar div.menu{
	height:31px; width: 990px;
	background-color: #CB007A;
	margin-left:auto;
	margin-right:auto;
}

div#itemsRail{
	height: 22px;
	padding-top: 1px; padding-left: 5px;
	margin-top: 3px;
	background-image:url(../images/design/h3DirRightBackground.gif); background-position: left top; background-repeat:no-repeat;
}

div#itemsRail img.bullet{

}

div#itemsRail a.railItem{
	font-weight: bold; font-size: 14px; color: #F79239;
	text-decoration: none;
}

div#itemsRail a.railItemAlone{
	font-weight: bold; font-size: 14px; color: #F79239;
	text-decoration: none;
}

div#itemsRail span.railItem{
	font-weight: bold; font-size: 14px; color: #2E77C0;
}

div#itemsRail span.railItemAlone{
	font-weight: bold; font-size: 14px; color: #F79239;
}

div#itemsRail span#railItemLast{

}

div#itemsRail span.railItemFirstLetter{
	margin-right : 5px;
	font-weight: bold; font-size: 18px; color: #2E77C0;
}
table#mainContent{
	width:100%;
	background-color: #ffffff;
}

td#mainContentLeft{
	width:7%; 
	background-color:#ffffff; background-image:url(../images/design/mainContentLeftBackground.jpg); background-position: top left; background-repeat: repeat-y;
}

td#mainContentLeft div{
	height:300px;
}

td#mainContentRight{
	width:7%; 
	background-color:#ffffff; background-image:url(../images/design/mainContentRightBackground.jpg); background-position: top right;background-repeat: repeat-y;
}

td#mainContentCenter{
	background-color: #ffffff;
}


table#mainContentAccueil{
	width:100%;
	background-color: #1E4686;
}
table#mainContentAccueil td#mainContentCenter{
	background-color: #1E4686;
}


div#page{

}

div#footer{
	position: relative;
	height: 46px;
	width:100%;
	
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LE PLAN DU SITE
 ***********************************************************************************************************/
 
ul#sitemap{
	margin-left: 20px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES ELEMENTS D'INTERFACE
 ***********************************************************************************************************/
/*
 a#logoAccueil{
	display: block; 
	position: relative; left: 35px;
	width: 229px; height: 112px;
	text-decoration: none;			
	background: url(../images/design/logoEtude.jpg);
}
*/

div#footer div#societeAdresse{
	height: 20px; 
	background-color:#FFFFFF;
	font-size: 12px; color: #000066;
	padding-top: 28px;text-align:center;
	width:86%;margin-left:auto;margin-right:auto;
	background:url(../images/design/mainContentFooterBackground.jpg) top repeat-x;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

div#footer div#societeAdresse a{
	color: #000066;
	text-decoration:none;
}

div#footer a#societeEmail{
	color: #ffffff;
}

div#footer a#altairSignature{
	position: absolute; right: 10px;
	font-size: 11px;  color: #801856;
}

div#page h2{
	margin: 0px; margin-bottom: 10px;
	padding-left: 20px; padding-top: 12px; padding-bottom: 12px;
	border-bottom: 3px solid #E896C7;
	font-size: 14px; font-weight: bold; color: #CB007A;
}

div#page div.pageContent{
	padding: 0px; padding-left: 0px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR AFFICHER LES ACTUALITES
 ***********************************************************************************************************/

div#actualites{
	width: 200px;
	margin:5px;
}

div#actualites h4.title{
}

div#actualites h4.title span{
}

div#actualites div.content{
	text-align:left;
	font-size: 11px;	
}

div#actualites p{
	text-align: justify;	
}

span.xNewsDate{
	font-size: 11px; font-weight: normal; font-style: italic;
}

/*------------------------------------------ BOUTON -----------------------------------------------------------------*/
div#actualites  a.enSavoirPlus{
	display: block;
	width: 83px; height: 19px; padding-top: 3px;
	text-align: center; text-decoration: none;	
	float: left;	
	margin-left: 18px; margin-bottom: 5px;	
	background: url(../images/boutons/en_savoir_plus_off.gif);
}

div#actualites  a.enSavoirPlus span{
	font-size:12px; font-weight:bold;
	color:#FFFFFF;
}
	
div#actualites  a.enSavoirPlus:hover{
	background:url(../images/boutons/en_savoir_plus_on.gif);
	padding-top: 4px; height: 18px;
}

div#actualites  a.enSavoirPlus:hover span{
	color:#CB007A;
}

/*******************************************************************
*			ACCUEIL
********************************************************************/

div#other a {
	text-decoration:none;
}

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

a#altair{
	display:block;
	color:white;
	position:absolute;
	bottom: -20px;
	right:10px;
	padding:2px 2px;

	font-size:10px;
}

a#planDuSite{
	display:block;
	color:white;
	position:absolute;
	bottom: -20px;
	left:5px;
	padding:2px 2px;
}

a#mentionsLegales{
	display:block;
	color:white;
	position:absolute;
	bottom: -20px;
	left:80px;
	padding:2px 2px;
}

div #accueil{
	height:580px;
	width :990px;
	background:url(../images/design/backgroundAccueil.jpg) repeat-x;
	margin-right: auto; margin-left: auto;
	margin-top:60px;
	position:relative;
}

div#logoAccueil_fr{
	background:url(../images/design/logoAccueil.jpg) no-repeat;
	width:287px;
	height:139px;
	position:absolute;top:18px;left:25px;
}

div#logoAccueil_en{
	background:url(../images/design/logoAccueil_EN.jpg) no-repeat;
	width:287px;
	height:139px;
	position:absolute;top:18px;left:25px;
}

div#footerAccueil{
	position:absolute;
	bottom:0px;
	width:100%;
	margin-bottom:13px;
}

div #accueil div#footerAccueil div#langSelection{
	position:absolute;
	right:13px;bottom:2px;
	width:20px;height:11px;
}

div #accueil div#footerAccueil div#societe{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#193067;font-size:13px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	
}

div #accueil div#footerAccueil div#societe a{
	color:#193067;
	text-decoration:none;
}

div #accueil div#footerAccueil div#societe a:hover{
	text-decoration:underline;
}

div #accueil div#footerAccueil div#oeufBas{
	position:absolute;
	left:23px; bottom:2px;
	background:url(../images/design/oeufBas.jpg) no-repeat;
	width:32px;height:44px;
}

div#footer div#oeufBas{
	position:absolute;
	left:36px; bottom:0px;
	background:url(../images/design/oeufBas.jpg) no-repeat;
	width:32px;height:44px;
}

div#animationCentre{
	width:286px;
	margin-left:auto;
	margin-right:auto;
	padding-top:82px;
}

div#actueAccueil{
	position:absolute;right:0px;top:0px;
	min-height:155px; /*overflow: hidden;*/
	height:auto !important;
	height:155px;
	width:220px;
	background:url(../images/design/backgroundActuAccueil.jpg) top right no-repeat;
}

div#actueAccueil div.content{
	padding:0px;
	width:150px;
	margin-top:15px;
	margin-left:55px;
}

div#accueil div.menu{
	position:absolute;
	left: 600px;
	top:195px;
}

/**********************************************************
*	Menu horizontaux
**********************************************************/

div.menuBarre{
	position:absolute;
	top:80px;left:95px;
}

ul#navBarre {
	margin: 0px;
	border: 0px none;
	padding: 0;
	/*For KHTML*/ height: 31px;
	list-style: none;
}

ul#navBarre li {
	position: relative;
	height: 20px; /*width:120px;*/
	margin: 0px; border: 0px none; padding: 0px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
}

ul#navBarre li  a{
	margin-left:10px;
	margin-right:10px;
	font-family:  Times New Roman,Arial, Helvetica, sans-serif; font-size: 14px;  font-weight: bold; color: #1f3876; 
	font-style:italic;text-decoration: none; 
}

ul#navBarre li  a.hightLight{
	text-decoration: underline;
}


div.menuDescriptif{
	position:absolute;
	top:70px;left:75%;
}

div.menuDescriptif div.titreMenu_0{
	font-weight:bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #1f3876; font-size:20px;
}

div.menuDescriptif div.titreMenu_1{
	margin-left:15px;font-weight:bold;
	font-family:  Times New Roman,Arial, Helvetica, sans-serif;font-size:20px;
	color:#528ec5;font-style:italic;
}

div.menuDescriptif div.titreMenu{
	font-weight:bold;margin-top:8px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #1f3876; font-size:20px;
}

div#titrePage{
	width:86%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:12px;
	background:url(../images/design/mainContentTitreBackground.jpg) bottom repeat-x;
	line-height:22px;
}

div#titrePage span{
	background-color:#ffffff;
	padding:0 2px 0 2px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
/**************************************
*
*****************************************/

div.pointiller{
	height:16px;
	margin:0px;padding:0px;
	background:url(../images/design/pointillerTitre.jpg) repeat-x scroll center top transparent;
}

td.colonnePointiller{
	margin:0px;padding:0px;
	background:url(../images/design/pointillerColonne.gif) repeat-y scroll center top transparent;
}

/*************************************
*
*************************************/

div#XPage_public_pageConnexion{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

form.XConnexion td.message{
	color:red;
	text-align:center;
	font-weight:bold;
}

tr.action td,
div.requiredFields
{
	text-align:center;
}

/**************************************************
*
**************************************************/
 
ul#sitemap{
	margin-left: 10%;
}

ul#sitemap li{
	list-style-image: URL(../images/design/oeuf_mini.gif); 
	padding-bottom:10px;
}

ul#sitemap li a.pere{
	font-weight:bold;
}

ul#sitemap li li{
	list-style-image:none;
}