div {
	text-align:center;
	}

div#intro {
	position: absolute;
	margin : auto; 
	height: auto;
	width: 30%;
	background-color: gray;
	z-index: 1000;

	background-color:#FFFFFF;	
	border: 1px solid #000;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:12px 12px 12px 12px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #FFFFFF;
	background: -webkit-linear-gradient(#FFFFFF, #BEC3BB);
	background: -o-linear-gradient(#FFFFFF, #BEC3BB);
	background: linear-gradient(#FFFFFF, #BEC3BB);

}
	
div#bandeau1 {
	background-image: url(./images/CVIDEB.png);
	border-bottom: 1px solid #FFFFFF;
	box-shadow: 2px 0px 5px #000000;
	font: 700 14px "Arial";
	height: 58px;
	top: 0px;
	width: 100%;
	z-index: 999;
	-webkit-border-radius: 12px;

}

div#bandeau2 {
	height: 6px;
	top: 0px;
	width: 100%;
}
	
div#contenu {
	z-index: 1;
	width:100%;
	height:800px;
	background-image: url(http://yagoshack.yagoserver.net/images/A2ytF.png);
	}
div#piedpage {
	font: 700 14px "Arial";
	color:gray;
	height: 50px;
	top: 0px;
	width: 100%;
	z-index: 999;
	background-image: url(http://yagoshack.yagoserver.net/images/fondsite.jpg);
	}
	
div#bg {
	float:left;
	width:2%;
	height:800px;
	
	}
	
div#bd {
	float:right;
	width:2%;
	height:800px;
	
	}

table#table_64 {
	margin : 0 auto;
	border: 10px solid #000000;
	background-color:#FFFFFF;
	-webkit-border-radius: 12px;
	}
	
div#blocinfo {
	float:left;
	width:46%;
	height:150px;
	background-color:#FFFFFF;
	
	border: 1px solid #000;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:12px 0 12px 12px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #FFFFFF;
	background: -webkit-linear-gradient(#FFFFFF, #BEC3BB);
	background: -o-linear-gradient(#FFFFFF, #BEC3BB);
	background: linear-gradient(#FFFFFF, #BEC3BB);
	}
	
div#blocpt {
	float:right;
	width:46%;
	height:150px;
	background-color:#FFFFFF;
	
	border: 1px solid #000;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:0px 12px 12px 12px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #FFFFFF;
	background: -webkit-linear-gradient(#FFFFFF, #BEC3BB);
	background: -o-linear-gradient(#FFFFFF, #BEC3BB);
	background: linear-gradient(#FFFFFF, #BEC3BB);
	}
	

.bouton7 {
	border-radius:12px 12px 0 0;
	background: #f5f5f5;
	border:none;
	color:#555;
	font:bold 12px Verdana;
	padding:6px 0 6px 0;
	border:1px solid #000;
}

.boutonJ {
	border-radius: 0 0 12px 12px;
	background: #f5f5f5;
	border:none;
	color:#555;
	font:bold 12px Verdana;
	padding:6px 0 6px 0;
	border:1px solid #000;
}
	
table.ip {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
}
table.ip td, table.ip th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
table.ip th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
table.ip td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}
