@charset "utf-8";
/*  SPECIFIQUE  */


body{
	/*font-size:11px;*/
}

input .submit{

}

#global {
	width:988px;
}

#global .coldroite{
	width:150px;
}

#page {

}

#footer {
	border-top: solid 1px #00924a;
	padding-top:5px;
}

#footer table{
	width:100%;
}

#footer .adresse{
	width:160px;
	color:#00924a;
	font-size: 0.8em;
}

#mainsegment{
	width:100%;
}

#mainsegment .colgauche{
	width:158px;
	color: #00924a;
	font-size: 0.8em;
}

#mainsegment .menugauche{
padding-left:5px;
}

.coordonnees {
	margin: 0;
	margin-left: 6px;
	margin-right: 10px;
	margin-bottom: 1em;
}

.colgauche hr {
	border: none;
	border-top: 1px solid #00924a;
	padding: 0;
	margin: 1em 0;
}

#main{
	padding-top:5px;
	padding-bottom: 10px;
	width: 643px;
	margin: auto;
	color: #222;
}

#map {
	z-index: 1;
	border: 1px solid #00924a;
}
#map div {
	z-index: 1;
}


/*************** MENU DEROULANT **************/

#menu {
	background-image:url(/image/menuhaut.jpg);
	width:660px;
	height:33px;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-left:15px;
}


#menu ul {
	list-style:none;
	list-style-position:outside;
	padding:0;
	margin: 0;
	/*margin-left: 11px;*/
}
#menu li {
	float: left;
	position:relative;
	font-size: 0.95em;
	z-index: 5;
	/*border: 1px solid red;*/
}

#menu li a {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	/*border-right: dotted 1px #c4bed4;*/
	letter-spacing: 1px;
	display: block;
	height: 19px;
	float: left;
}
#menu li a:hover {
	color: #00924a;
	background-color:#e9ffe1;
	background-image:url(/image/_fond_menu_select.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	
}


#menu ul li ul {
	display: none;
	position: absolute;
	top: 33px;
	left: -1px;
	background-color:#4ba52b;
	border: 1px solid #CBD3E7;
	width: 200px;
	/*z-index: 5;*/
}
#menu ul li ul li {
	float: none;
	/*background-color:#FFFFCC;*/
	/*padding: 1px;*/
}
#menu li:hover>ul {
	display: block;
}


#menu ul li ul li a {
	padding: 5px 7px;
	font-weight:normal;
	border: none;
	height:auto;
	float: none;
}
#menu ul li ul li a:hover {
	background-image:none;
}

#menu ul li ul li ul {
	/*background-color:white;*/
	color: black;
	left: 200px;
	top: 0px;
}

#menu ul li ul li ul li a {
	padding: 4px 5px;
}



#filariane {
	margin-bottom: 1em;
	font-size: 0.9em;
}


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

/*.actubrique .newspic {
	float: right;
	margin-left: 5px;
}*/

.brique {
	margin-bottom: 2em;
}

.textebrique {
	clear:both;
}

/*************** TEMPLATES *****************/

#tableau_accueil {
	font-size: 0.8em;

}

#tableau_accueil td {
	padding-bottom: 15px;
}

#cafeteria {
	margin: 20px 0;
}

#cafeteria h4 {
	color: #ff7e00;
}

#cafeteria h2 {
	color: #e43e04;
	/*margin-top: 2em;*/
}

.cafet_contenu {
	background-color:#fcfaec;
	padding: 0 10px;
	border: 1px solid #FFCC33;
}

.cafet_contenu h3 {
	color: #ff7e00;
	text-align:center;
}

.cafet_contenu .prix {
	font-weight:bold;
	color: #ff7e00;
}

#cartezone {
	border: 1px solid #00924a;
	background-color:#d9efe4;
	margin-top: 2em;
}

#cartezone p {
	border-bottom: 1px solid #00924a;
	padding: 10px;
	margin: 0;
	
}


.hr {
	border-top: 1px solid #00924a;
}


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

/* DIVERS */

.erreur {
	border: 2px red solid;
}

.error {
	color:red;
	font-weight:bold;
}




/******** POPUP ********/

#popup {
	position: absolute; left: 0px; top: 0px;
	/*border: 2px solid #00529b;*/
	/*padding: 5px;*/
	background-color: #f6faff;
	/*display:none;*/
	visibility:hidden;
	z-index:10;
	
	border: 1px solid #393939;
}

#popup #boutonfermer {
	position: absolute; 
	right: 0; 
	cursor:pointer
}

#popupbar {
	background-color:#990000; 
	background-image:url(/image/barre_popup_fond.gif);
	/*height: 22px;*/	/* ne pas donner de hauteur à cette barre sous peine de voir le background disparaitre sous IE(7) */
	/* il faudra donc toujours avoir une image en non-absolu placée dans la div */
	color: white;
	font-size: 0.8em;
}

#popupbar img {
	vertical-align:bottom;
}

#popupcontent {
	/*background-color:white;*/
	padding: 5px;
}

#popupclosebutton {
	width: 15px; height: 15px; 
	background: white; 
	position: absolute; 
	right: 0; top: 0; 
	cursor: pointer;
}


