
#bienvenue {
	background: #FFFFFF;
	margin: 30px 60px 30px;
	padding: 20px;
	border:1px solid #a2a2a2;
	text-align:center;
}
html, body {
	height: 100%;
	margin: 0;
	}
	
body {
	font: 90% "Trebuchet MS", sans-serif;
}
	
html {
	background: #ddd url(images/html.png);
	}
	
#global {
	min-width: 750px;/*Ne marche pas sous IE */
	max-width : 1280px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: #fff;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	}

#top{
	padding: 2px 5px;
	color: #666666;
	text-decoration: none;
}
#top a {
	color: #666666;
}

#top a:hover {
	color: #ff6600;
	text-decoration: none;
}
#header {
	background: #FECF5D url(images/header2.jpg) no-repeat;
	color: #fff;
	height: 201px;
	position: relative;
	}
	
#header h1 {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
	
#center {
	padding-bottom: 4em;
	clear:both;  
	/*overflow: auto;*/
	margin-left: 15px;
	margin-right:15px;	
	margin-bottom: 0;
	}	
#center h1, #center  h3{
	font-variant: small-caps;
	color : #c00;
}	
#center h2 {
	padding-left: 35px;
	color: #B3B3B3;
	border-bottom: groove thin #666666;
	}


#center a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
#center a:hover {
	color: #ff6600;
	text-decoration: underline;
}
	
#footer {
	clear:both;
	width: 100%;
	padding : 5px 0px 5px;
	background: #FECF5D url(images/footer.png) repeat-x;
	color: #fff;
	text-align:center;
	}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
#backFoot{
	margin:auto;
	text-align:center;
	color: #fff;
	font-size: 0.9em;
}	
#location { 	
	padding : 2px 5px;
	display:block;
	height :25px; 
	font-size: 0.9em;
	} 

#location a {
	color: #666666;
	text-decoration: none;
}

#location a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#sidebar{
	/* On laisse de la place Ã  droite 
	pour l'autre colonne */
	float: right;
	width: 220px; 
	text-align: center;
	margin-bottom: 10px

}
#news {
	/*float: right;
	width: 199px;*/
	margin-right:240px;
	margin-bottom: 10px
	}
#news h3{
	font-variant:normal;
	font-size: 0.9em;
	padding: 2px 15px;
	margin: 5px;
	border-bottom: solid thin #666666;
	border-top: solid thin #666666;
	background : #f0f0f0;
}
#news p{
	margin: 0px 15px;
}	
#news .auteur {
	font-size: 0.7em;
	text-align: right;
}
#activity {
 	text-align: center;
	margin: auto;
	border-collapse: collapse; /* Les bordures du tableau seront collées */
	width: 96%;
	margin-top: 20px;
	margin-bottom:20px;
}
#activity  td {
   	border: 1px solid #666666;
   	font-size: 0.9em;
	padding: 3px;
}
#activity  th{
	color: #c00;
}

#activityForm, #contactForm{
	margin: 20px;
}
#activityForm fieldset, #contactForm fieldset{
	margin: 0 0 1.5em;
}
#activityForm label, #contactForm label{
	font-weight: bold;
} 

/* 
* Mise en page des étudiants d'échanges
*/
.students table{
	margin: auto;
	font-size: 0.6em;	
}
.students table th{
	text-align: center;
	color: #ff6600;
}
.error {
	font-weight: bold;
	font-size: 1.5em;
	color:red;
	text-align: center;
}

.register{
	color :red;
	text-align : center;
	font-size: 2em;
}
#registrationTotal{
	font-size: 0.6em;
}

