/* © 2009 Bexter Vaince CSS */
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px;
	margin:	0px;
	height: 100%;
	background: #a6e429;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none;}
:focus{-moz-outline-style: none;}

a{
	color: #53bece;
	text-decoration:none;
}

a:hover{
	color: #53bece;
	text-decoration:underline;
}

p{
	margin:0px;
	padding: 0px;
}

h1{
	font-size:15px;
	color: #1f6ba5;
	margin:0px;
	padding:0px 0px 15px 0px;
	font-weight:bold;
	font-style: italic;
}

h2{
	text-transform:uppercase;
	font-size:11px;
	color: #53bece;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h3{
	text-transform:uppercase;
	font-size:9px;
	color: #0a8bc3;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

ul{
	padding:0px 0px 0px 20px;
	margin:0px;
	list-style-position:outside;
	list-style-image:url(../images/puce2.jpg);
}

li{
	padding:2px 0px;
	margin:0px 0px 0px 20px;
}

strong{
	color:#8a0339;
	font-weight:bold;
}

#site{
	width:990px;
	margin-left:-495px;
	padding:0px;
	z-index:99;
	position:absolute;
	height:auto !important;
	min-height:100%;
	left:50%;
}

#header{
	margin:0px;
	width: 990px;
	height: 198px;
	text-align:right;
	background: #fff url(../images/header.jpg) no-repeat;
}

/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#contenu {
	width:991px;
	height:300px;
	min-height:300px !important;
	height:auto !important;
	padding:0px;
	margin:0px;
	background: #fff url(../images/fond-contenu.jpg) repeat-y;
	float:left;
}

.content{
	width:700px;/*700*/
	float:left;
	height:300px;
	min-height:300px !important;
	height:auto !important;
	margin:0px 0px 5px 0px;
	padding:20px 0px 0px 0px;
	text-align:justify;
	background: #fff;
}

.droite{
	float:left;
	margin:0px;
	padding:0px;
	background: #fff;
}

.petit-train{
	font-size:12px;
	color:#858585;
	padding:0px 0px 20px 0px !important;
	padding:0px 0px 10px 0px;
}

.petit-train a{
	color:#858585;
}

.petit-train a:hover{
	color:#53bece;
	text-decoration: none;
}

.texte{
	float:left;
	width:450px;
}

.enseignement-catholique{
	float:right;
	width:200px;
}

.wash{
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}

/*------------------------------------------------------------------------- BLOCK : ACTUALITES*/
.gauche{
	float:left;
	width:245px;
	height:250px;/*400*/
	min-height:250px !important;
	height:auto !important;
	padding:50px 0px 0px 10px;
	margin:0px 0px 0px 5px;
	font-size:11px;
	color:#000;
	text-align:justify;
	background: #fff url(../images/fond-gauche.jpg) no-repeat;
}

.scolinfo{
	height:85px;
	margin-bottom:30px;
	display:none;
}

.video{
	float:left;
	width:210px;/*211*/
	height:172px;/*172*/
	background: #fff url(../swf/player_flv_skin.jpg) no-repeat;
	padding:5px 0px 0px 5px;
	margin-top:15px;
}

.avg{
	float:left;
	height:50px;
	margin:40px 0px 0px 70px;
	padding:0px;
}

.top-actu{
	float:left;
	margin:10px 0px 0px 0px;
}

.content-actu{
	float:left;
	height:100px;
	min-height:100px !important;
	height:auto !important;
	width:702px;
	background: #fff url(../images/fond-content-actu.jpg) repeat-y;
	padding:10px 0px 0px 0px;
	margin:-5px 0px 0px 0px;
}

.bottom-actu{
	float:left;
	margin:0px;
	padding:0px;
}

/*-----------------------------------------------------------------------  BLOCK ACTU : index*/

.actualite-gauche-index{
	float:left;
	width:320px;
	margin:0px 20px 0px 20px !important;
	margin:0px 20px 0px 10px;
}

.actualite-droite-index{
	float:left;
	width:320px;
	margin:0px 20px 5px 0px !important;
	margin:0px 10px 5px 0px;
}

.actu-photo-index{
	float:left;
	padding:2px;
	margin:0px 5px 0px 0px;
	border:1px solid #bfbfbf;
	width:73px;
	height:73px;
}

.actu-savoir-index{
	text-align:right;
	margin:5px 0px;
	font-style:italic;
	font-weight:bold;
}

.actu-savoir-index a{
	color:#757575;
	text-decoration:none;
}

.actu-savoir-index a:hover{
	color:#757575;
	text-decoration:underline;
}

.titre-actu-index{
	color: #53bece;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

/*-----------------------------------------------------------------------  BLOCK ACTU : pages*/

.actualite{
	float:left;
	width:200px;
	margin:0px 0px 20px 0px !important;
	margin:0px 0px 10px 0px;
}

.actu-photo{
	float:left;
	padding:2px;
	margin:0px 5px 0px 0px;
	border:1px solid #bfbfbf;
	width:55px;
	height:55px;
}

.actu-savoir{
	text-align:right;
	margin:5px 0px;
	font-style:italic;
	font-weight:bold;
}

.actu-savoir a{
	color:#757575;
	text-decoration:none;
}

.actu-savoir a:hover{
	color:#757575;
	text-decoration:underline;
}

.titre-actu{
	color: #53bece;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

/*---------------------------------------------------------------------- contact.htm */
.contact{
	width:640px;
	margin:10px 0px 0px 0px !important;
	margin:5px 0px 0px 0px;
	float:left;
}

.td_contact {
	color:#0a8bc3;
	padding:0px;
	margin:0px;
	text-align:right;
	width:100px;
	display:block;
}

.contact-mail{
	float:left;
	width:640px;
	color:#8A0339;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}

/*---------------------------------------------------------------------- sitemap.htm */
.sitemap{
	width:600px;
	text-align:justify;
	float:left;
	margin-top:20px !important;
	margin-top:10px;
	border:1px solid #B4B5B9;
	padding:30px 0px 10px 30px !important;
	padding:15px 0px 10px 15px;
	background:#FFFFFF;
}

/*---------------------------------------------------------------------- mentions.htm */
#mentions-gauche{
	float:left;
	width:190px;
	margin:0px 0px 10px 0px !important;	
	margin:0px 0px 5px 0px;				
	text-align:left;
}

#mentions-droite{
	float:right;
	width:500px;
	text-align:justify;
	margin:0px 0px 10px 0px !important;	
	margin:0px 0px 5px 0px;	
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer {
	float:left;
	width:991px; /*990*/
	margin:10px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	color:#5c6001;
	font-size:9px;
	font-weight:bold;
	background: #a6e429 url(../images/footer.jpg) top no-repeat;
}
#footer a{
	color: #5c6001;
	text-decoration: none;
}
#footer a:hover{
	color: #5c6001;
	text-decoration: underline;
}
.copyright{
	float:left;
	width:991px; /*990*/
	color: #5c6001;
	font-weight:bold;
	background: #a6e429;
}
.copyright a{
	color: #5c6001;
	text-decoration: none;
}
.copyright a:hover{
	color: #5c6001;
	text-decoration: underline;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/
