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

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

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

a:link,
a:visited{
text-decoration:none;
color:#e3001b;
outline:none;
}
a:hover,
a:active{
text-decoration:underline;
color:#e3001b;
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;}

input.champ{
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size:100%;
border:1px solid #c5c6c8;
color:#808080;
padding-top:2px;
padding-bottom:2px;
padding-left:4px;
padding-right:4px;
}

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



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

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

	/*--------------- header----------------*/
	div#centrage div#header{
	height:100px;
	width:100%;
	text-align:left;
	}
	div#centrage div#header a{color:#808080;}

		div#centrage div#header img#logo{
		position:absolute;
		margin:18px 0 0 20px;
		}
		
		div#centrage div#header div#liens-up{
		display:none;
		}
			
			div#centrage div#header div.recherche{
			display:none;}
			
		div#centrage div#header div#nav{
		display:none;
		}
			
			/* menu déroulant : voir css correspondant */
				
		
		div#centrage div#header div#ariane{
		display:none;}
		
		
	/*--------------- contenu----------------*/	
	div#centrage table#contenu{
	width:100%;
	position:relative;
	display:table;
	text-align:left;
	
	}
	
		/* MENU */
		div#centrage table#contenu tr td#menu{
		display:none;
		}
		
		
		
		/* DATAS */
		div#centrage table#contenu tr td#datas{
		width:620px;
		}
		
			div#centrage table#contenu tr td#datas div#datascont{
			width:600px;
			}
			
			div#centrage table#contenu tr td#datas h2{
			
			width:600px;
			border-bottom:1px solid #c5c6c8;
			}
				
			/* classique */
			
			div#centrage table#contenu tr td#datas div#datascont ul.snav{
			height:24px;
			padding:5px 0 0 0;
			margin:0;
			}
				div#centrage table#contenu tr td#datas div#datascont ul.snav li{
				display:inline;
				background:none;
				padding:0;
				}
				div#centrage table#contenu tr td#datas div#datascont ul.snav li a{color:#808080;}
				div#centrage table#contenu tr td#datas div#datascont ul.snav li a.on{color:#e3001b;}
			
			div#centrage table#contenu tr td#datas div#datascont p.texte{
			text-align:justify;
			}
			
			div#centrage table#contenu tr td#datas div#datascont img.visuel{
			float:left;
			margin:0 20px 10px 0;
			}
			
			div#centrage table#contenu tr td#datas div#datascont ul{margin:15px 0;}
			
			div#centrage table#contenu tr td#datas div#datascont ul li{
			background-image:url(../pics/puce01.gif);
			background-repeat:no-repeat;
			background-position:28px 6px;
			padding-left:37px;
			}
			
			div#centrage table#contenu tr td#datas div#datascont ul#liens li{
			background-image:url(../pics/puce02.gif);
			background-repeat:no-repeat;
			background-position:26px 5px;
			padding-left:37px;
			}
				div#centrage table#contenu tr td#datas div#datascont ul#liens li a{color:#808080;}
			
		
		
		
		/* ANNEXES */
		div#centrage table#contenu tr td#annexes{
		display:none;
		}	
		
		
	/*--------------- footer----------------*/
	div#centrage div#footer{
	width:95%;
	height:17px;
	clear:both;
	position:relative;
	background-color:#f0f1f1;
	margin-bottom:15px;
	font-size:10px;
	color:#787878;
	text-align:center;
	}
	
		div#centrage div#footer ul li{
		display:none;
		}
		div#centrage div#footer .right{
		float:none;
		}
		
		
div#centrage table#contenu tr td#datas div#datascont h3 span{
display:block;
font-size:24px;
margin-top:5px;
}
div#centrage table#contenu tr td#datas div#datascont div#flashcontent1{
display:none;
}
		
	
