/* @override http://bo.cems.org/api/css/bo_page.css */

/*bo_page.css :
Feuille de style pour les templates de Page du CMS
Ces templates sont soit ceux de redirection, soit ceux d'inclusion d'iFrame
*/
body {
font-size: 0.6875em;
line-height: 1.3636em;
}

#content-area iframe {
    border: none;
    margin-left: 0px;
    width: 100%;
}

iframe {
	border: 0 none white;
}

p, div, a, li {
 font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}



.choiceBlock {
	width: 400px;
	margin: auto;
}

.choiceBlock a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.choiceBlock a:visited {
	text-decoration: none;
	color: #000;
}

.choiceBlock a:hover {
	text-decoration: underline;
	color: #000095;
}


.choiceButton {
	text-align: left;
	width: 350px;
	border: thin solid #797979;
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}


div.choiceButtonNotActive {
	background-color: #eaeaea;
	color: #000;
	margin-left: 54px;
	font-size: xx-small;
	margin-bottom: 1px;
	margin-top: 1px;
}
.choiceButtonNotActive a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.choiceButtonNotActive a:hover {
	text-decoration: none;
	color: #000;
}

div.openingDate {
	visibility: hidden;
	right: 0;
	top: 0;
	width: 10px;
	height: 15px;
	display: block;
	float: right;
	text-align: center;
	margin-right: -5px;
	margin-top: -2px;
}

.choiceButtonNotActive div.openingDate {
	width: 160px;
	visibility: visible;
	background-color: rgba(255,255,200,0.8);
	border: thin solid #d5d5d5;
}




div.centered {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}


/* Style pour les Combany Book du CF */

table.BO_Company_Book td {
	font-size: 11px;
}