body {
	padding-bottom :0%;
	padding-left: 	0%;
	padding-top: 	0%;
	padding-right: 	0%;
	margin-bottom: 	0%;
	margin-left: 	0%;
	margin-top: 	0%;
	margin-right: 	0%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4957B6;
	background : #FFFFFF url(../font.jpg) ;
	text-align: center;
	}
/*
body,textarea {
	scrollbar-face-color: #565656;
	scrollbar-highlight-color: #7A7875;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #2C2A2C;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #2C2A2C;
	scrollbar-darkshadow-color: #2C2A2C;
}*/


a {
	text-decoration: none;
	color: #ccc;
	}

a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;

	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}


#content {
	position:static;
	text-align: left;
	width: 100%;
	height: 100%;
}
#Titre {
	text-align: center ;
	Position:absolute;
	left: 10% ;
	right: 2%;
	width: 88%;
}

/*Position de la zone du menu*/
#menu{
	position:absolute;
	
	left : 120 ;
	top : 60 ;
}
/*Position de la zone du centre*/
#interieur {
	position:absolute;
	left: 300;
	
	width: 570;
	top : 60 ;	
}

/*Pour box gauche*/
#left {
	float: left;
	width: 72% ;
}
/*Pour box droit*/
#right {
	float: right;
	width: 23% ;
}
/*Pour box centré*/
#centre {
	float: left ;
	width: 93% ;
}


/*design des box*/
#boxDesign {
	padding-bottom :5%;
	padding-left: 	1%;
	padding-top: 	2%;
	padding-right: 	5%;
	margin-bottom: 	5%;
	margin-left: 	auto;
	margin-top: 	5px;
	margin-right: 	auto;
	top: 		100%; 
	right: 		0px; 
	width: 		100%; 
	border: 	1px solid #ccc;
	background: 	#4886D0;
}



/*Text in the boxes*/


#boxTitle {
	font-size: 16px;
	line-height: 18px;
	margin-left: 15px;
	font-weight: bold;
	color: #1E0AAF;
}

#boxSubtitle {
	font-size: 12px;
	line-height: 18px;
	margin-left: 25px;
	color: #CCC;
	font-weight: bold;
}

#boxDebut {
	font-size: 12px ;
	line-height: 18px ;
	margin-left:35px ;
	color:#CCC;
}

#boxContains {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-left: 35px;
	color: #000;
}



/*Configuration of the links color*/

#boxContains a {
	visibility: hidden;
}

#boxSubTitle a {
	visibility: hidden;
}

#boxSubTitle span {
	visibility: hidden;
}

#boxTitle a:link {
	color: #009;
	visibility: visible;
	}

#boxSubtitle a:link {
	color: #CCC;
	visibility: visible;
	}

#boxContains a:link {
	color: #000;
	visibility: visible;
	}

#boxTitle a:visited {
	color: #009;
	visibility: visible;
	}

#boxSubtitle a:visited {
	color: #CCC;
	visibility: visible;
	}

#boxContains a:visited {
	color: #000;
	visibility: visible;
	}
