/*Feuille de la page d'accueil principale*/

.francais{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/*TODO: Que faire pour la police sur un système qui n'a pas MS PMincho ou MS PGothic?*/
.japonais{
	/*font-family: "MS PMincho", "MS PGothic";*/
	font-size: 1em;	
}
a:link {
	color: #6699CC; /* Bleu clair */
}
a:visited {
	color: 660099; /*Mauve foncé*/
}


/*Marges de la page*/
body {
	width: 931px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	border: 1px solid #BCD2E6;
}

#menu {
	background-color: #F4F7FB;
	width: 908px;
}
#left {
	float: left;
	width: 170px;
	text-align: center;
	background-color: #F4F7FB;
	height: 100%;
}
#center {
	left: 0px;
	margin-left: 170px;
	width: 730px;
	background-color: #F4F7FB;
	border-right: 1px solid #BCD2E6;
	border-left: 1px solid #BCD2E6;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
}
#poster{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 160px;
}
div.bodydiv {
	width: 730;
	padding: 5px;
}
#background {
	text-align: left;
	/*background: url(../images/background2011.png);*/
	background-repeat: no-repeat;
	background-color: white;
	background-position: center center;
}
p  {
	text-align : justify;
}

#periode {
	text-align: center;
	font-weight: bold; 
}

.warning{
	color: red;
}

/*Style spécifique au bloc de titre de la page*/
#titre {
	padding-top: 10px;
	font-weight: bold;
	font-size: 30px;
	color: #cc0000;
	text-align: center;
}
#titre h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 30px;
	color: #3366CC;
}

#promotion{
	text-align: center;
}
#message{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #ff3300;
	text-align: center;
}

/*Style à la barre de login*/
#session_bar {
	margin: 5px;
	padding: 5px;
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
	vertical-align: center;
}
#submit {
	position: absolute;
	right: 15px;
}

/*#session_bar span{
	float:left;
	margin-left:5px;
	margin-right:5px;
}
#session_bar form{
	float:left;
}*/
.clr{
	clear: both;
}
.lienInscription {
	/*border: thin groove #4689ff;*/
	font-size: x-large;
	font-variant: small-caps;
	font-weight: bolder;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.lienInscription a:link {
	color: #3366CC 
}
.lienInscription a:visited {
	color: #3366CC 
}
.lienInscription a.lienInscription a:active {
	color: 660099; /*Mauve foncé*/
}


/*Style spécifique au bloc de corps de la page*/
#corps {
	clear: both;
	position: relative;
	left: 0;
	top: 0;
	/*width: 800px;*/
	padding-top: 15px;
	padding-bottom: 15px; 
}
#corps a{
	text-align : center;
}

/*Style spécifique au bloc de contact de la page*/
#contact {
	position: relative;
	left: 0;
	top: 0;
	font-size: 1em;
	/*width: 800px;*/
}
#contact p{
	text-align: center;
}
.reglement{
	text-align: left;
}

/*Style spécifique au bloc des logos des partenaires de la page*/
#logos {
	position:relative;
	left: 0px;
	top: 0px;
	text-align: center;
}
#logos img{
	width : 150px;
	margin: 8px 5px 8px 5px;
	vertical-align: middle;
}
#loire{
	width : 300px !important;
	margin: 8px 5px 8px 5px;
	vertical-align: middle;
}




