/************ Mise en page ************/

body {
	margin: 0;
	font-family:Century Gothic;
}

/*-- Fenêtre principale --*/
#pageFrame {
  	width : 960px;
	height : 100%;
	position:absolute;
    left: 50%; 
    margin-top: -280px; /* moitié de la hauteur */
}

#td-titlelogo {
	width : 100px;
}

#td-aev {
	width : 180px;
	text-align : center;
	color : #ff6600;
	font-size: 1.2em;
	font-weight:bold;
}

#titlelogo {
	color : #ff6600;
	text-align : center;
	font-size: 2.5em;	
}

#subtitlelogo {
	color : #ff6600;
	text-align : center;
	font-size: 0.875em;	
}

#header {
	background-color : #dadada;
	height: 50px;
	h-align: 
}

#yellowline {
	background-color : #f5c64f;
	height: 4px;
}

#subheader {
	background-color : #0383a6;
	height: 50px;
}

#footer {
	background-color : #0383a6;
	height: 50px;
	color: #ffffff;
	font-size: 0.8em;	
}

#headerwrap {
    background-color: #ffffff;
    margin: 0;
    min-width: 960px;
}

#frameTable {
	width: 100%; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#link-top {
	display : inline;
}

#cadre-bouton {	
	text-indent: 40px;
	font-weight : bold;  
	width : 150px;
	height : 50px;
	line-height: 50px;
	margin : 20px;
}

#cadre-bouton2 {	
	text-align: center;
	width : 200px;
	height : 40px;
	line-height: 40px;
	font-weight : bold; 
	margin : 5px;
	font-size: 0.85em;	
}

a.lien:link {
	color : #ffffff;
}

a.lien:visited {
	color : #ffffff;
}

a.lien:hover {
	color : #ff6600;
}

a.lien:active {
	color : #ff6600;
}

a.lien-bouton:link {
	border-radius: 10px;
	color : #ffffff;	
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background-color : #394a8e;
}

a.lien-bouton:visited {
	color : #ffffff;
	background-color : #394a8e;
	
}

a.lien-bouton:hover {
	color : #ff6600;
	background-color : #ffffff;
	
}

a.lien-bouton:active {
	color : #394a8e;
	background-color : #ff6600;
	
}

a.market-link:link {
	background: url("../images/icons/suitcase_white.png") no-repeat scroll 16px 10px transparent;
	background-size: 30px 30px;
	background-color : #394a8e;
}

a.market-link:visited {
	background: url("../images/icons/suitcase_white.png") no-repeat scroll 16px 10px transparent;
	background-size: 30px 30px;
	background-color : #394a8e;
}

a.market-link:hover {
	background: url("../images/icons/suitcase_orange.png") no-repeat scroll 16px 10px transparent;
	background-size: 30px 30px;
	background-color : #ffffff;
}

a.market-link:active {
	background: url("../images/icons/suitcase_orange.png") no-repeat scroll 16px 10px transparent;
	background-size: 30px 30px;
	background-color : #ff6600;
}

a.intern-link:link {
	background: url("../images/icons/hat_white.png") no-repeat scroll 12px 12px transparent;
	background-size: Auto 28px;
	background-color : #394a8e;
}

a.intern-link:visited {
	background: url("../images/icons/hat_white.png") no-repeat scroll 12px 12px transparent;
	background-size: Auto 28px;
	background-color : #394a8e;
}

a.intern-link:hover {
	background: url("../images/icons/hat_orange.png") no-repeat scroll 12px 12px transparent;
	background-size: Auto 28px;
	background-color : #ffffff;
}

a.intern-link:active {
	background: url("../images/icons/hat_orange.png") no-repeat scroll 12px 12px transparent;
	background-size: Auto 28px;
	background-color : #ff6600;
}

.center {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

.row {
  width: 100%;
  text-align: center; 
}

.block {
  width: 100px;
  display: inline-block; 
}​