@import url("layout.css");

body {
	font-family: "Trebuchet MS", sans-serif;
	background-color:white;
	color: #FFFFFF;
}
#container {
	height:929px;
	border-top: 2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
/* HEADER */
#masthead { 
	text-align: center;
	background-color: #fff;
	/*background-image: url("../images/header.jpg");*/
	background-repeat: no-repeat;
}

#milieu {
	padding:0px 0px 0px 0px;
	background-image:url("../images/middle.jpg");
	background-repeat:no-repeat;
	height:501px;
}

/* DROITE */
#column_r {
	width: 470px;
	height:inherit;
	padding: 0px 0px;
	/*margin-top:-10px;*/
	background-color: transparent;
	color:white;
}
#texte {
	margin-top:-7px;
	text-align: justify;
	overflow: auto;
	height: 440px;
	padding:0px 7px 0px 1px;
	color:white;
}
#texte_admin {
	margin-top:-7px;
	text-align: justify;
	padding:5px 7px 0px 1px;
	color:white;
}

/* GAUCHE */
#column_l {
	width: 450px;
	height:inherit;
	padding: 15px 17px;
	background-color: transparent;
	color:white;
}
html>body #column_l {
    width: 450px;
    padding: 15px 17px;
    background-color: transparent;
    color: #FFFFFF;
}
/* Colonne de gauche image */
#column_l img {
	border: 2px solid #808080;
}

/*********** FOOTER ***********/
#footer {
	text-align: right;
	padding-bottom: 0px;
	margin:0;
	background-image:url("../images/footer.jpg");
	background-repeat:no-repeat;
		
}
html>body #footer {
	text-align: right;
	margin:0;
	padding-bottom: 0;
	width:100%;
}
#footer p {
	font-size: x-small;
	color: #c77;
}


/* Navigation */

#navigation { /* MENU */
	background-image: url("../images/bandeau_menu.jpg");
	background-repeat: no-repeat;
	height:60px;
	width:100%;
	text-align:center;
}



/*  partenaires    */
.partenaires 
{
    color:white;
    font-size:10px;
}


/******** fermer/ouvert ************/

.fermer{
width:0px;
height:0px;
border:0px;
border-width:0px; 
border-style:solid; 
padding:0px;
overflow:hidden ;
}

.ouvert{
width:430px;
height:430px;
border:0px;
border-width:0px; 
border-style:solid; 
padding:0px;
overflow:hidden;
}

.video{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
overflow:hidden;
border:0px;
border-width:0px; 
border-style:solid; 
padding:0px;
}