/* CSS Document */

div#logoAdsum {
	display:none;
}

html {
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll; 
	overflow-x:auto;
	font-family:Helvetica, Arial, sans-serif;
}

body, table, td, p, div, fieldset, form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-align:left;
	font-family: Arial,Verdana , Helvetica, sans-serif;
	font-size:12px;
	/*font-size:12px;*/
}

fieldset{
	border: 1px solid #43701a;
	padding: 8px;
	margin-bottom: 10px;
}

body {
	background-color:#e4ddb1;
	margin:0px 0px;
}

a img {
	border:none;
}

#level_0 {
	margin:auto;
	width:955px;	
}

#header {
	/*background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left;*/
	height:185px;
	width:955px;
}

#linkHomeLogo {
position:relative;
top:55px;
left:135px;
width:410px;
height:85px;
background-image:url(../images/1pxTransparent.gif);
cursor:pointer;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:955px;
	height:14px;
}

#main #colGauche {
	background-image:url(../images/colGauche.jpg);
	background-repeat:repeat-y;
	float:left;
	width:181px;
}

#main {
	background-image:url(../images/mainBg.jpg);
	background-repeat:repeat-y;
}

#main #contenu{
	width:575px;
	background-color:#fbfbfb;
	float:left;
	padding:25px 15px 15px 25px;
}

#main #colDroite {
	background-image:url(../images/colDroite.jpg);
	background-repeat:repeat-y;
	float:right;
	width:159px;
	height:100%;
}

/** BLOCKS **/
#main #colDroite #dernEdition_container {
	margin-top:8px;
	width:142px;
	background-color:#e4ddb1;
}

#main #colDroite #dernEdition_header {
	background-image:url(../images/dernEdition_header.jpg);
	background-repeat:no-repeat;
}

#main #colDroite #dernEdition_footer {
	color:#00350c;
	font-weight:bold;
	font-size:13px;
	padding:30px 0px 15px 18px;
	
}

#main #colDroite #enVisite_container {
	margin-top:8px;
	width:142px;
	background-color:#e4ddb1;
}

#main #colDroite #enVisite_header {
	background-image:url(../images/enVisite_header.jpg);
	background-repeat:no-repeat;
}

#main #colDroite #enVisite_footer {
	color:#00350c;
	font-weight:bold;
	font-size:14px;
	padding:50px 0px 15px 18px;
	
}

#main #colDroite #servir {
	margin-top:8px;
	width:142px;
	height:83px;
	background-image:url(../images/servir.jpg);
}

#pubDroite {
	margin-top:8px;
	margin-bottom:8px;
}

#pubGauche {
	margin-top:8px;
	margin-bottom:8px;
	padding-left:29px;
	position:relative;
	top:49px;
}

#logos {
	margin-top:8px;
	margin-bottom:8px;
	padding-left:28px;
	position:relative;
	top:25px;
}
/** BLOCKS **/
#menuBottom {
	width:955px;
	color:#6F6933;
	text-align:center;
	margin-top:10px;
	padding-bottom:25px;
	font-size:10px;
	float:left;
}

#logoMegavolt {
	float:right;
	padding-right:6px;
	padding-top:5px;
	margin-top:-30px;
	margin-right:-18px;
	width:100px;
	/*position:relative;
	top:-20px;
	left:440px;*/
	
	
	
}

.imageGauche {
	float:left;
	margin-right: 10px;
}

#footer a {
	color:#48340b;
	text-decoration:none;
	font-size:10px;
}

#footer a:hover {
	color:#a78134;
	text-decoration:underline;
}

a.lienExterne {
	color:#011E3E;
	text-decoration:none;
	font-weight:bold;
}

a.lienExterne:hover {
	color:#011E3E;
	text-decoration:underline;
	font-weight:bold;
}

.selected {
	color:#a78134;
	text-decoration:underline;
}
#searchField {
	width:200px;
	position:relative; 
	top:78px; 
	left:735px;

}
#searchField a {
	color:#E4DDB1;
}

input {
	border-color:#769c4a;
	border-width:1px;
	border-style:solid;
}

textarea {
	border-color:#769c4a;
	border-width:1px;
	border-style:solid;
}

.checkbox {
	border-style:none;
}

.bouton {
	background-color:#E4DDB1;
}

@media print {
	body, table, td, p, div, fieldset, form {
		font-size:13px;
	}
	
	#main #colDroite #dernEdition_footer {
		font-size:14px;
		
	}
	
	#main #colDroite #enVisite_footer {
		font-size:15px;
		
	}
	
	#menuBottom {
		font-size:11px;
	}
	
	#footer a {
		font-size:11px;
	}
}