@charset "ISO-8859-1";
/* CSS Document */



body {
	background-image: url(images/form/bg.jpg);
	background-repeat:repeat-x;
	background-color:#9bc8e4;
	
	width:960px;
	margin: 0 auto;
	
	font-family:Arial, Helvetica, sans-serif;
}

#top {
	margin-top:20px;
	background-image:url(images/form/top.png);
	width:960px;
	height:9px;
}

#top_middle {
	background-image:url(images/form/top_middle.png);
	padding:0px 9px;
	width:942px;
	height:120px;
}

#middle {
	background-image:url(images/form/middle.png);
	padding:0px 9px;
	width:942px;
}

#bottom {
	background-image:url(images/form/bottom.png);
	width:960px;
	height:9px;
}

#partenaires {
	float: right;
	margin: 10px;
	margin: 20px;
}

#logo {
	padding-left:15px;
	padding-top:15px;
}

#menu {
	position:relative;
	background-image:url(images/form/background_menu.png);
	width:936px;
	height:50px;
	
	padding-left:5px;
	padding-top:22px;
	
	z-index:10;
}

#menu a {
	text-decoration:none;
}

#content {
	padding: 0px 24px 20px 24px;
	font-size:13px;
}

#accroche {
	background-image:url(images/form/top_middle.png);
	width:942px;
	height:230px;
	
	padding:0px 9px;
}

#accroche_right {
	position: relative;
	left:651px;
	background-image:url(images/form/background_form_home.png);
	width:260px;
	height:200px;
	padding:15px;
	z-index: 5;
}

#accroche_right ul {
	margin-left:-25px;
	margin-top:0px;
	font-size:12px;
	color:#0070bb;
}

#accroche_right ul a {
	color:#0070bb;
}

#accroche_right li {
	list-style-image:url(images/form/puce.png);
	margin-bottom:15px;
}

#right_content {
	float:right;
	width:245px;
	
	padding-top:20px;
	padding-bottom:15px;
	text-align:justify;
	color:#636363;
}

#left_content {
	padding-top:20px;
	padding-bottom:15px;
	width:605px;
	
	color:#4f4f4f;
	text-align:justify;
}

#left_content li {
	margin-bottom:10px;
}

#right {
	float:right;
	width:290px;
}

#left {
	width:290px;
}

.right {
	float:right;
	width:290px;
	text-align:left;
}

.left {
	width:290px;
}

#footer {
	width:893px;
	font-size:11px;
	padding-left:34px;
	padding-bottom:10px;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration:underlined;
}

/* Mise en forme du texte */

.titre_right_content {
	font-size:15px;
	text-transform:uppercase;
	color:#636363;
}

.titre {
	font-size:15px;
	text-transform:uppercase;
	color:#0070bb;
}

.sous_titre {
	margin-top:-3px;
	padding-bottom:20px;
	font-size:12px;
	font-style:italic;
	text-transform:lowercase;
}

.titre_actualite
{
	font-weight: bold;
	padding-bottom: 5px;
}

.desc {
	color:#0070bb;
}

.desc a {
	color:#0070bb;
}

.date {
	text-align:right;
	font-size:10px;
	margin-top:15px;
	margin-bottom:30px;
	text-transform:uppercase;
}

#menu input {
	position:absolute;
	right:15px;
	width:180px;
	height:20px;
	border:1px solid #5e90b1;
	font-size:10px;
	padding-top:3px;
	padding-left:3px;
	color:#0070bb;
	text-transform:uppercase;
}

input {
	padding:5px;
	width:265px;
	border:1px solid #CCC;
	margin-top:5px;
	margin-bottom:10px;
}

textarea {
	width:600px;
	margin-top:5px;
	border:1px solid #CCC;
}

img {
	border:none;
}

a {
	color:#4f4f4f;
}

#cadre_calendrier
{
	width: 600px;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	z-index:2;
	position:relative;
}

#calendrier
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	z-index:1;
}
#precedent
{
	display: inline;
}

#suivant
{
	display: inline;
}
	
