/*Feuille de style principale*/

/* Rappel de familles de font assez répandus:
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-family: Georgia, Times New Roman, Times, serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
*/

/*Style pour le texte écrit en français*/
.francais{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*Style pour le texte écrit en japonais.*/
/*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;	
}

/*Marges de la page*/
body {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	/*margin: 60 auto;*/
	
}
div.bodydiv {
	width: 730;
}
#background {
	text-align: left;
	background: url(../images/background2011.png);
	background-repeat: no-repeat;
	background-color: white;
	background-position:center center;
}

p  {
	text-align : justify;
}

a:link {
	color: #6699CC; /* Bleu clair */
}

a:visited {
	color: 660099; /*Mauve foncé*/
}

/*Style spécifique au bloc de titre de la page*/
#titre {
	position:relative;
	left:0;
	top:0;
	/*width:800px;*/
	text-align: center;
}

#titre h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 30px;
	color: #cc0000;
}

#titre h2{
	
}

#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-top: 5px;
	margin-bottom: 50px;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	vertical-align: center;
	background-color: #cc0000;
	border-color: black;
	border-width: 1px;
	border-style:dotted;
}


/*#session_bar div{
	float:left;
	margin: 0 0 0 0;
}*/

#colonne1{
	width:34%;
	float:left;
}
#colonne2{
	width:12%;
	text-align:right;
	float:left;

}
#colonne3{
	width: 20%;
	text-align: left;
	float:left;
}
#colonne4 {
	width:32%;
	/*padding-top:10px;
	padding-bottom:10px;*/
	float:right;

}

#colonne1LoggedIn {
	width: 78%;
	text-align: left;
	float:left;
}

#colonne2LoggedIn {
	width: 20%;
	text-align: right;
	float:right;
}

.clr{
	clear: both;
}

#session_bar a{
	margin-left: 10px;
}

#session_bar/*, #colonne1, #colonne2, #colonne3, #colonne4*/{
	
}


/*#session_bar span{
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#session_bar form{
	float:left;
}*/


/*Style spécifique au bloc de corps de la page*/
#corps {
	clear: both;
	position: relative;
	left: 0;
	top: 0;
	/*width: 800px;*/
	padding-bottom: 15px;
	padding-top: 15px;
}

#corps a{
	text-align : center;
}
	
.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: #cc0000 
}

.lienInscription a:visited {
	color: #cc0000 
}

.lienInscription a.lienInscription a:active {
	color: 660099; /*Mauve foncé*/
}

/*Style spécifique au bloc de contact de la page*/
#contact {
	position: relative;
	left: 0;
	top: 0;
	/*width: 800px;*/
}

#contact p{
	text-align: center;
}

/*Style spécifique au bloc des logos des partenaires de la page*/
#logos {
	position: relative;
	left:0;
	top:0;
	text-align: center;
	/*width:800px;*/
	
}

#logos img{
	width : 150px;
	height: auto;
	margin: 8px 5px 8px 5px;
	

	/*height : 200px;*/
}

#loire{
	width : 300px !important;
	height: auto;
	margin: 8px 5px 8px 5px;
}




