/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Oceania
Description: A two-column, fixed-width design with a bright color scheme.
Version    : 1.0
Released   : 20120208
*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #1D68AB;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html {
	/*background: url(../images/foret.jpg) repeat;*/
}

body {
	line-height: 1.75em;
	/*color: #6B7C93;*/
	color: #000;
	font-size: 12pt;
}

body,input {
	font-family:"Arial", Gadget, sans-serif;	
}

br.clearfix {
	clear: both;
}

strong {
	color: #333333;
}

h1,h2 {
	text-transform: lowercase;
	text-shadow: 0 1px 0 #FFFFFF;
}

h2 {
	font-size: 2em;
}

h2 {
	color: #000;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
	color: #FFFFFF;
}
h3 a{
	color: #FFFFFF;
	text-decoration:none; 
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 5.25em;
}

h6 {
	font-size: 1.5em;
	color: #F00;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.box {
	border-radius:15px;
	overflow: hidden;
	margin: 0 0 1em 0;
	
}

#content {
	float: left;
	padding: 40px;
	width: 1152px;
	background: #EAEEF2;
	border-radius: 10px;
	border: solid 2px orange;
	text-shadow: 0 1px 0 #FFFFFF;
	box-shadow:20px 20px 100px white; 
	-moz-box-shadow:20px 02px 100px white;
	-webkit-box-shadow:20px 20px 100px white;
}

#footer {
	margin: 50px 0 120px 0;
	font-size: .8em;
	text-align: center;
	color: #626E7F;
	text-shadow: 0 1px 0 #FFFFFF;
}

#footer a {
	color: #626E7F;
}

#header {
	background: #2C84AF url(../relax/images/img03MD.jpg) top left no-repeat;
	color: #FFFFFF;
	height: 140px;
	position: relative;
	padding: 5px;
	border-radius: 10px;
	opacity:.9;
	
	box-shadow:20px 20px 100px white; 
	-moz-box-shadow:20px 02px 100px white;
	-webkit-box-shadow:20px 20px 100px white;
}

#logo {
	top: 0px;
	height: 140px;
	position: absolute;
	left: 38px;
	line-height: 140px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 {
	font-size: 12em;
	text-shadow: 0 20px 40px #0E3E68;
}

#imagesponsor {
	top : 283px;
	position: absolute;
	left: 128px;
	line-height: 140px;
	width: 725px;
	height: 815px;
}


#imagestitre {
	top : -6px;
	position: absolute;
	left: 331px;
	line-height: 140px;
	width: 887px;
}
#page {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 1064px;
	opacity:.9;
	
}

#page .section-list {
	padding-left: 0;
	list-style: none;
}

#page .section-list li {
	clear: both;
	padding: 25px 0 25px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 15px 0 15px 0;
	border-top: dotted 1px #C5CDD8;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#search input.form-submit {
	background: #B87A23;
	padding: 5px;
	color: #FFFFFF;
	border: 0;
	margin-left: 1em;
}

#search input.form-text {
	padding: 10px;
	border: dotted 1px #569DBF;
}


#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	width: 1232px;
}

.btn_taille_egale{
   width:95px;
   background-color:#FFF;
   border-bottom-color:#F93;
   border-right-color:#F93;
}


.cal_table  {
	alignment-adjust:central;
	/*background-color:#EEE;*/
	border-width:1px; 
    border-style:solid; 
    border-color:black;
    width:99%;
}
.cal_td {
	/*background-color:#FFF;*/
	border-width:1px;
    border-style:solid; 
    border-color: #306;
}

.cal_td2 {
	background-color:#DDF;
	border-width:1px;
    border-style:solid; 
    border-color: #306;
}

tr.impaire {
	background: #EEE;
}

tr.paire {
	background: #CCE;
}

input[type="submit] {
 background-color: #F99;
}

#connexion {
	background-color: #CCC;
	text-align: center;
	height: 200px;
	width: 320px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin-right: auto;
	margin-left: auto;
}
.centrer {
	text-align: center;
}