/**
 * 
 * @version $Revision $
 * @cvs $id $
 */
 
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}
/*------------------------------------------------------------------------------------*/
hr{
	border:none;
	border-bottom:1px dashed #666F74; 
}
p,div,table,td {}
p{
	margin-top:5px;
	margin-bottom:5px;
}
table {	border-collapse: collapse;}
img {	border: 0px;}
.trigger{	cursor: pointer;}
form{	margin:0px;	padding:0px;}	

/*------------------------------------------------------------------------------------*/
a:link {		color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: underline; }
a:visited {	color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: underline; }
a:hover {	color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none;}
a:active {	color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none;}

a.altairSignature:link, a.altairSignature:visited, a.altairSignature:hover, a.altairSignature:active{ color:#CEC8C8;}

/*------------------------------------------------------------------------------------*/
a.simpleFormLink, a.formLink{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 16px;
	background-repeat: no-repeat;
}

a.simpleFormLink{		 padding-left: 0px;}
a.formLink{				background-image : url(../images/img.php?file=icons/bullet_go.png);}
a.formLinkMoveRight{	background-image : url(../images/img.php?file=icons/bullet_arrow_right.png);}
a.formLinkMoveLeft{		background-image : url(../images/img.php?file=icons/bullet_arrow_left.png);}
a.formLinkMoveUp{		background-image : url(../images/img.php?file=icons/bullet_arrow_up.png);}
a.formLinkMoveDown{		background-image : url(../images/img.php?file=icons/bullet_arrow_down.png);}
a.formLinkMoveEnd{		background-image : url(../images/img.php?file=icons/bullet_arrow_end.png);}
a.formLinkMoveStart{	background-image : url(../images/img.php?file=icons/bullet_arrow_start.png);}
a.formLinkAdd{			background-image : url(../images/img.php?file=icons/bullet_add.png);}
a.formLinkSave{			background-image : url(../images/img.php?file=icons/bullet_disk.png);}
a.formLinkDelete{		background-image : url(../images/img.php?file=icons/bullet_delete.png);}
a.formLinkModify{		background-image : url(../images/img.php?file=icons/bullet_wrench.png);}

/*------------------------------------------------------------------------------------*/
input.button {
	background-color:#D1C9BC;
	color:#666F74;
	border:1px solid #878078;
	padding-left:2px;
	padding-right:2px;
	width:auto;
	height:18px;
	cursor: pointer;
	font-weight:bold;
}

input.buttonAdd {		background-image : url(../images/img.php?file=design/webadmin/winXP/btnAdd.gif);}
input.buttonCancel {		background-image : url(../images/img.php?file=design/webadmin/winXP/btnCancel.gif);}
input.buttonDelete {		background-image : url(../images/img.php?file=design/webadmin/winXP/btnDelete.gif);}
input.buttonValidate {	background-image : url(../images/img.php?file=design/webadmin/winXP/btnValidate.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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px inset;
	color: #666666;
}


input.text, input.shortText, input.middleText, input.longText, span.fakeInput {
	height: 17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px inset;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-left: 2px;
}

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

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

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

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;
}

input.shortText, textarea.shortText, select.shortText, span.shortText { width: 150px;}
input.middleText, textarea.middleText, select.middleText, span.middleText { width: 200px;}
input.longText, textarea.longText, select.longText, span.longText { width: 250px;}

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

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

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

/*------------------------------------------------------------------------------------*/
div.pagination {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

a.pagination{
	text-decoration: none;
	font-size: 11px;
}

a.languageSelection{
}

a.languageSelection img{
	padding:1px;
}

img.activeLang{
	border: 1px solid red;
	padding:1px;
}

/*------------------------------------------------------------------------------------*/
div.modalFrame{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	/**/
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: .70;
	/**/
	display: none;
	overflow: hidden;
}

div#waitingDialog {
	position: absolute;
	top: 200px;
	left: 36%;
	width: 300px;
	height: 40px;
	z-index: 200;
	background-color: #E4E2E2;
	color: #000000;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
	text-align : center;
	margin: auto;
	padding: 5px;
	overflow: hidden;
	display: none;
}

span#waitingDialogMessage{
	color: #292929;
	font-weight: bold;
}

