/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#A4A3BB;
}
table.site{
	border:1px #CDCDDF solid;
}
td.menu{
	background-image:url(images/fd_menu.jpg);
	background-repeat:no-repeat;
}
td.menu h1{
	font-size: 14px;
	background-color:#55577A;
	color:#FFFFFF;
	margin-left:28px;
	margin-right:16px;
	padding-left:15px;
	margin-bottom:-10px;
	
}
td.menu h1.choix{
	font-size:14px;
	background-color:#FF7C1B;
	color:#FFFFFF;
	margin-left:28px;
	margin-right:16px;
	padding-left:15px;
	margin-bottom:-10px;
}
td.menu h1 a{
	color:#FFFFFF;
	text-decoration:none
}
td.menu h1 a:hover{
	color:#FF7C1B;
	text-decoration:none
}

td.menu h3{
	font-size: 14px;
	background-color:#55577A;
	color:#FFFFFF;
	margin-left:28px;
	margin-right:16px;
	padding-left:15px;
	margin-bottom:-10px;
	
}
td.menu h3.choix{
	font-size:14px;
	background-color:#FF7C1B;
	color:#FFFFFF;
	margin-left:28px;
	margin-right:16px;
	padding-left:15px;
	margin-bottom:-10px;
}
td.menu h3 a{
	color:#FFFFFF;
	text-decoration:none
}
td.menu h3 a:hover{
	color:#FF7C1B;
	text-decoration:none
}

.lien_texte{
	color:#000033;
	text-decoration:underline;
}

.lien_texte:hover{
	color:#FF7C1B;
	text-decoration:underline
}

.lien_texte2{
	color:#FF7C1B;
	text-decoration:underline;
}

.lien_texte2:hover{
	color:#FFFFFF;
	text-decoration:underline
}

.lien_texte3{
	color:#FF7C1B;
	text-decoration:underline;
}

.lien_texte3:hover{
	color:#101243;
	text-decoration:underline
}

#coord{
	position:relative;
	left:30px;
	top:265px;
	width:160px;
	height:50px;
	font-weight:bold;
	color:#000033;
}

#coord2{
	position:relative;
	left:30px;
	top:25px;
	width:160px;
	height:50px;
	font-weight:bold;
	color:#000033;
}

#coord3{
	position:relative;
	left:40px;
	top:235px;
	width:160px;
	height:50px;
	font-weight:bold;
	color:#000033;
}

td.contenu{
	background-image:url(images/fd_contenu.jpg);
	background-repeat:no-repeat;
}
td.contenu h1{
	color:#FF7C1B;
	font-size:20px
}

td.contenu h3{
	color:#FF7C1B;
	font-size:20px
}

.texte_site {
	color: #000033;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.texte_accueil {
	color: #000033;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.texte_coord {
	color: #000033;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:bold
	font-variant: normal;
	text-transform: none;
}

.texte_coord2 {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:bold
	font-variant: normal;
	text-transform: none;
}

#texte{
	position:relative;
	left:1px;
	top:0px;
	width:715px;
	height:400px;
	overflow:auto;
}
.txt_org{
	color:#FF7C1B;
	font-weight:bold;
}

.gauche { 

/*Placement de l'objet à gauche du bloc presentation*/ 
float:left; 

/*Marge de 5px à droite de l'objet*/ 
margin-right:8px;
margin-left:0px;
margin-top:3px; 
margin-bottom:3px;    

/*Pour ton image, tu peux également fixer une position au sein de ta présentation afin qu'elle ne bouge pas lors du redimensionnement de la fenêtre. Celà dit comme ta presentation à une taille fixe, çà ne bougera pas. C'est utile lorsque le bloc est de taille proportionnelle à ta page.*/ 

} 

.droite { 

/*Placement de l'objet à gauche du bloc presentation*/ 
float:right; 

/*Marge de 5px à droite de l'objet*/ 
margin-left:8px;
margin-right:5px;
margin-top:3px; 
margin-bottom:3px;   

/*Pour ton image, tu peux également fixer une position au sein de ta présentation afin qu'elle ne bouge pas lors du redimensionnement de la fenêtre. Celà dit comme ta presentation à une taille fixe, çà ne bougera pas. C'est utile lorsque le bloc est de taille proportionnelle à ta page.*/ 

} 

.Style1 {color: #FF7C1B}

.texte_copyright {
	color: #52575A;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.lien_texte_copyright { 
    font-family: Arial; 
	 color: #52575A; 
	 font-size: 10px; 
	 text-decoration: none;
}	

.lien_texte_copyright:hover {
    text-decoration: underline;
	  font-family: Arial;
	 color: #009EC5; 
	 font-size: 10px; 
} 

