@charset "UTF-8";
* {
     margin: 0;
}
 
 body, html {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/backG.png) no-repeat left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	height:100%;
}

a {
	outline: none;
	outline-style:none;
	outline-width:0;
	}
	
	
img {
	border:none;
	}
	
textarea, input, .champ {
	background:url(../images/bg_p.png);
	border:1px inset #FFF;
	padding:2px;
	}
	
textarea, input, .champ:focus{
	background:#FFF;
	border:1px inset #FFF;
	}
	
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -9em;
}
.oneColFixCtrHdr #header {
	background: none; 
	padding: 23px 0 0 73px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.oneColFixCtrHdr #header #utils{
	margin: 0 0 0 463px;
	float:right;
}


.oneColFixCtrHdr #header #utils a{
	font-size:10px;
	padding:4px 10px;
	background-color:#FFF;
	text-decoration:none;
	color:#13396C;
}

.oneColFixCtrHdr #header #utils a:hover{
	text-decoration:none;
	background-color:#00538B;
	color:#FFF;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	margin: 10px 0px 20px 187px;
	padding-bottom:100px;
	
}

.oneColFixCtrHdr #mainContent .btn{
	background:url(../images/bg_btn.png) top no-repeat;
	width:187px;
	text-align:center;
	height:15px;
	vertical-align:middle;
	padding:6px 0;
	margin:10px 0;	
}

.oneColFixCtrHdr #mainContent .btn a{
	padding:6px 10px;
	font-size:11px;
	font-weight:bold;
	color:#00528A;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent .btn:hover{
	background:url(../images/bg_btn_hover.png) top no-repeat;
}






.oneColFixCtrHdr #mainContent .btn2{
	background:url(../images/bg_btn2.png) top no-repeat;
	width:264px;
	text-align:center;
	height:15px;
	vertical-align:middle;
	padding:6px 0;
	margin:0 0 10px 0;	
}

.oneColFixCtrHdr #mainContent .btn2 a{
	padding:6px 10px;
	font-size:11px;
	font-weight:bold;
	color:#00528A;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent .btn2:hover{
	background:url(../images/bg_btn2_hover.png) top no-repeat;
}









.oneColFixCtrHdr #mainContent .btnMenu{
	background:url(../images/bg_btn.png) top left no-repeat ;
	height:15px;
	vertical-align:middle;
	padding:6px 0;
	margin:3px 0;	
}

.oneColFixCtrHdr #mainContent .btnMenu a{
	padding:6px 30px 6px 10px;
	font-size:10px;
	font-weight:bold;
	color:#00528A;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent .btnMenu:hover{
	background:url(../images/bg_btn_hover.png) top left no-repeat;
}


.oneColFixCtrHdr #mainContent .btnMenuIn{
	background: url(../images/bg_btn_in.png) top left no-repeat ;
	height:15px;
	vertical-align:middle;
	padding:6px 0;
	margin:3px 0;	
}

.oneColFixCtrHdr #mainContent .btnMenuIn a{
	padding:6px 30px 6px 10px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent .btnMenuIn:hover{
	background: url(../images/bg_btn_in.png) top left no-repeat ;
}






.oneColFixCtrHdr #menu a{
	font-size:13px;
	color:#000;
	padding:7px 23px;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent #menu a:hover{
	color:#463527;
	text-decoration:none;
	background:url(../images/backMenu.jpg) top center no-repeat;
}

.oneColFixCtrHdr #contenu {
	padding: 20px 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	width: 640px;
	font-size:12px;
}

.oneColFixCtrHdr #contenu h2{
	padding: 4px 10px;
	background:url(../images/bg_titre.png) repeat-y;
	margin:6px 0 0 0;
	font-size:12px;
	color:#FFF;
}

.oneColFixCtrHdr #contenu h3{
	padding: 6px 0px;
	margin:0;
}


.oneColFixCtrHdr #contenu h3.activites{
	padding: 19px 0px;
	height:18px;
}


.oneColFixCtrHdr #contenu h4{
	font-size:18px;
	margin:0 0 15px 0;
	font-weight:normal;
}

.oneColFixCtrHdr #contenu h5{
	padding: 10px 0 3px 9px;
	font-size:12px;
}

.oneColFixCtrHdr #contenu .pp{
	padding: 0 0 10px 9px;
	font-size:10px;
}


.oneColFixCtrHdr #contenu .impair{
	background:url(../images/bg_p.png);
	clear:both;
}

div.photo {
	text-align: center;
	padding: 5px;
	background-color:#FFF;
	margin:10px;
}


div.todaylittle {
	background: url(../images/ephem_small_24.png) no-repeat;
	width: 33px;
	height: 38px;
	float: left;
	text-align: center;
	margin: 10px 8px 10px 10px;
	clear:both;
}

div.todaylittle .month {
	padding: 0px 0px 0px 0px;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
}

div.todaylittle .day {
	padding: 2px 0px 0px 0px;
	font-size: 12pt;
	color: #000000;
	text-align: center;
}





.oneColFixCtrHdr .ou{
	font-size:85%;
	font-weight:normal;
}

.oneColFixCtrHdr #contenu .pee{
	padding: 10px;
	font-size:11px;
	background:url(../images/bg_p.png);
	margin: 1px 0 15px 0;
}

.oneColFixCtrHdr #contenu .pee p{
	padding: 0px;
	margin: 10px 0 0 0;
	text-align:justify;
}

.oneColFixCtrHdr #contenu .pee .img{
	float:left;
	padding:7px;
	margin-right:15px;
	margin-bottom:10px;
	background-color:#FFF;
}


.oneColFixCtrHdr #contenu .titre{
	padding: 5px 12px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFF;
}

.oneColFixCtrHdr #contenu #top{
	text-align:right;
	margin:25px 0;
}

.oneColFixCtrHdr #right {
	padding: 10px 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	font-size:11px;
}

.oneColFixCtrHdr #right #right_texte{
	width:200px;
}

.oneColFixCtrHdr #right2 {
	padding: 10px 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../images/bg_p.png);
}

#footer {
	padding: 15px 0 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin: 20px 0px 0px 187px;
	font-size:9px;
	color:#666;
	height:9.9em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer .leloup {
	color:#999;
}

a{
	color:#00538B;
	text-decoration:none;
}

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

#bottomNavig{
	position:relative;
	left:260px;
	float:left;
	padding-left:20px;
	border-left:1px solid #C7EEFC;
}

#bottomNavig a{
	padding:0px 3px;
}


.push {
	height:5em;
	background:none;
}
