/*
 * Reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background: #fff;
    color: #595959;
    text-align: left;
	line-height: 20px;
	font-size: 1em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Basic settings
 */
html {
	height: 101%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}

/*
 * Layout responsive default large screen
 */
#wrapper {
	margin: 0px auto;
	width:  100%;
	max-width: 1280px;
	background: #fff;
	height: 101%;
}

#innerwrapper {
	margin: 0px 2% 0px 2%;
	width: 96%;
	background: #fff;
	height: 101%;
}

#maincolumn1 {
	float: left;
	width: 24%;
}

#maincolumn2 {
	float: left;
	width: 76%;
}

#topheader {
    border-bottom: 1px solid #90BBD0;
    margin-bottom: 20px;
}

#search {
	width: 164px;
}

/*fix height necessary due to transparent inner border on image*/
#header-a {
	width: 213px;
    height: 130px;
    max-width: 213px;
}
.cdf #header-a {
    height: 170px;
}
.rcv #header-a {
    height: 130px;
}
#header-bcd {
    margin: 0px 0px 0px 40px;
    width: 64%;
    float: left;
}
#header-b {
    margin-left: 0%;
	width: 33.3%;
    float: left;
}
#header-c {
	width: 33.3%;
    float: left;
}
#header-d {
	width: 33.3%;
    float: left;
}

#mobileicons {
    width: 18%;
}
#mobileicons_right {
    width: 18%;
    float: right;
}
#mobileicons_right a {
    float: right;
}
#search #cse-search-form {
    margin: auto;
}


#bottom_line {
	float: left;
	width: 100%;
}

#copyright {
	float: left;
    width: 24%;
    margin-top: 20px;
    padding-top: 0px;
}

#footer_nav {
	float: left;
	width: 76%;
    margin-top: 20px;
    border-top: 1px solid #90BBD0;
    padding-top: 20px;
}

/***** HOME PAGE TOP POSITIONS ****/
#topsl {
    padding-top: 22px;
}

/** HOME PAGE NEWS BOX **/
#topsl-news {
    background-color: #f5f5f5;
    width: 100%;
    margin-bottom: 25px;
    display: block;
}
#topslnews_inside {
    display: block;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

#topsl-news div.newsbox_col1 {
    float: left;
    width: 56%;
}
#topsl-news div.newsbox_col2 {
    float: right;
    width: 36%;
    margin-left: 4%;
}
#topsl-news div.newsbox_title {
    color: #FEBE42;
}
#topsl-news div.newsbox_subtitle {
}
#topsl-news div.newsbox_more a {
    color: #FEBE42;
    float: right;
}
#topsl-news .newsbox_img {
    float: right;
    width: 100%;
}

/** HOME PAGE SHOWCASE BOX (below content)**/
#showcase-a moduletable {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
#showcase-a moduletable custom {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
#showcase-a moduletable custom img {
    margin: 0;
    border: 0;
    padding: 0;
}
#showcase-a {
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
}
#showcase-a_inside {
    width: 96%;
    margin: 2%;
    display: block;
}
#showcase-a_inside img {
    width: 100%;
}

/***** HOME PAGE 3 BOXES ****/
#topslmodules {
    background-color: #f5f5f5;
    width: 100%;
}
#topslmod1 {
    width: 29%;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}
#topslmod1_inside {
    max-width: 213px;
    width: 100%;
    margin: auto;
}
#topslmod2 {
    width: 30%;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}
#topslmod2_inside {
    max-width: 213px;
    width: 100%;
    margin-top: 0;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 0;
}
#topslmod3 {
    width: 29%;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: right;
    max-width: 270px;

}
#topslmod3_inside {
    float: right;
    max-width: 213px;
    width: 100%;
    margin: auto;
}

#header-abcd {
	margin-top: 20px;
}
#breadcrumbs-line {
	margin-top: 20px;
}

#maincontent {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 0;
    margin: 0;
}
#content {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 28px 28px 29px 29px;
    margin: 0;
	width: 90%;
}

#cdfbottom1content {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 28px 28px 29px 29px;
    margin: 0;
}

.width100pc {
    width: 100%;
}
.floatbox {
	float: left;
}
/*used for the service box for instance*/
#right.floatbox {
	float: right; 
	 width: 100%;
    background: none repeat scroll 0 0 #f5f5f5;
}
#right table {
    float:right;
    margin-right: 15px;
}
.floatalways {
	float: left;
}
.clearboth {
	clear: both;
}

sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
sup, sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
/***************************************************************************
 * RCV Specific styles for liste des acteurs, manifs and so on 
 */
#jexecproc_col  {
	word-wrap: break-word; /*to break long words on many lines*/
}

#jexecproc_row {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
}

#jexecproc_row_header {
	margin: 0 0 15px 0;
	background: yellow;
}

#jexecproc_left {
	float: left;
	width: 33%;
}

#jexecproc_right {
	float: right;
	width: 33%;
}

#jexecproc_left50 {
	float: left;
	width: 50%;
}

#jexecproc_right50 {
	float: right;
	width: 50%;
}

#jexecproc_middle {
	float: left;
	width: 34%;
}

#jexecproc_leftsmall {
	float: left;
	width: 20%;
}

#jexecproc_rightbig {
	float: right;
	width: 46%;
}


#jexecproc_row_footer {
	clear: both;
	background: #A2A2A2;
}


#jexecproc_col span.jexecproc_acteur {
	font-size: 140%;
	color: black;
	font-weight: bold;
}

#jexecproc_col span.jexecproc_infoyear {
	font-size: 160%;
}

#jexecproc_col span.jexecproc_titre {
	font-size: 140%;
	color: black;
	padding-right: 10px;
	font-weight: bold;
}

#jexecproc_col span.jexecproc_manifdesc {
	padding-right: 10px;
}