body{
	background : 	#DDD;
	font-family : 	Verdana;
	font-size : 	10px;
	padding : 		0px;
	margin : 		0px;
}

#top{
	margin :		0px;
	padding :		0px;
	width :			100%;
	height :		30px;
	padding-top : 	5px;
	background :	#3f5d9b;
}

#topSearch{
	margin-left : 	70%;
}

#topSearch input{
	border : 1px solid #DDD;
	font-size : 10px;
}

#topSearch .tmpSearch {
	color : grey;
	font-style:italic;
}

#topSearch form{
	margin : 0;
	padding : 0;
}

#psDatabase{
	position:		absolute; 
	left: 			50%;  
	width: 			900px; 
	margin-left: 	-450px;
	background :	#FFF;
}

#ban {
	width : 		100%;
	height : 		110px;
}

#logo {
	width : 		230px;
	height :		90px;
	padding-left :	10px;
	padding-top :	10px;
	float :			left;
}

#banner{
	width : 		640px;
	height : 		90px;
	padding-left :	10px;
	padding-top :	10px;
	float :			left;
}

/***********/
/* CONTENU */
/***********/
#content{
	width : 		880px;
	margin : 		10px;
}

#homeLeft{
	width :			380px;
	float :			left;
}

#homeRight{
	width :			490px;
	margin-left :	10px;
	float :			left;
}

.homeCommon{
	width : 		100%;
	background : 	#bdc8dc;
	margin-bottom : 10px;
	color :			#3f5d9b;
}

#homeOne{height : 400px;}
#homeTwo{height : 400px;}
#homeThree{height : 310px;} /* News */
#homeFour{height : 400px;}
#homeFive{height : 200px;} /* Contest */
#homeSix{height : 200px;} /* Advertisement */

.homeTitle{
	font-size : 	14px;
	font-weight :	900;
	padding-left : 	10px;
	padding-top :  	10px;
	color :			#3f5d9b;
}

.homeContentLeft{
	width : 340px;
	margin : 20px;
}

.homeContentRight{
	width : 450px;
	margin : 20px;
}

.textRight{text-align : right;}
.textCenter{text-align : center;}
.textJustify{text-align : justify;}
.bold{font-weight : bold;}


#eventLeft{
	float :	left;
	width : 71px;
}

#eventRight{
	float : right;
	width : 240px;
}

.contentTitle{
	margin-bottom : 10px;
	text-transform: uppercase;
	font-weight : bold;
	font-size : 11px;
}

.marginTopMin{
	margin-top : -5px;
}

.marginTop{
	margin-top : 10px;
}

.partTitle {
	color: #3b5998;
	margin-top : 3px;
	margin-bottom : 7px;
	font-weight : bold;
	font-size : 24px;
}

hr {
     height: 0;
     margin : 0;
     padding: 0;
     border: 0;
     clear: both;
     visibility: hidden;
}

.contestPic{
	width : 470px;
	padding-top : 10px;
	margin-left : 10px;
}