div#waitingDialogScrollBar{

}

div.scrollbar{
	position:relative;
	width:260px;
	height:10px;
	background-color:#C8D1CD;
	font-size:0px;
	text-align:left;
	padding: 1px;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.scrollbar div{
	position:relative;
	width:100px;
	height:100%;
	background-color:#7887AD;
	border: 0px solid;
	font-size:0px;
}
/*------------------------------------------------------------------------------------*/
table.formsLayout{
	border-collapse: collapse;
	margin: auto;
	width:100%;
}

table.formsLayout tr{
	height: 27px;
}
/*------------------------------------------------------------------------------------*/
table.linkedListBox{
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #749AFF;
	border-right: 1px solid #749AFF;
	border-left: 1px solid #749AFF;
	border-top: 1px solid #749AFF;
	background-color: #D6E1FD;
}

table.linkedListBox td{
	padding: 5px;
}

table.linkedListBox select{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 180px;
}

table.linkedListBox caption{
	height: 18px;
	text-align: center;
	margin: 0px 5px 0px 5px;
	font-style : italic;
	font-weight: bold;
}
/*------------------------------------------------------------------------------------*/
ul.tabbedMenu{
	list-style-type: none;
	margin: auto;
	height :26px;
	width:490px;
	width:530px;
	margin-top:5px;
	padding:0px;
}
li.noTabbedMenuOff a{
	text-decoration:none;
	color:#8D8B8C;
	font-weight:bold;	
	line-height:26px;	
}

li.noTabbedMenuOn, li.noTabbedMenuOff,
li.tabbedMenuOn, li.tabbedMenuOff{
	position: relative;
	display: none;
	float: right;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;	
	padding-left:13px;
	padding-right:12px;
	color:#8D8B8C;
	font-weight:bold;	
	line-height:26px;
}
li.noTabbedMenuOn,
li.tabbedMenuOn{
	color:white;
}

li.noTabbedMenuOff,
li.tabbedMenuOff{
	background:url(../images/design/ongletMilieu.jpg) repeat-x;
}

li.noTabbedMenuOn span.gauche,
li.tabbedMenuOn span.gauche{
	position:absolute;
	top:0px;
	left:0px;
	width:13px;
	height:26px;	
}
li.noTabbedMenuOff span.gauche,
li.tabbedMenuOff span.gauche{
	background:url(../images/design/ongletGauche.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:13px;
	height:26px;	
}

li.noTabbedMenuOn span.droite,
li.tabbedMenuOn span.droite{
	position:absolute;
	top:0px;
	right:0px;
	width:12px;
	height:26px;	
}
li.noTabbedMenuOff span.droite,
li.tabbedMenuOff span.droite{
	background:url(../images/design/ongletDroite.jpg) no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:12px;
	height:26px;	
}

div.tabbedPanel{
	visibility: hidden;
	display: none;
	padding:25px!important;	
	background:white;
	margin:auto!important;
	margin-bottom:10px!important;	
	min-height:400px;
}
/*------------------------------------------------------------------------------------*/
span.downloadProgress{
	font-style: italic;
	color: red;
	font-weight:bold;
}
/*------------------------------------------------------------------------------------*/
div.group{
	padding: 5px;
	margin: 0px;
}
/*------------------------------------------------------------------------------------*/

h1,h2,h3{
	margin:0px;
	padding:0px;
}

div#main{
	width: 990px;
	padding: 0px;
	margin: auto;
	margin-left: auto;
	overflow: visible;
	background-color:#E7E9DE;	
	position:relative;
	border:1px solid white;
}

div#header{
	width: 990px;
	height: 101px;
	margin:auto;
	position:absolute;
	top:0px;
	/*background:url(../images/design/header.gif) no-repeat center;*/
}

