/* CSS Document */

body{
		width:100%;
	background:url("../images/header-bg.png") repeat-x top left #f7f7f7;
}

#page{
	width:960px;
	margin:0 auto;
}

#header{
	height:180px;
	width:960px;
}

#logo{
	width:285px;
	height:85px;
	float:left;
}

#join{
	width:675px;
	height:85px;
	float:left;
	background:url("../images/join-bg.png") no-repeat top right;
}

#assoc{
	width:400px;
	height:70px;
	margin:0 15px 0 5px;
	float:left;
	padding:15px 0 0 0;
}

.association{
	text-transform:uppercase;
	font-size:26px;
	color:#536b8a;
	font-family:"Tahoma", Geneva, sans-serif;
}

.union{
	text-transform:uppercase;
	font-size:18px;
	font-family:"Tahoma", Geneva, sans-serif;
	color:#469723;
}

#soutien{
	width:136px;
	height:45px;
	float:left;
	margin:0 0 0 41px;
	padding:20px 34px;
	text-align:center;
	font-family:"Arial", Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}

#soutien a{
	text-decoration:none;
}

.soutenir{
	color:#469723;
}

.ujpod{
	color:#536b8a;
}

#navbar{
	width:960px;
	margin:10px 0px 0px 0px;
	float:left;
	height:100px;
}

#od{
	width:120px;
	height:150px;
	position:relative;
	top:-30px;
	left:0px;
float:left;}

#menu{
	margin:0;
	padding:0;
	display:inline;
	width:840px;
	float:left;
}

#menu li{
	color:#FFF;
	list-style-type:none;
	text-transform:uppercase;
	display:block;
	margin:0;
	padding:20px 5px 15px 5px;
	float:left;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:30px;
	text-align:center;
}

#menu li a{
	text-decoration:none;
		color:#FFF;

}

#menu li a:hover{
	background:#090;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
}

#menu li a.active{
	padding:10px;
	background:#090;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#slider{
	width:960px;
	height:421px;
	margin:0 auto 10px auto;
	background:url("../images/shad.jpg") no-repeat bottom;
	padding-bottom:21px;

}

#top-page{
	width:960px;
	margin:0 auto;
}

#slider-shad{
	width:960px;
	height:21px;

	clear:both;
	position:relative;
	top:0px;
}

#image{
	float:left;
	width:960px;
	height:150px;
}

#right-menu{
	float:left;
	width:230px;
	margin-left:10px;
	height:150px;
}

#nav{
	font-family:"Arial", Helvetica, sans-serif;
	list-style-type:none;
	padding:0 10px;
	margin:0;
}

#nav li{
	border-bottom:dotted 2px #069;
	line-height:18px;
}

#nav li a{
	font-size:14px;
	text-decoration:none;
}

#nav li a:hover{
	text-decoration:underline;
	font-weight:bold;
}

#slider-bottom{
	width:960px;
	margin:0 auto;
}

#slider-bottom img.centre{
	margin:0 13px;
}
	

#text-content{
	width:960px;
	margin:10px auto;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		background:url("../images/text-bg.jpg") top left no-repeat #fff;
		min-height:400px;
		padding:10px;
		text-align:justify;

}

#text-content table{
	float:left;
	margin:0 5px;
}

.titre{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#536b8a;
}

#text-content p{
	font-size:15px;
}

#left-col{
	float:left;
	width:255px;
	margin-right:10px;
}

#left-menu{
	width:255px;
	padding:0;
	margin:0;
	list-style-type:none;
}

#left-menu li{
	width:230px;
	padding:5px 45px 5px 5px;
	margin:2px 0;
	background:url("../images/left-menu-bg.jpg") repeat-y;
	color:#FFF;
}

#left-menu li a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.left-active{
	color:#ccff00;
	font-weight:bold;
}

#footer{
		background:url("../images/slider-bg.jpg") top repeat-x #536b8a;
	padding-top:20px;
	width:100%;
	min-height:50px;
	text-align:center;
}

#footer p{
	font-family:"Arial", Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
}

.clr{
	width:100%;
	clear:both;
}

.left{
	float:left;
	margin:5px;
}

.marg10{
	margin:0px 10px;
}

/*    slider style */

/* CSS Document */

#s3slider {
width:960px;
	height:421px;
	margin:0 auto 10px auto;
	background:url("../images/shad.jpg") no-repeat bottom;
	padding-bottom:19px;    position: relative; /* important */
    overflow: hidden; /* important */
}
 
#s3sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
	list-style-type:none;
	padding:0;
}
 
.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
	padding:0;
}
 
.s3sliderImage span {
    position: absolute; /* important */
    left: 550px;
    font: 15px/20px "Arial", Helvetica, sans-serif;
    padding: 10px 13px;
    width: 400px;
    background-color:#123A51;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    top: 200px; /*
        if you put top: 0;  -> the box with text will be shown 
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown 
                                at the bottom of the image
    */
}

#submenu{
	width:800px;
	float:left;
	height:98px;
	margin-left:25px;
	text-align:left;
	position:relative;
	top:-25px;
	left:10px;
}

#submenu img{
	float:right;
}
 
.clear {
    clear: both;
}

.right{
	float:right;
}

.encadre_vert{
	border:dotted 1px #59A737;
	width:250px;
	float:right;
	margin:20px;
	background:#e8f1cc;
	padding:10px;
	opacity:0.7;
	text-align:justify;
	font-size:10px;
}

.social{
	width:30px;
	background:#FFF;
	position:fixed;
	top:35%;
	left:0px;
	border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	box-shadow:5px 5px 5px #666;
	-moz-box-shadow:5px 5px 5px #666;
	-webkit-box-shadow:5px 5px 5px #666;
	
}#programme_education td {	padding-right: 10px;}