html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: Arial, Helvetica;
	color: #272727;
	font-size: 12px;
	height: 100%;
	text-align: center;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

p,td {
	font-family: Arial, Helvetica;
	color: #272727;
	font-size: 12px;
}

a {
	color: navy;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	border: 0;
	text-align: left;
}

#banner {
	height: 55px;
	/*background-color: #00a7e4;*/
	/* YB: old: #4c4c4c; */
}

#bannerlink {
   position: relative;
}

#banner2 {
	height: 55px;
	/*background-color: #00a7e4;*/
	/* YB: old: #7C4B08; */
}

#banner table {
	height: 55px;
	width: 100%;
}

#banner table #bannerlink {
   top: -2px;
   left: -1px;
}

#banner2 table {
	height: 55px;
	width: 100%;
}

#content {
	float: left;
	width: 840px;
	border-right: 1px solid #000000;
	min-height: 900px;
}

#sidemenu {
	float: right;
	width: 147px;
	margin-top: 10px;
}

#sidemenu a {
	color: #bd6e36;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
}

#sidemenu a.active {
	color: maroon;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
}

#sidemenu .title {
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #160fb4;
	text-transform: uppercase;
	line-height: 13px;
}

#searchbox h1 {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#searchbox #searchfield {
	width: 140px;
	border: 1px solid #000000;
}

#searchbox input[type='submit'] {
	border: 1px solid #000000;
	margin-top: 8px;
	background-color: #CCCCCC;
}

#subcontent {
	text-align: left;
	padding-top: 15px;
}

img {
	border: 0;
}

#topnavigation {
	text-align: center;
	border-bottom: 1px solid #000000;
	height: 170px;
	display: table-cell;
	width: 840px;
}

#topnavigation table {
	width: 100%;
}

#topnavigation #col1 {
	width: 25%;
}

#topnavigation #col2 img {
	margin: 5px;
}

#topnavigation #col2 {
	width: 50%;
	text-align: center;
	vertical-align: top;
}

#topnavigation #col3 {
	width: 25%;
	text-align: right;
	vertical-align: top;
}

#topnavigation h1 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #296DC1;
	text-transform: uppercase;
	margin: 0;
}

/* YB: sondage 2016 */

#topnavigation {
   position: relative;
}

#sondage2016 {
   position: absolute;
   left: 0;
   top: 45px;

	display: none;	/* yb: removed fin sondage */
}
#sondage2016 a {
   border: solid 2px #f10101; /* #00A7E4; */
   background-color: #f05060; /* #f0f8ff; */
   border-radius: 8px;
   padding: 15px;
   transition: background-color 0.3s;

   color: white; /* #296dc1; */
   text-transform: none;
}
#sondage2016 a:hover {
   background-color: red; /* #00A7E4; */
   color: white;
   text-decoration: underline;
}

/********************/

.genericcontent h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
}

.genericcontent h2 {
	font-size: 13px;
	font-weight: bold;
}

.genericcontent ul {
	margin: 0;
	padding: 0;
}

.genericcontent li {
	font-size: 12px;
}

.mainlist h1 {
	color: #000000;
	font-size: 14px;
	margin: 22px 0 8px 0;
	text-transform: uppercase;
}

#footer {
	clear: both;
	text-align: center;
	padding: 30px 0 20px 0;
}

#footerwrapper {
	border-top: 5px solid red;
}

#footer a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: none;
	background-color: red;
	border-right: 4px solid #FFFFFF;
	padding: 0 8px 4px 8px;
	margin: 0;
}

#footer a.last {
	border: 0;
}

#col1,#col2,#col3 {
	min-height: 800px;
}

.onglet2 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px;
}

#topsearch {
	padding: 10px;
	background-color: #CCC;
	border-bottom: 1px solid #000;
	text-align: center;
}

#topsearch #topsearch_autocomplete {
	color: #999;
	width: 350px;
	margin-right: 10px;
	height:20px;
}

#topsearch #topsearch_scope {
	width: 180px;
	height: 20px;
	margin-right: 10px;
}

#topsearch a {
	text-transform:none;
	}