table#content{
	width:990px;
	margin-top:115px;
}
table#content td#left{
	width:215px;
}
table#content td#center{
	width:775px;
}
table#separatedContent{
	width:100%;
}
table#separatedContent td#mainContent{
	width:560px;
}
table#separatedContent td#relativeContent{
	width:215px;
}

div.bloc{
	margin:auto;
	width:190px;
	margin-bottom:10px;
	border:1px solid #B8B7B5;
	position:relative;
}
div.bloc a.plusInfos{
	color:#4C5456;
	font-weight:bold;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	width:93px;
	height:30px;
	background:url(../images/design/plusInfos.png) no-repeat center;
	text-decoration:none;
	line-height:30px;
	padding-left:5px;
	padding-top:3px;
	font-size:11px;
}
div.bloc a.plusInfos:hover{
	color:white;
}

div#basGauche{
	position:relative;
	width:190px;
	margin:auto;
	height:30px;
	margin-bottom:10px;
}
div#basGauche div#langue{
	position:absolute;
	left:0px;
	top:4px;
	width:115px;
	height:30px;
	background-color:#B2B0A4;
	text-align:center;
}
div#basGauche div#langue a{
	text-decoration:none;
	color:white;
	padding-left:20px;
	font-weight:bold;
	font-size:11px;
}
div#basGauche div#langue a.en{
	background:url(../images/icones/en.gif) no-repeat 0px 2px;	
}
div#basGauche div#langue a.fr{
	background:url(../images/icones/fr.gif) no-repeat 0px 2px;	
}
div#basGauche div#cci{
	position:absolute;
	right:0px;
	top:4px;
	width:66px;
	height:30px;
	background-color:white;
}

/* BLOC IDEES GOURMANDES */
div#ideesGourmandes{
	height:160px;
	padding-top:5px;
	background:url(../images/design/ideesGourmandes.jpg) no-repeat 0px 35px;	
}
div#ideesGourmandes h3{
	color:#622F6A;
	font-size:12px;
	background:url(../images/design/puce-bordeaux.gif) no-repeat 0px 0px;	
	padding-left:25px;
	line-height:17px;
	font-weight:bold;
}
div#ideesGourmandes div.description{
	position:relative;
	left:90px;
	top:2px;
	width:100px;
	height:50px;
	color:#87375C;
	font-size:11px;
	font-weight:bold;
}

/* BLOC ACTUALITE */
div#actualite{
	padding-bottom:35px;
}
div#actualite h3{
	color:#464646;
	font-size:12px;
	background:url(../images/design/puce-grisclair.gif) no-repeat 0px 0px;	
	padding-left:25px;
	line-height:17px;
	font-weight:bold;
}
div#actualite div.description{
	margin:5px;
}

/* BLOC PARTENAIRES */
div#partenaires{
	padding-bottom:35px;
	--background:url(../images/design/partenaires.jpg) no-repeat 5px 30px #B2AFA0;		
	background: #B2AFA0;		
	min-height:120px;
}
div#partenaires h3{
	color:white;
	font-size:12px;
	background:url(../images/design/puce-grisintermediaire.gif) no-repeat 0px 0px;	
	padding-left:25px;
	line-height:17px;
	font-weight:bold;
}
div#partenaires div.description{
	margin:5px;
	--margin-left:70px;
	--width:110px;
}

div#partenaires div.description div.titrePartenaire{
	color:#601769;
	font-size:9pt;
	font-weight:bold;
}

/* BLOC RECHERCHE */
div#search{
	background-color:#DDBA2A;
	padding:8px;
	width:174px;
}
div#search label{
	color:white;
	font-weight:bold;
}
div#search input{
	display:inline;
}
div#search input.text{
	padding:auto;
	width:auto;
	height:14px;	
	border:1px solid #878078;	
}
div#search input.button{
	position:relative;
	top:-4px;
}
html>/**/body div#search input.button{
	top:1px;
}

