/* CSS Document */
@import "menu.css";

body {
	background: #F4F0EA url(/v10/images/structure/FONDecran-1600x1200.jpg) no-repeat fixed center center;	
	margin:0;
}

* {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}

a {text-decoration:none;color:#007ea6;}

img { border:0; }


/* --------------------------------------- */	
#conteneur {
	width:980px;
	background-color:#fff;
	height:148px;
}

#top {
	width:940px;
	padding-left:40px;
	/*height:130px;*/
	height:100px;
	/*background: url(/v10/images/structure/logo.jpg) no-repeat ;*/
	text-align:right;
}

#main {
	margin:0;
	padding:10px 10px 0 10px;
	width:960px;
	height:100%;
	background-color:#F4F0EA;
	padding-bottom:10px;
}

#header_epreuve {
	float:left;
	width:72%;
	padding-right:2%;
	z-index: 1;
	
}
	
#zone_info {
	float:left;
	width:72%;
	height:auto;	
	padding-right:2%;
	border-right:1px solid #aaa;		
}
/* --------------------------------------- */	
#zone_pub {
	float:right;
	width:25%;	
	height:auto;
}


#pub,
.pub {
	float:left;
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding: 5px;
	margin-bottom:5px;
}

.titre_pub {
	background:url(/v10/images/structure/fd_menu.jpg) repeat-x top;
	line-height:2;
	color:#fff;
	font-weight:bold;
	padding:3px;
	margin:3px;
}

.titre_pub a{
    text-decoration:none;color:#fff;
}

.puce_blanche{
	background:url(/v10/images/structure/puce_bl.gif) no-repeat left;
	padding-left:11px;
}

/* --------------------------------------- */	
#footer {

}

/*_________________ MISE EN FORME */
.grostitre {
	font-size:20px;
	font-weight:bold;
	color:#02ade3;
	padding-bottom:4px;
	display:block;
	margin-bottom: 10px;
	/*_________________ border-bottom:3px solid #02ade3;*/
}

.soustitre {
font-weight: bold; 
color: #02ade3
}

.gros{
font-size: 16px; 
font-weight: bold;
}

.grosbleu{
font-size: 16px; 
font-weight: bold;
color: #02ade3;
}

.bold {
font-weight: bold;
color:#666666;
}

.orange {
font-weight: bold;
color:#ff6633;
}
.bleu {
color: #02ade3;
}

/*_________________ MISE EN FORME ROSE */
.grostitre-rose {
	font-size:20px;
	font-weight:bold;
	color:#ec008c;
	padding-bottom:4px;
	display:block;
	margin-bottom: 10px;
}

.grosrose{
font-size: 16px; 
font-weight: bold;
color: #ec008c;
}

.soustitre-violet {
font-weight: bold; 
color: #212990;
}

.soustitre-rose {
font-weight: bold; 
color: #ec008c;
}

.rose{
color: #ec008c;
}