@charset "utf-8";
/* CSS Document */

body{
	width: 750px;
	
	margin-right: auto;
	margin-left: auto;
	
	background-color: #871c0c;
	
	background-image: url(images/fond.png);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	color: #871c0c;
	text-decoration: none;
}

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

h1{
	padding-left: 20px;
	color: #871c0c;
}
h2{
	padding-left: 20px;
	margin-bottom: -3px;
	font-size: 20px;
	color: #871c0c;
}


#tete{
	width: 750px;
	height: 300px;
	
	margin-right: auto;
	margin-left: auto;
	
	background-image: url(images/banniere.png);
}
	#tete ul{
		font-family: arial;
		font-size: 11px;
		list-style: none;
	}
		#tete li{
			display: inline;
		}
			#tete a{
				text-decoration: none;
				color: #871c0c;
			}

	#connexion{
		padding-top: 6px;
		padding-left: 10px;
	}
			
	#menutop {
		margin-top: -25px;
		padding-left: 520px;
	}

	
#menu{
	width: 750px;
	height: 41px;
	
	margin-right: auto;
	margin-left: auto;
	
	background-color: #821d0d;
}
	#menu ul{
		list-style: none;
		padding:0px;
		margin: 0px;
		text-align: center;
	}
		#menu li{
			display: inline;
			padding-left: 25px;
			padding-right: 25px;
		}

		
#conteneur{
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;

	
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
	
	background-image: url(images/fondtexte.png);
	background-repeat: repeat-y;
		
}
	#navigation{
		width: 165px;
		float: left;
		padding-top: 40px;
	}
		#navigation ul{
			list-style: none;
			text-align: center;
			padding-left: 0px;
		}
			#navigation li{
				padding-top: 5px;
				padding-bottom: 5px;
			}

	#contenu{
		width: 585px;
		padding-left: 165px;
		padding-top:10px;

}
	
		#contenu p{
			padding-left: 20px;
			padding-right: 20px;
			
			text-align: justify;
			font-family: arial;
			font-size: 12px;
		}
		
table{
	border-collapse: collapse;
	margin: auto;
 }
			
		#horaire{
			border: 1px solid black;
		}

			#horaire th{
				height: 20px;
				
				background-color: #ece9e9;
				border: 1px solid black;
				
				color: #821d0d;
				font-weight: bold;
				font-family: arial;
				font-size: 12px;
			}	
			
			#horaire td{
				width: 120px;
				height: 20px;
				
				text-align: center;
				
				border-right: solid 1px black;
				font-family: arial;
				font-size: 12px;
			}
			
			#prof td.texte{
				width:300px;
			}
			#prof td.sansimage{
				width: 541px;
				
			}
			#prof img{
				padding-left: 20px;
				padding-right: 20px;
			}


#pied{
	width: 750px;
	height: 30px;
		
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
		
	background-image: url(images/barrepied.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	
	padding: 0px;
}
	#pied p{
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #8e8e8d;
	
	padding-top: 5px;
	}
		#pied a{
			color:text-decoration: none;
			color: #871c0c;
		}

