/* -----------------------------------------------------------
						Général
----------------------------------------------------------- */

*{
margin:0;
padding:0;
border:0;
}

body{
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size:medium;
color:#000;
text-align:center;
background-color:#FFFFFF;
width:100%;
}

a:link,
a:visited{
text-decoration:none;
color:#ca0b23;
outline:none;
}
a:hover,
a:active{
text-decoration:underline;
color:#ca0b23;
outline:none;
}

h1{display:none;}
h2,h3,h4,h5{font-size:100%;}

.small{font-size:10px;}
ul{list-style:none outside none;}
.left{float:left;}
.right{float:right;}
.bold{font-weight:bold;}
.italique{font-style:italic;}
.souligne{text-decoration:underline;}
.both{clear:both;}
.center{text-align:center;}
.bgred{background-color:#FF6666;}

input.champ{
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size:100%;
border:1px solid #ca0b23;
color:#000;
height:15px;
padding-left:4px;
padding-right:4px;
}

select{
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size:100%;
border:1px solid #ca0b23;
color:#000;
padding:1px;
}



/* -----------------------------------------------------------
						Structure
----------------------------------------------------------- */

div#centrage{
width:95%;
margin:0 auto 0 auto;
text-align:left;
font-size:70%;
text-align:center;
display:table;
}

	/*--------------- header----------------*/
	div#centrage div#header{
	position:relative;
	height:40px;
	width:100%;
	}
		
		div#centrage div#header ul#navigation{
		display:none;
		}
	
	
		div#centrage div#header div#bandeau{
		text-align:center;
		height:40px;
		width:100%;
		}
		
		div#centrage div#header div#bandeau #logo{
		display:none;
		}
		div#centrage div#header div#bandeau img{
		display:none;
		}
		div#centrage div#header div#bandeau h1{
		display:block;
		font-size:15px;
		}
		
	
		
		
	/*--------------- contenu----------------*/	
	div#centrage table#contenu{
	width:100%;
	position:relative;
	display:table;
	text-align:left;
	margin:0 0 10px 0px;
	}
	
		/* MENU */
		div#centrage table#contenu tr td#menu{
		display:none;
		}
			
			
		/* DATAS */
		div#centrage table#contenu tr td#datas{
		width:70%;
		}
		
			div#centrage table#contenu tr td#datas ul#ariane{
			display:none;
			}
							
			div#centrage table#contenu tr td#datas h2{	
			margin-bottom:8px;
			}
			
				div#centrage table#contenu tr td#datas h2 span{	
				display:block;
				font-size:14px;
				text-transform:uppercase;
				}
			
			div#centrage table#contenu tr td#datas p{
			line-height:15px;
			text-align:justify;
			margin-bottom:5px;
			}
			
			div#centrage table#contenu tr td#datas a.savoir{
			color:#000;
			float:right;
			font-weight:bold;
			font-size:11px;
			}
			
			
			div#centrage table#contenu tr td#datas img.visuel{
			float:left;
			margin-right:10px;
			}
			
			div#centrage table#contenu tr td#datas div.centres{
			display:none;
			}
				
			
			
			
		
		/* ANNEXES */
		div#centrage table#contenu tr td#annexes{
		display:none;
		}		
			

				
		
	/*--------------- footer----------------*/
	div#centrage div#footer{
	display:none;
	}
		
