/*
style.css
*/

.header
{
	width: 840px;
    margin: auto;
	margin-top: 1%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}


.navigation
{
	width: 840px;
	background-color: #000000;
	color: #000000;
	margin: auto;
	margin-top: 3px;
	font-size: x-large;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

.principal
{
	width: 840px;
	margin-top: 1%;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: justify;
}

.principal2
{
	width: 840px;
	background-color: #F1F1F1;
	margin: auto;
	margin-top: 5px;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

.principal3
{
	width: 840px;
	background-color: #F1F1F1;
	margin: auto;
	margin-top: 5px;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

.actualite
{
	width: 840px;
	margin-top: 1%;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: justify;
}

.horaires
{
	width: 840px;
	margin-top: 1%;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: justify;
}

.text
{
	width: 840px;
	background-color: #F1F1F1;
	margin: auto;
}

.imageflottante
{
    float: right;
	padding-left: 5px;
}

.imageflottante2
{
    float: left;
	padding-right: 5px;
}


.title
{
	font-size: x-large;
}


.subtitle
{
	font-size: x-large;
}

.yellow
{
	color: #E1A500;
}


.red
{
	color: #FF00D8;
}

.blue
{
	color: blue;
}


.big
{
	font-size: xx-large;
}

.big2
{
	font-size: x-large;
}


.subtitle2
{
	font-size: large;
	color: #E1A500;
}


a:link 
{ 
	text-decoration: none; 
} 


img 
{
  border: 0;
}


table
{
    border-collapse: collapse;
}
td, th /* Mettre une bordure sur les td ET les th */
{
    border: 1px solid black;
	padding: 5px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