/* BLOC NOS ADRESSES  */
div#nosAdresses{
	background-color:#666F74;
}
div#nosAdresses h3{
	color:white;
	font-size:12px;
	background:url(../images/design/puce-grise.gif) no-repeat 0px 0px;	
	padding-left:20px;
	font-weight:bold;
	line-height:17px;	
	margin-bottom:2px;
}
div#nosAdresses div.decouvrir{
	height:45px;
	position:relative;
	background:url(../images/design/bloc-decouvrir.jpg) no-repeat right #45A12B;	
}
div#nosAdresses div.manger{
	height:45px;
	position:relative;
	background:url(../images/design/bloc-manger.jpg) no-repeat right #F15A21;	
}
div#nosAdresses div.dormir{
	height:45px;
	position:relative;
	background:url(../images/design/bloc-dormir.jpg) no-repeat right #0181C8;	
}
div#nosAdresses h4{
	margin:0px;
	padding-top:10px;
}
div#nosAdresses h4 a{
	text-decoration:none;
	color:white;
	font-weight:bold;
	margin-left:6px;
}
div#nosAdresses div.description{
	color:white;
	padding-left:32px;
	position:absolute;
	bottom:2px;
	font-size:10px;
}
div#nosAdresses div.decouvrir div.description{
	background:url(../images/design/fleche-verte.gif) no-repeat left;		
}
div#nosAdresses div.manger div.description{
	background:url(../images/design/fleche-orange.gif) no-repeat left;		
}
div#nosAdresses div.dormir div.description{
	background:url(../images/design/fleche-bleue.gif) no-repeat left;		
}


/* BLOC WEEK END */
div#ideesWE{
	height:130px;
	background:url(../images/design/ideesWE.jpg) no-repeat bottom #DDBA2A;		
}
div#ideesWE h3 a{
	color:white;
	font-size:12px;
	background:url(../images/design/puce-jaune.gif) no-repeat 0px 0px;	
	padding-left:20px;
	font-weight:bold;
	line-height:17px;	
	text-decoration:none;
}
div#ideesWE h3 a span.we{
	font-size:14px;
}

a.pdf{
	background:url(../images/icones/pdf.gif) no-repeat top;
	padding-top:45px;
	font-weight:bold;
	float:right;
}

/* FOOTER */

div#footer{
	clear: both;
	width: 990px;
	margin:auto;
	background-color:#414143;
	text-align: center;
	height:25px;
}

div#footer div#altair a{
	color:#7B7B7D;
	text-decoration:none;
}
div#footer div#altair a:hover{
	text-decoration:underline;
}
div#footer div#altair{
	float:left;
	margin-left:15px;
	margin-top:5px;
}
div#footer div#links a{
	color:#F0E130;
	text-decoration:none;
}
div#footer div#links a:hover{
	text-decoration:underline;
}
div#footer div#links{
	float:right;
	margin-right:15px;
	margin-top:5px;	
	color:#F0E130;	
}


div.localisation{
	width:640px;
	height:500px;
	margin:auto;
	margin-top:50px;
	position:relative;	
}
div#plan{
	background:url(../images/plan/localisation.gif) no-repeat top;
	height:460px;
	width:640px;
	position:absolute;
	top:-20px;
	left:2px;
	border:1px solid #CD007B;
}
div#options{
	position: relative; 
	top: 0px; 
	left: 6px;
}

div.tooltip{
	position:absolute;
	top:10px;
	left:-200px;
	width:400px;
	display:none;
	z-index:10;
	padding:5px;
}
div.tooltip img{
	float:left;
	margin-right:5px;
	margin-left:5px;
}

a.siteWeb{
	background: url(../images/img.php?file=icons/house.png) no-repeat left center;
	padding-left:20px;
	text-decoration:underline;
}

a:hover.siteWeb{
	text-decoration:none;	
}