html, body {
	margin:0px;
	padding: 0px;
	height: 100% /* que si on veut un site avec une gestion 100% de hauteur de DIV */
}
body {
	height: 100%; /* que si on veut un site avec une gestion 100% de hauteur de DIV */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;	
}

.titre{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color:#1b175f;
	text-transform:uppercase;
	height:35px;
}


/* Gestion bug ie */
br
{
	letter-spacing : 0px;
}
h2{
	color:#683B15;
	margin-bottom:0px;
}
h3{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
}
img{
	border:none;
}

.corp{
	width:980px;
	margin-top:30px;
}

.corp #head{
	width:100%;
	height:157px;
}

.corp #center{
	width:100%;
	background-image:url(../images/home-bgr-center-repeat.jpg);
	background-repeat:repeat-y;
	text-align:left;
	margin-bottom:30px;
}

.corp #center #appli-footer{
	background-image:url(../images/home-bgr-center-footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.corp #center #appli-top{
	background-image:url(../images/home-bgr-center-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#main{
	width:710px;
	float:left;
	margin-left:29px;
	margin-bottom:21px;
	margin-top:10px;
	min-height:800px;
}

#main #banner{
	position:relative;
	z-index:10;
}

#main #container-text{
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:14px;
	padding-top:56px;
	min-height:367px;
	margin-left:-10px;
	margin-top:-30px;
	margin-bottom:40px;
}

#main .separator{
	width:100%;
	height:1px;
	background-color:#1b175f;
	margin-bottom:25px;
	margin-top:25px;
	text-align:center;
}


#main #news{
	width:706px;
	
}

#main #news #titel{
	width:100%;
	height:41px;
}

#main #news #top{
	width:100%;
	height:4px;
	background-image:url(../images/home-news-top.png);
	background-repeat:no-repeat;
}

#main #news #down{
	width:100%;
	height:7px;
	background-image:url(../images/home-news-down.png);
	background-repeat:no-repeat;
}

#main #news #mainnews{
	width:100%;
	min-height:100px;
	background-image:url(../images/home-news-repeat.jpg);
	background-repeat:repeat-y;
}

#main #news #mainnews #bloc-text{
	width:281px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left:12px;
	margin-top:12px;
	margin-right:5px;
	float:left;
	margin-bottom:12px;
	line-height:12px;
}

#main #news #mainnews #videonews{
	float:left;
	width:165px;
	margin-top:7px;
}


#main #news #mainnews #imagenews{
	float:left;
	position:relative;
	z-index:20;
	top:-32px;
	left:20px;
	margin-bottom:-32px;
}

#menu{
	float:left;
	color:#FFF;
	padding-left:25px;
	position:relative;
	z-index:10;
	margin-top:-6px;
	width:210px;
}

#menu .separator{
	width:198px;
	height:1px;
	background-color:#FFF;
	margin-bottom:18px;
}

#menu #links {
	margin-top:0px;
	margin-bottom:20px;
}


#menu #links .link{
	font-size:14px;
}


#menu #links .link a{
	color:#FFF;
	text-decoration:none;
}

#menu #links .link a:hover{
	color:#CCC;
}

#menu #theteam{
	margin-top:5px;
	margin-bottom:20px;
}

#menu #theteam .person{
	height:41px;
	margin-bottom:2px;
}


#menu #theteam .person .imageperson{
	width:52px;
	text-align:left;
	float:left
}

#menu #theteam .person .textperson{
	float:left;
}

#menu #theteam .person .name{
	font-size:13px;
}

#menu #theteam .person .post{
	font-size:11px;
	line-height:11px;
}

.bloc-video .titelvideo{
	position:relative;
	top:-4px;
	left:6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#1b175f;
	font-weight: bold;
	text-transform:uppercase;
	line-height:13px;
	text-align:center;
}

.bloc-video .linkvideo{
	background-image:url(../images/bgr-video.png);
	background-repeat:no-repeat;
	width:181px;
	height:92px;
	padding-top:4px;
	padding-left:5px;
}

#other{
	margin-top:10px;
	width:719px;
	height:160px;
	position:relative;
	z-index:20;
}

#other .containervideo{
	float:left;
	width:165px;
	margin-top:7px;
	margin-right:14px;
}



*html .texte_fond{  /*visible que sous internet explorer
	/* Attention pas de ../ avant images/ */
	background-repeat:repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/texte_fond_repeat.png', sizingMethod='scale');
	height:300px;
}



*>.texte_fond{  /* fonctionnera pas pour ie6*/
	background-repeat:repeat-y;
	background-image:url(../images/texte_fond_repeat.png);
	min-height:300px;
	overflow:hidden;
}

/*Permet de positionner une image dans une div contenant du texte comme pour COLL ETT DIEU.com */
.floatimage {
   float : left;
   margin : 5px 10 0px 0px;  
   display : inline;
 /*C'est la dernière valeur qui indique 0px de marge à gauche */
}
.accessibilite {
	display:none;
	/*permet de faire des titre quand les styles sont desactivé*/
}
