/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:40px;
}

.container_16 .grid_2 {
	width:100px;
}

.container_16 .grid_3 {
	width:160px;
}

.container_16 .grid_4 {
	width:220px;
}

.container_16 .grid_5 {
	width:280px;
}

.container_16 .grid_6 {
	width:340px;
}

.container_16 .grid_7 {
	width:400px;
}

.container_16 .grid_8 {
	width:460px;
}

.container_16 .grid_9 {
	width:520px;
}

.container_16 .grid_10 {
	width:580px;
}

.container_16 .grid_11 {
	width:640px;
}

.container_16 .grid_12 {
	width:700px;
}

.container_16 .grid_13 {
	width:760px;
}

.container_16 .grid_14 {
	width:820px;
}

.container_16 .grid_15 {
	width:880px;
}

.container_16 .grid_16 {
	width:940px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;
}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.bodywrapper form.simplesearchform {
	position:relative;
	width:180px;
	margin-bottom:0.5em
}
.bodywrapper form.simplesearchform label {
	display:none;
}
.bodywrapper form.simplesearchform .text-input {
	background: #fff;
	color:#666;
	height:20px;
	padding:4px 30px 2px 5px;
	vertical-align:middle;
	width:144px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.bodywrapper form.simplesearchform .searchsubmit {
	background:transparent url(../modules/template-cct/css/img/search-submit.png) no-repeat;
	border:none;
	cursor:pointer;
	height:26px;
	padding:0;
	position:absolute;
	right:2px;
	text-indent:-9999px;
	top:2px;
	width:26px;
}
/******************************************************************************
*  loginForm
******************************************************************************/
.bodywrapper .loginForm fieldset{
	border:1px solid #eaeaea;
	padding:0.5em;
	margin:0.5em 0;
}
.bodywrapper .loginForm p{
	padding:0.2em 0;
	margin:0;
}
.bodywrapper .loginForm legend{
	display:none
}
.bodywrapper .loginForm label.left{
	display:block
}
.bodywrapper .loginForm input.full{
	width:95%;
}
.bodywrapper h3.loginicon {
	background: url(../modules/template-cct/css/img/login.png) no-repeat 0 50%;
	padding-left:24px;
	line-height:1.6em;
	margin:0;
}
.bodywrapper h3.logouticon {
	background: url(../modules/template-cct/css/img/logout.png) no-repeat 0 50%;
	padding-left:30px;
	line-height:1.6em;
	margin:0;
}
.bodywrapper h3.logouticonTiny {
	background: url(../modules/template-cct/css/img/logout.png) no-repeat 0 50%;
	padding-left:30px;
	line-height:1.6em;
	margin:0;
}
.bodywrapper .loginForm .rememberLabel {
	font-weight:normal;
	font-size:80%;
}
.bodywrapper .loginForm .aButton {
	font-weight:normal;
	font-size:80%;
}
.bodywrapper .loginForm .tinyDeco{
	font-size:80%;
	padding: 2px 4px;
	border:1px outset gray;
	background-color:#EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
}.bodywrapper .loginForm .tinyDeco:hover{
	border:1px inset gray;
	background-color:silver;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#FAFAFA;
}
.bodywrapper .frame{
	border:0;
	min-height: 600px;
}

.bodywrapper .numVersionTitle{
    border: 3px solid lightsteelblue;
    float: right;
    margin-right: 15px;
    padding-left: 2px;
    padding-right: 2px;
}
@charset "UTF-8";
/* CSS Document */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

img,body,html{border:0;}

/******************************************************************************
* Body and GWT .x-border-layout-ct BG
******************************************************************************/
.gwt-body-edit {
    background-color:#fff;
}
* {
    margin: 0;
}

html, body {
    height: 100%;


}

body {
    background-color:#fff !important;
    color:#636363;
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    line-height:125%;
    font-size:78%;
    width:100%;
    overflow-x:hidden;
}
.bodywrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -34px;
    width:100%;
}


.push {
    height: 34px; /* .push must be the same height as .footer */
}

.footer {
    height: 34px; /* .push must be the same height as .footer */
    background-color: #E6E6E6;

}


.container_16 .grid_10 {
    min-height: 1px;
    width: 450px;
    font-size:78%;}
.container_16 .grid_6 {
    width: 490px;
}

/******************************************************************************
* Utils
******************************************************************************/
.collapsible {
    display:none;
}
.bodywrapper .clear {
    clear:both;
}
.bodywrapper .clearitem 	{
    clear:both;
}
.bodywrapper br.clear {
    clear:both;
    font-family: Arial, Helvetica, sans-serif;
    line-height:0;	/* no height ! */
    font-size:0;
}
.bodywrapper .hide, .bodywrapper .hidden {
    display:none;
}

.bodywrapper .floatright {
    float:right;
    position:relative;
    margin: 5px;
}
.bodywrapper .floatleft {
    float:left;
    position:relative;
    margin: 5px;
}

.bodywrapper .leftside{
    float:left;
    position:relative;
}
.bodywrapper .rightside{
    float: right;
    position:relative;
}
.bodywrapper .clearMaringPadding{
    padding:0;
    margin:0;
}
/******************************************************************************
*  Float Right List for ordered or unordered links list
******************************************************************************/
.bodywrapper .FloatRightList ul {
    text-align:right;
    list-style:none;
    margin:0;
    padding:0;
}

.bodywrapper .FloatRightList li {
    list-style:none;
    padding-left:1em;
    display:inline;
    line-height:125%
}
/******************************************************************************
* list Arrow
******************************************************************************/
.bodywrapper ul.arrowList, .arrowList ul {
    margin:5px 0;
    position:relative;
    list-style:none;
}
.bodywrapper .arrowList li {
    background: url(../modules/template-cct/css/img/arrow.png) no-repeat 0 2px;
    padding:0 0 0 12px;
    clear:left;
    list-style:none;
}
/******************************************************************************
*  Hilight List
******************************************************************************/

.bodywrapper .hilightList ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    border-bottom:none;
}
.bodywrapper .hilightList li {
    list-style-type:none;
    margin:0;
    padding:0;
}
.bodywrapper .hilightList li a,
.bodywrapper .hilightList li a:link,
.bodywrapper .hilightList li a:visited
{
    border-bottom:1px solid #ccc;
    padding:0.2em 0.5em;
    display:block;
    text-decoration:none;
    color:#333;
}
.bodywrapper .hilightList li a:hover,
.bodywrapper .hilightList li a:active {
    text-decoration:none;
    color:#003399;
    background-color:#eaeaea
}
/******************************************************************************
* Search
******************************************************************************/
.bodywrapper form.simplesearchform .text-input {
    border-radius: 5px 5px 5px 5px;
}
/******************************************************************************
* Breadcrumb
******************************************************************************/

.bodywrapper ul.breadcrumb {
    color: #878787;
    font-size: 95%;
    list-style: none outside none;
    margin: 4px 0 0;
    padding: 0;
}
.bodywrapper ul.breadcrumb li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    font-size:10px;
    text-transform:uppercase;
}
.bodywrapper ul.breadcrumb a
{
    padding:0 16px 0 0;
    margin:0;
    background: url(../modules/template-cct/css/img/breadcrumb-separator.png) no-repeat 100% 50% ;
    color:#878787;
    text-decoration:none;
}
.bodywrapper ul.breadcrumb a:hover {
    color:#404040;
}
/******************************************************************************
*  header
******************************************************************************/
.bodywrapper #header{
    background:#2d5e6f url(../modules/template-cct/css/img/bg_header_repeat.png) repeat-x top center;
    color:#fff;
    padding:0;
}
.bodywrapper #header .container_16{
    background: url(../modules/template-cct/css/img/bg_header.png) no-repeat top center;
    width:100%;
}
.bodywrapper #header .container_16 .header{
    width:960px;
    margin:0 auto;
    height:107px;
}
.bodywrapper #header .container_16 .header .grid_6 {
    margin:0;
    float:right;
}
.bodywrapper #header a,
.bodywrapper #header a:link,
.bodywrapper #header a:visited {
    color:#fff;
    text-decoration:none;
    line-height:160%;
}
.bodywrapper #header a:hover,
.bodywrapper #header a:active {
    color:#fff;
    text-decoration:underline;
}
.bodywrapper #header #header-col1 {
    color: white;
    font-family: Arial, serif;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0 0 100px;
}
.titlerss img {
    width:25px;
    height:25px;
    float:left;
}
.contentRetrievalTitle{
    display:none;
}
.bodywrapper .topQuickHeader {
    float: right;
    margin:0 0 15px 0;
    position: relative;
    width: auto;
}
.bodywrapper #header .simplesearchform {
    float: right;
    margin: 0 5px 0 0 !important;
    position: relative;
    width: 200px;
}
.bodywrapper #header .grid_6 .loginForm, .bodywrapper #header .grid_6 .loginFormPop {
    float: right;
    margin-top: 8px;
}
.bodywrapper #header .grid_6 .loginForm input, .bodywrapper #header .grid_6 .loginFormPop input{
    border:none;
    background:url(../modules/template-cct/css/img/bouton_login.gif) no-repeat top right;
    height:26px !important;
    width:119px;
    color:#FFF;
    font-size:12px !important;
    font-weight:bold;
}
/******************************************************************************
Search form top
******************************************************************************/
.bodywrapper #header form.simplesearchform .text-input {
    /*width:304px !important;*/
    width:85% !important;
    border: 1px solid #333
}
.bodywrapper #header grid_6 form.simplesearchform {
    float:right;
    clear: both;
    margin: 0 5px 0 0 !important;
    padding: 0;
    width: 200px !important;
}

/******************************************************************************
*  header
******************************************************************************/
.bodywrapper #headerBottom{
    background:#FFF;
    height:22px;
}
.bodywrapper #headerBottom .grid_16{
    margin:0;
    width:960px;
}

/******************************************************************************
*  illustration
******************************************************************************/
.bodywrapper #illustration{
    background:#f7f7f7 url(../modules/template-cct/css/img/illustration-bg.png) repeat-y 50% 0;
    border-bottom:1px solid #efefef;
    position:relative;
    z-index:900;
    width:100%
}
/******************************************************************************
*  content
******************************************************************************/
.bodywrapper .page {
    background-color:#fff;
}
.bodywrapper {
    background-color:#e6e6e6;
}
.bodywrapper #content{
    padding:30px 0 0 0;
}
/******************************************************************************
*  Box top left
******************************************************************************/
.bodywrapper h4.redMenuBox-title {
    margin: 0;
    padding:0;
    border:none;
    background:none;
}
.bodywrapper h4.redMenuBox-title a{
    display:block;
    color:#FFF !important;
    background: url(../modules/template-cct/css/img/bg_titre_box_top_left.gif) repeat-x bottom #356e82;
    border: 1px solid #dfdfdf;
    border-bottom:none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;
    clear: both;
    font-weight: bold;
    margin: 0;
    padding:10px;
}
.bodywrapper h4.redMenuBox-title a:hover{
    background: url("../modules/template-cct/css/img/bg_titre_box.gif") repeat-x scroll center bottom #A9C8D3;
    border-color: #DFDFDF #DFDFDF -moz-use-text-color;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    clear: both;
    color: #356E82 !important;
    text-decoration:none;
}
.bodywrapper div.redMenuBox-content {
    background:#f8f8f8;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    border: 1px solid #dfdfdf;
    padding:0;
}
.bodywrapper div.redMenuBox-content br{
    display:none;
}
.bodywrapper div.redMenuBox-content a{
    display:block;
    border-top: #fff 1px solid;
    border-bottom: #eeeeee 1px solid;
    padding:5px 10px;
    color:#356e82;
}
.bodywrapper div.redMenuBox-content a:hover{
    color:#ffffff;
    background: #356E82;
    border-top: #5d92a4 1px solid;
    border-bottom: #163844 1px solid;
    text-decoration:none;
}
/******************************************************************************
*  Box left/right
******************************************************************************/
.bodywrapper .grid_4 h4.newsEventMenuBox-title, .bodywrapper .grid_4 h4.grayMenuBox-title {
    padding:0;
    margin:0;
    border:none;
    background:none;
}
/*- DOGSTUDIO -*/
.bodywrapper .grid_4 h4.newsEventMenuBox-title span, .bodywrapper .grid_4 h4.newsEventMenuBox-title a, .bodywrapper .grid_4 h4.grayMenuBox-title a{
    display:block;
    /*  background: url(../modules/template-cct/css/img/bg_titre_box.gif) repeat-x bottom #a9c8d3; */
    background:#356E82;
    border: 1px solid #dfdfdf;
    border-bottom:none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(../modules/template-cct/css/PIE.htc);
    clear: both;
    font-weight: bold;
    margin: 0;
    padding:10px;
    color:#fff !important;
    font-size:18px;
}
.bodywrapper .grid_4 h4.grayMenuBox-title a:hover{
    display:block;
    color:#FFF !important;
    background: url(../modules/template-cct/css/img/bg_titre_box_top_left.gif) repeat-x bottom #356e82;
    border: 1px solid #dfdfdf;
    border-bottom:none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;
    clear: both;
    font-weight: bold;
    margin: 0;
    padding:10px;
}
.bodywrapper .grid_4 div.newsEventMenuBox-content, .bodywrapper .grid_4 div.grayMenuBox-content {
    background:#f8f8f8;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    border: 1px solid #dfdfdf;
    padding:0;
}
.bodywrapper .grid_4 div.newsEventMenuBox-content br, .bodywrapper .grid_4 div.grayMenuBox-content br{
    display:none;
}
/*- DOGSTUDIO -*/
.bodywrapper ul.navmenu{
    margin:0 0 10px;
}
.bodywrapper ul.navmenu li{
    list-style:none;
    margin:0;
    padding:0;
}
.bodywrapper .grid_4 div.newsEventMenuBox-content a, ul.navmenu li a{
    background:#F8F8F8;
    display:block;
    border-top: #fff 1px solid;
    border-bottom: #eeeeee 1px solid;
    padding:5px 10px;
    color:#7f7f7f;
}
.bodywrapper .grid_4 div.newsEventMenuBox-content a:hover, ul.navmenu li a:hover, ul.navmenu li a.selected{
    color:#FFFFFF;
    background:#A9C8D3;
    border-top: 1px solid #d1e5ec;
    border-bottom: 1px solid #94b5c0;
    text-decoration:none;
}
.bodywrapper ul.level_2{
    margin:0;
}
.bodywrapper ul.level_2 li a{
    padding:5px 10px 5px 30px;
}
.bodywrapper .grid_4 div.newsEventMenuBox-content a.btn-mail{
    background:none;
    display:inline;
    border-top: none;
    border-bottom: none;
    padding:0;
    color:#7f7f7f;
    text-decoration:underline;
}
.newsEventMenuBox{
    margin:0 0 10px;
}
/*- END DOGSTUDIO -*/
.bodywrapper .grid_4 .eventsListItem, .bodywrapper .grid_4 div.newsSummary {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
    clear: both;
    margin: 0;
    padding: 8px 10px;
    width:auto;
    font-size:12px;
    color: #666666;
}
.bodywrapper .grid_4 .eventsListItem a h4, .bodywrapper .grid_4 .newsSummary h4 a{
    font-size:12px !important;
    color: #666666 !important;
}
.bodywrapper .grid_4 div.newsEventMenuBox-content strong, .bodywrapper .grid_4 div.grayMenuBox-content strong {
    font-style:normal;
    color:#a1a1a1;
    font-size:11px;
}
/******************************************************************************
*  Box poll
******************************************************************************/
.poll {
    border:none;
    margin: 0;
    padding: 0;
}
.bodywrapper .poll h3{
    background: url("../modules/template-cct/css/img/bg_titre_box.gif") repeat-x scroll center bottom #A9C8D3;
    border-color: #DFDFDF #DFDFDF -moz-use-text-color;
    border-style: solid solid none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(../modules/template-cct/css/PIE.htc);
    border:none;
    clear: both;
    color: #285869;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    line-height:normal;
    font-size:18px;
}
.bodywrapper div#formContainer_sondage {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DFDFDF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(../modules/template-cct/css/PIE.htc);
    padding: 0;
}
.bodywrapper div#formContainer_sondage #form_sondage{
    padding:10px;
}
.bodywrapper div#formContainer_sondage #form_sondage br{
    display:none;
}
.bodywrapper div#formContainer_sondage #form_sondage .poll_answer{
    padding:0 0 5px 0;
    display:block;
}
/******************************************************************************
*  Box home page
******************************************************************************/
.bodywrapper div.box9 {
    background: url(../modules/template-cct/css/img/bg_box_center.png) no-repeat center top #5a93a7;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;
    clear: both;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    border:none;
}
.bodywrapper h4.boxTheme-title {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    clear: both;
    margin: 0;
    padding: 3px 0;
}
.bodywrapper h4.boxTheme-title a{
    text-transform:uppercase;
    font-weight:bold;
    font-size:13px;
}
.bodywrapper div.boxTheme-content {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow:none;
    overflow: hidden;
    padding:0;
}
.bodywrapper div.boxTheme div.boxTheme-content div {
    float:left !important;
    position:relative !important;
    top:0 !important;
    left:0 !important;
    margin: 0  !important;
    width:auto;
}
.bodywrapper div.boxTheme div.boxTheme-content img {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;
    height:auto !important;
    margin: 0 10px 0 0 !important;
    padding:0  !important;
    border:none !important;
}
.bodywrapper div.boxTheme-content a {
    color: #cbe0e6 !important;
    font-size: 11px;
    padding: 0;
    margin:0;
    text-decoration:none;
}
.bodywrapper div.boxTheme-content a:hover {
    text-decoration:underline
}

/******************************************************************************
*  Box bottom home page
******************************************************************************/
.bodywrapper div.box9-bg {
    background: url(../modules/template-cct/css/img/separator_home_center_bottom.gif) repeat-x top center #356e82;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;
    border:none;
    box-shadow: none;
    padding:20px 10px;
}
table.themeButtonLink {
    border-spacing: 0;
}
table.themeButtonLink tr td {
    background: none;
    border:none;
    box-shadow: none;
    clear: both;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    padding: 2px 5px;
    text-align: center;
}
table.themeButtonLink tr td a{
    background: url("../modules/template-cct/css/img/bg_button_home_center_bottom_off.png") no-repeat scroll center top transparent;
    color: #FFFFFF !important;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 14px;
    padding: 11px 15px;
    width: 119px;
}
table.themeButtonLink tr td a:hover{
    background: url("../modules/template-cct/css/img/bg_button_home_center_bottom_on.png") no-repeat scroll center top transparent;
    color: #132b34 !important;
}
/******************************************************************************
*  Box voir votre adresse
******************************************************************************/
.bodywrapper .home-second-table {
    background: url("../modules/template-cct/css/img/photo_mon_adresse.jpg") no-repeat left top #a9c8d3;
    border:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;
    box-shadow: none;
    width: 100%;
    margin:10px 0 0 0;
    padding: 10px 0 0;
}
.bodywrapper .home-second-table-title {
    color: #29596A;
    font-family: Arial, serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 180px;
}
.home-second-content {
    color: #386e80;
    font-size: 13px;
    font-weight:bold;
    padding-left: 180px !important;
}
.bodywrapper .home-second-table #communeDiv input, .bodywrapper .home-second-table #rueDiv input {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;
    width:200px;
}
.bodywrapper .home-second-table #goToMap {
    background: url("../modules/template-cct/css/img/validAddress.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF;
    height: 25px;
    width: 77px;
    margin: 0 170px 10px 0;
    cursor: pointer;
}
/******************************************************************************
*  footerTop
******************************************************************************/
.bodywrapper #footerTop {
    padding:40px 0 0 0;
    margin:0;
    background:url(../modules/template-cct/css/img/bg_top_footer.gif) repeat-x top center #FFF;
}

.bodywrapper #footerTop p {
    padding:0;
    color:#878787;
}
.bodywrapper #footerTop a{
    color:#878787;
    text-decoration:none;
    display:block;
    float:left;
    padding:0 5px;
    font-size:11px;
}
.bodywrapper #footerTop a:hover {
    text-decoration:underline;
}
/******************************************************************************
*  A la une
******************************************************************************/
.bodywrapper div.facets {
    margin:5px 0;
    padding:5px 10px;
    background:url(../modules/template-cct/css/img/bg_filtre.gif) repeat-x top center #e2e2e2;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    border: 1px solid #d1d1d1;
    font-size:12px;
}
.bodywrapper .activefacetsList {
    float:left;
}
.bodywrapper .activefacetsList ul li a {
    height:28px;
    line-height:28px;
    padding: 4px 6px;
    text-decoration:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    text-transform:uppercase;
    font-size:11px;
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu.gif) repeat-x top #e3e3e3;
    color:#2181A2;
    border:1px solid #d1d1d1;
}
.bodywrapper .activefacetsList ul li a:hover {
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu_on.gif) repeat-x top #2d5e6f;
    color:#ccdbe0;
    border:1px solid #1d3d48;
}
.bodywrapper .activefacetsList h4{
    margin:0;
    padding:0;
    font-size:12px;
    color: #767676;
}
.bodywrapper div.facets h4 {
    color: #767676;
    float: left;
    width: auto;
    font-size:16px;
}
.bodywrapper .facetsList{
    color: #767676;
    width: auto;
    float:right;
    padding: 5px 0 0;
}
.bodywrapper .facetsList h5 {
    color: #767676;
    float:left;
    padding: 4px 10px 0 0;
    margin:0;
    font-weight:normal;
}
.bodywrapper .facetsList select {
    color: #767676;
    float:right;
}
.bodywrapper .facetsList select {
    color: #767676;
    float:right;
}
.bodywrapper .activefacetsList ul {
    color: #767676;
    float:left;
    margin: 0 5px 0 10px;
    padding:0;
    list-style:none;
}
.bodywrapper .activefacetsList ul li{
    margin:0;
    padding:0
}
.bodywrapper .newsListItem {
    border:none;
    clear: both;
    margin: 0;
    padding: 20px 0;
    position: relative;
    width:auto;
    background: url("../modules/template-cct/css/img/hr-bg.png") repeat-x scroll left bottom transparent;
}
.bodywrapper .newsListItem h4 {
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0;
}
.bodywrapper .newsListItem .newsMeta {
    margin: 10px 0 5px 0;
}
.bodywrapper .newsListItem .newsResume {
    padding:0 0 5px 0;
    font-size:14px;
}
.bodywrapper .newsListItem h4 a, .bodywrapper .newsListItem h4 a:link, .bodywrapper .newsListItem h4 a:visited {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding: 0 0 5px 0;
    color:#4d4c4c;
    text-decoration:none;
}
.bodywrapper .newsListItem .newsImg {
    margin:0
}
/******************************************************************************
*  A la une detail
******************************************************************************/
.bodywrapper span.newsLabelName, .bodywrapper span.newsLabelDate, .bodywrapper span.newsLabelLocation {
    color: #787878;
}
.bodywrapper span.newsName, .bodywrapper span.newsDate, .bodywrapper span.newsLocation {
    color: #787878;
}
.bodywrapper .newsItem .newsInfo {
    margin:5px 40px;
}
.bodywrapper p.newsInfo {
    border:none;
    color:#787878;
    font-size:12px;
    font-weight: normal;
    margin:0;
    padding:0 0 5px 0;
}
.bodywrapper .newsMeta {
    background:none;
    border:none;
    clear: both;
    color: #787878;
    margin:5px 40px;
    padding:0;
    font-style:italic;
}
.bodywrapper .newsImg {
    float: left;
    margin:5px 10px 5px 40px;
    padding: 0;
}
.bodywrapper .newsImg img {
    border: none;
    margin-right: 0.5em;
    padding: 0;
}
.bodywrapper .newsText {
    margin:5px 40px 10px 40px;
    padding: 0;
}
.bodywrapper .newsText p{
    margin:5px 0;
    padding: 0;
    font-size:14px;
}
.bodywrapper .newsItem a.returnLink {
    margin:5px 40px;
}
/******************************************************************************
* Definition
******************************************************************************/
.bodywrapper div.box8-content {
    background: none;
    border:none;
    box-shadow: none;
    height: 1%;
    margin:0;
    overflow: hidden;
    padding:0;
}
.bodywrapper div.box8-content form.simplesearchform {
    margin:2px 0;
    position: relative;
    width: 180px;
}
.bodywrapper div.box8-content div.box8-content {
    clear: both;
    margin:2px 0;
    position: relative;
}
/******************************************************************************
*  Recherche
******************************************************************************/
.bodywrapper div.advanced-search-title-group {
    background: url("../modules/template-cct/css/img/bg_filtre.gif") repeat-x scroll center top #E2E2E2;
    border: 1px solid #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 0;
    padding: 5px 10px;
}
.bodywrapper div.advanced-search-title-group h3 {
    font-size:14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color:#888888;
}
.bodywrapper div.advanced-search-title-group a.BtToggleSearch {
    background:url(../modules/template-cct/css/img/search-open.png) no-repeat scroll 0 0 transparent;
    display: block;
    float:right;
    height: 11px;
    width: 11px;
    margin: 3px 0 0;
}
.bodywrapper div.advanced-search-title-group a.BtToggleSearch.active {
    background: url("../modules/template-cct/css/img/search-close.png") no-repeat scroll 0 0 transparent;
}
.bodywrapper .resultsList h3 {
    font-size: 14px;
}
.bodywrapper .resultsList h2 {
    background: url("../modules/template-cct/css/img/hr-bg.png") repeat-x scroll left top transparent;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
    padding: 10px 0 0 20px;
}
.bodywrapper .resultsList h2 a{
    color:#636363;
}
.bodywrapper .resultsList ol {
    margin: 0 1em 0 3em;
}
.bodywrapper .resultsList li {
    border-bottom:none;
    margin-bottom:0;
}

/******************************************************************************
*  Agenda
******************************************************************************/
.bodywrapper .grid_12 .eventsListItem {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    margin: 10px 0 20px;
    padding: 0 0 10px;
    position: relative;
    width:auto;
}
.bodywrapper .eventsMeta {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    color: #787878;
    font-style: italic;
    padding: 0;
    font-size:12px;
}
.bodywrapper span.categorytitle {
    background: none;
    padding:5px 0;
}
.bodywrapper div.eventsDate {
    background: url("../modules/template-cct/css/img/eventsdate-bg.png") no-repeat scroll right top transparent;
    font-family: Arial, serif;
}
.bodywrapper .eventsInfoDate .day {
    color: #333333;
    display: block;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
}
.bodywrapper .eventsInfoDate .month {
    color: #666666;
    display: block;
    font-size: 70%;
    line-height: 90%;
}
.bodywrapper .year, .bodywrapper .eventsInfoDate .year  {
    background: url("../modules/template-cct/css/img/eventsdatebottom.png") no-repeat scroll right bottom transparent;
    color: #666666;
    display: block;
    font-size: 85%;
    line-height: 90%;
    padding-bottom: 5px;
}
.bodywrapper div.eventsTxtDate {
    background: url("../modules/template-cct/css/img/eventstxtdate.png") no-repeat scroll 50% 0 transparent;
}
.bodywrapper p.eventsLocation {
    text-transform: none;
    border: medium none;
    color: #787878;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px;
}
.bodywrapper .eventsResume {
    font-size: 14px;
}
.bodywrapper .eventsListItem h4 a {
    color: #4D4C4C;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding: 0 0 5px;
    text-decoration: none;
}
.bodywrapper .eventsListItem h4 a:hover {
    text-decoration: none;
}
/******************************************************************************
*  FAQ
******************************************************************************/
.bodywrapper div.faqFacets {
    margin:10px 0 20px 0;
    padding:10px 20px;
    background:url(../modules/template-cct/css/img/bg_filtre.gif) repeat-x top center #e2e2e2;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    border: 1px solid #d1d1d1;
    font-size:12px;
}
.bodywrapper .faqFacets .facetsList{
    padding: 0;
    float:left;
}
.bodywrapper .faqFacets .facetsList ul{
    padding: 0;
    margin:0;
    list-style:none;
}
.bodywrapper .faqFacets .facetsList ul li{
    padding:2px 10px;
    margin:0;
    list-style:none;
}
.bodywrapper .faqFacets .facetsList h5 {
    color: #767676;
    float:left;
    padding: 4px 40px 5px 0;
    margin:0;
    font-weight:bold;
}
.bodywrapper h4.faqQuestion {
    background:url(../modules/template-cct/css/img/bullet_blue.png) no-repeat left 4px;
    padding:0 0 0 20px;
}
.bodywrapper .faqAnswer {
    padding:0 0 0 20px;
}
.bodywrapper a.goToTop {
    background: url("../modules/template-cct/css/img/arrow_back_top.gif") no-repeat scroll left 2px transparent;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 30px 20px;
    padding: 0 0 0 20px;
}
/******************************************************************************
*  footer
******************************************************************************/
.bodywrapper #footer{
    background-color:#fff;
    position:relative;
    color:#ccc;
    font-size:0.9em;
    padding:15px 0 ;
}

.bodywrapper #footer p {
    padding:0;
    color:#333;
}

.bodywrapper #footer a,
.bodywrapper #footer a:link,
.bodywrapper #footer a:visited {
    color:#333;
    text-decoration:none;
    line-height:160%;
}
.bodywrapper #footer a:hover,
.bodywrapper #footer a:active {
    color:#333;
    text-decoration:underline;
}

#footer a,
#footer a:link,
#footer a:visited {
    color:#333;
    text-decoration:none;
    line-height:160%;
}
#footer a:hover,
#footer a:active {
    color:#333;
    text-decoration:underline;
}
/******************************************************************************
*  general
******************************************************************************/
.bodywrapper img {
    border: 0;
}
.bodywrapper a{
    color:#2181a2;
    text-decoration:none;
}
.bodywrapper a:hover{
    color: #636363;
    text-decoration:underline;
}

div#bottomshortcuts li.linkBottom span.link a  {
    color: #2181a2 !important;
    text-decoration:none !important;
}
div#bottomshortcuts li.linkBottom span.link a:hover{
    color: #636363 !important;
    text-decoration:underline !important;
}

.footer a{
    color:#2181a2;
    text-decoration:none;
}
.footer a:hover{
    color: #636363;
    text-decoration:underline;
}
.bodywrapper p {
    padding-left:24px;
    padding-right:24px;
    padding-top:5px;
    padding-bottom:5px;
}
.bodywrapper ul {
    list-style-type:square;
    list-style-position:outside;
    margin-bottom:6px;
    margin-left:20px;
    margin-top:6px;
}
.bodywrapper ol  {
    margin:1em 0 1em 2em;
    padding:0;
    list-style-position:outside;
}
.bodywrapper ol li {
    margin:0;
    padding:0;
    background: none;
    list-style: decimal;
}
.bodywrapper ul li {
    margin-bottom:2px;
    padding-left:8px;
}
.bodywrapper div.intro{
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#0066ff;
    font-size:1.4em;
    font-style:italic;
    line-height:1.6em;
    padding-bottom:1em;
}
.bodywrapper div.intro p{
    padding-bottom:1em;
}
.bodywrapper p.intro {
    font-size:1.3em;
    line-height:1.6em;
}

.bodywrapper h1 {
    color:#000;
    font-weight:bold;
    font-size:2em;
    line-height:normal;
    padding:0 0 0.5em 0;
    text-transform: uppercase;
}

.bodywrapper h2 {
    background: url("../modules/template-cct/css/img/hr-bg.png") repeat-x scroll left bottom transparent;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 0 10px 0;
}
.bodywrapper h2.pageTitle,.bodywrapper .pageTitle {
    background: url("../modules/template-cct/css/img/hr-bg.png") repeat-x scroll left bottom transparent;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 0 10px 20px;
}
.bodywrapper h3 {
    font-weight:normal;
    font-size:1.6em;
    margin-bottom:10px;
    margin-top:10px;

}
.bodywrapper h4 {
    font-size:1.3em;
    margin-bottom:5px;
    margin-top:10px;
    /*	color:#003399;*/
}
.bodywrapper h5 {
    font-weight:bold;
    font-size:1.1em;
    color:#666;
}


.bodywrapper fieldset {
    border:none;
}
.bodywrapper legend {
    font-size:1em;
    color:#333;
    padding:0 0.5em;
    background:none;
    border:none;
    display:inline;
    font-weight:bold;
    text-transform:uppercase
}

.bodywrapper hr {
    height:2px;
    background:transparent url(../modules/template-cct/css/img/hr-bg.png) repeat-x bottom left;
    border: none;
    margin : 18px 0;
}
.bodywrapper blockquote {
    background:#E0E0E0 url(../modules/template-cct/css/img/blockquote.png) no-repeat top left;
    border:1px solid #A5A5A5;
    font-style:italic;
    margin-bottom:15px;
    margin-top:15px;
    padding:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow: 0 0 5px #cccccc;
    -moz-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;

}

.bodywrapper textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size:100%
}
.bodywrapper p.field{
    margin-bottom:0.2em
}
.bodywrapper input,
.bodywrapper select,
.bodywrapper textarea {
    color:#666;
    padding:2px ;
    font-size:100%
}
.bodywrapper .FormBuilder input[type="text"] {
    width: 379px;
}
.bodywrapper .FormBuilder select {
    width: 385px;
}
.bodywrapper .FormBuilder textarea {
    width: 379px;
}

.bodywrapper label {
    font-weight:bold;
}

.bodywrapper input.gobutton{
    background:none;
    border:none;
    margin:0;
    padding:0;
    vertical-align: bottom;
}
.bodywrapper pre {
    background-color:#eaeaea;
    border-left:4px solid #003399;
    font-family:Courier,"Courier New",monospace;
    font-size:100%;
    overflow:auto;
    margin-bottom:15px;
    margin-top:15px;
    padding:20px;
    line-height:100%
}
.bodywrapper .highlight{
    background-color:#ffff99;
    padding-right:0.5em;
    padding-left:0.5em;
}
.bodywrapper code, .bodywrapper .code {
    background-color:#eaeaea;
    font-family:Courier,"Courier New",monospace;
    font-weight:normal;
    padding-right:0.5em;
    padding-left:0.5em;
}

.bodywrapper .colorlight {
    color:#666
}
/******************************************************************************
*  Images
******************************************************************************/
.bodywrapper .imagefloatright {
    float:right;
    margin-bottom:20px;
    padding-left:20px;
}
.bodywrapper .imagefloatleft {
    float:left;
    margin-bottom:20px;
    padding-right:20px;
}
.bodywrapper .imagefloatright {
    float:right;
    margin-bottom:20px;
    padding-left:20px;
}

.bodywrapper .itemImage {
    background-color:#F4F4F4;
    border:1px solid #CCC;
    position:relative;
    padding:1px;
    margin-bottom:10px;
}
.bodywrapper .imagefloatleft .itemImage  {
    margin-bottom:0;
}
.bodywrapper .imagefloatright .itemImage  {
    margin-bottom:0;
}
.bodywrapper div.itemImageRight {
    float:right;
}
.bodywrapper div.itemImageLeft {
    float:left;
}
.bodywrapper .itemImage img {
    background-color:#e1e1e1;
    display: block;
    padding:9px;
}
.bodywrapper .itemImagewhite img{
    background-color:#fff;
    display: block;
}
/******************************************************************************
*  Pagination
******************************************************************************/
.bodywrapper div.pagination {
    background: url("../modules/template-cct/css/img/bg_filtre.gif") repeat-x scroll center top #E2E2E2;
    border: 1px solid #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 0;
    padding: 5px 10px;
}
.bodywrapper .paginationPosition {
    float:left;
    font-size:0.85em;
    color:#36393d;
    margin:5px 0 0 0;
}
.bodywrapper .paginationNavigation {
    float:right;
    font-size:0.85em;

}
.bodywrapper .paginationNavigation a{
    background: url("../modules/template-cct/css/img/bg_AlphabeticalMenu.gif") repeat-x scroll center top #E3E3E3;
    border: 1px solid #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    color: #5E5E5E;
    height: 28px;
    line-height: 28px;
    padding: 2px 4px;
    text-decoration: none;
}

.bodywrapper .paginationNavigation a:hover {
    background: url("../modules/template-cct/css/img/bg_AlphabeticalMenu_on.gif") repeat-x scroll center top #2D5E6F;
    color: #CCDBE0;
}
.bodywrapper .paginationNavigation .currentPage{
    background: url("../modules/template-cct/css/img/bg_AlphabeticalMenu_on.gif") repeat-x scroll center top #2D5E6F;
    color: #CCDBE0;
    border: 1px solid #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    height: 28px;
    line-height: 28px;
    padding: 2px 4px;
    text-decoration: none;
}


.bodywrapper .paginationNavigation span {
    text-decoration:none;
    color:#666;
    padding:0;
}
/******************************************************************************
*  AlphabeticalMenu
******************************************************************************/
.bodywrapper div.alphabeticalMenu {
    height:1%;
    overflow:hidden;
    text-transform:uppercase;
    padding:0;
    margin: 0;
}
.bodywrapper .alphabeticalLabel {
    float:left;
    font-size:0.9em;
    font-weight:bold;
    color:#333;
}
.bodywrapper .alphabeticalNavigation {
    float:left;

}
.bodywrapper .alphabeticalNavigation a {
    height:28px;
    color:#5e5e5e;
    line-height:28px;
    border:1px solid #d1d1d1;
    padding: 2px 4px;
    text-decoration:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu.gif) repeat-x top #e3e3e3;
}

.bodywrapper .alphabeticalNavigation a:hover {
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu_on.gif) repeat-x top #2d5e6f;
    color:#ccdbe0;
}
.bodywrapper .alphabeticalNavigation a.current{
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu_on.gif) repeat-x top #2d5e6f;
    color:#ccdbe0;
}
.bodywrapper a.detail-link-definition-href {
    height:28px;
    line-height:28px;
    padding: 4px 6px;
    text-decoration:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    text-transform:uppercase;
    font-size:11px;
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu.gif) repeat-x top #e3e3e3;
    color:#2181A2;
    border:1px solid #d1d1d1;
}
.bodywrapper a.detail-link-definition-href:hover {
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu_on.gif) repeat-x top #2d5e6f;
    color:#ccdbe0;
    border:1px solid #1d3d48;
}
.bodywrapper .alphabeticalNavigation span {
    text-decoration:none;
    color:#666;
    padding:0;
}
/******************************************************************************
*  Button
******************************************************************************/
.bodywrapper .divButton{
    text-align:center;
    margin:0 0 10px 0;
    overflow:hidden;
}
.bodywrapper .divButtonRight{
    text-align:right;
    overflow:hidden;
}
.bodywrapper input.button, .bodywrapper button {
    margin-right:0.5em;
}

.bodywrapper input.button, .bodywrapper button {
    position:relative;
    background:#2d6072 url(../modules/template-cct/css/img/bg-button.png) repeat-x top left;
    border:1px solid #265464;
    outline:none;
    color:#fff;
    text-align:center;
    padding:3px 15px;
    -moz-border-radius:	5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    -pie-poll:true;

}
.bodywrapper .button:hover, .bodywrapper button:hover {
    cursor: pointer;
    background:#488aa1 url(../modules/template-cct/css/img/bg-button-on.png) repeat-x bottom left;
    color:#fff;
}

/******************************************************************************
*  <A> Button
******************************************************************************/

.bodywrapper  a.aButton,
.bodywrapper  a.aButton:link,
.bodywrapper  a.aButton:visited {
    /*background: transparent url(../modules/template-cct/css/img/button-right.png) no-repeat scroll top right;*/
    background:url(../modules/template-cct/css/img/bouton_login.gif) no-repeat top right;
    display: block;
    float: left;
    height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color:#fff;
    margin-top: 5px;
}
.bodywrapper  a.aButton span {
    /* Background left image */
    /*background: transparent url(../modules/template-cct/css/img/button-left.png) no-repeat;*/
    background:url(../modules/template-cct/css/img/bouton_login.gif) no-repeat;
    display: block;
    line-height: 12px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 6px 0 6px 18px;
}
.bodywrapper  a.aButton:hover span{
    text-decoration:underline;
}
.bodywrapper  a.aButtonRight,
.bodywrapper  a.aButtonRight:link,
.bodywrapper  a.aButtonRight:visited{
    float: right;
}
/******************************************************************************
*  Anchor
******************************************************************************/
.bodywrapper div.bottomanchor {
    padding:0.2em;
    margin: 1em 0;
    font-size:0.85em;
    clear:both
}
.bodywrapper .bottomanchor a,
.bodywrapper .bottomanchor a:link,
.bodywrapper .bottomanchor a:visited  {
    float:right;
    margin:0 ;
    text-transform:uppercase
}
.bodywrapper .bottomanchor a:hover ,
.bodywrapper .bottomanchor a:active  {
    cursor: pointer;
    text-decoration: underline;
}

/******************************************************************************
*  Thumbnails
******************************************************************************/
.bodywrapper div.thumbnail {
    float:left;
    position:relative;
    margin-right:20px;
}
.bodywrapper div.thumbnailRight {
    float:right;
    position:relative;
    margin-left:20px;
}
.bodywrapper div.thumbnail img {
    position:relative
}

/******************************************************************************
*  Tables
******************************************************************************/
.bodywrapper .table th img{
    vertical-align: middle
}
.bodywrapper .table,
.bodywrapper .table caption
{
    margin: auto;
    line-height:1.9em;

}

.bodywrapper .table
{
    border-collapse:collapse;
    margin-bottom:1em;
    font-size:0.85em;
    border:none;
}
.bodywrapper .table, .bodywrapper .table th, .bodywrapper .table td
{
    border: 1px solid #fff;
}
.bodywrapper .table caption
{
    font-weight:normal;
    font-size:2em;
    margin:0 ;
    padding:0;
}

.bodywrapper .table th {
    color: #fff;
    white-space:nowrap;
    background-color:#003399;
    padding:5px;
}
.bodywrapper .table td
{
    background-color:#fff;
    padding:5px;
}
.bodywrapper .table tr:hover{
    background-color:#ccc
}
.bodywrapper .table .odd td{background-color:#eaeaea}
.bodywrapper .table .even td{ background-color:#fff}
.bodywrapper .col1{}
.bodywrapper .col2{}
.bodywrapper .col3{}
.bodywrapper .col4{}

.bodywrapper .table td.center,
.bodywrapper .table th.center
{
    text-align:center;
}

/******************************************************************************
*  Tabs
******************************************************************************/
.bodywrapper #tabsliste-tabulaire{
    margin:0;
    padding:0;
}
.bodywrapper #tabsliste-tabulaire .tabContainer{
    padding:0 20px;
    border-left:#d1d1d1 1px solid;
    border-right:#d1d1d1 1px solid;
    border-bottom:#d1d1d1 1px solid;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
}
.bodywrapper div.idTabsContainer{
    margin:0 ;
}
.bodywrapper  ul.idTabs {
    clear:both;
    list-style-type:none;
    overflow:hidden;
    background: url("../modules/template-cct/css/img/hr-bg.png") repeat-x scroll left bottom transparent;
    margin:0;
    padding:0;

}
.bodywrapper .idTabs li {
    display:inline;
    float:left;
    margin:0;
    padding:0;
}
.bodywrapper .idTabs li.spacing{
    padding-left:20px;
}

.bodywrapper .idTabs li a {
    background:transparent url(../modules/template-cct/css/img/tab-left.png) no-repeat scroll 0 0;
    color:#003399;
    display:inline;
    float:left;
    height:29px;
    line-height:29px;
    padding-left:15px;
    text-decoration:none;
    margin-right:2px
}
.bodywrapper .idTabs li a.selected,
.bodywrapper .idTabs li a:hover,
.bodywrapper .idTabs li a.selected {
    background-position:0 -29px;
    color:#003399;
    text-decoration:none;
}


.bodywrapper .idTabs li a span {
    background:transparent url(../modules/template-cct/css/img/tab-right.png) no-repeat scroll 100% 0;
    color:#666;
    cursor:pointer;
    display:inline;
    float:left;
    height:29px;
    line-height:29px;
    padding-right:15px;
    text-decoration:none;

}
.bodywrapper .idTabs li a.selected span,
.bodywrapper .idTabs li a:hover span,
.bodywrapper .idTabs li a.idTabs span {
    background-position:100% -29px;
    color:#fff;
    text-decoration:none;
}

/******************************************************************************
*  Summary
******************************************************************************/
.bodywrapper ul.summary, .bodywrapper .summary {
    line-height:130%;
    padding: 10px;
    background-color:#eaeaea;
    border:1px solid #ccc;
    margin:0;
    list-style:none;
}

.bodywrapper .summary a,
.bodywrapper .summary a:link,
.bodywrapper .summary a:visited {
    text-decoration:none;
}
.bodywrapper .summary a:hover,
.bodywrapper .summary a:active {
    text-decoration:underline;
}

.bodywrapper .summary ul {
    margin:0;
    padding:0 0 0 2em;
    list-style:none;
}
.bodywrapper .summary li {
    padding:0;
    margin-bottom:10px
}

/******************************************************************************
* Form
******************************************************************************/
.bodywrapper .Form  p{
    clear:both;
    margin:0.2em 0;
    padding:0;
}
.bodywrapper .Form {
    margin:1em 0 0 0;
    overflow:hidden;
}
.bodywrapper .formMarginLeft{
    margin:0 0 0 25%;
    padding:0 1em 0 2.3em;
}
.bodywrapper .Form label.left {
    float:left;

    width:25%;
    margin:0 1em 0 1em;
    padding:2px;
    text-align:right;
}
.bodywrapper .divButton{
    text-align:center;
    margin:0.5em 0;
}

/******************************************************************************
*  error
******************************************************************************/
.bodywrapper input.error{
    background-color:#ffebe8;
    border:1px solid #cc3300;
}

.bodywrapper label.error {
    clear: both;
    display: block;
    margin: 10px 10px !important ;
    padding:5px !important ;
    padding-left:30px !important;
    border:1px solid #cc3300;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:#ffebe8 url(../modules/template-cct/css/img/error-messages.png) no-repeat 5px 50%;
}
/******************************************************************************
* Links
******************************************************************************/
.bodywrapper div.more {
    float: right;
    display: block;
}
.bodywrapper div.more a, .bodywrapper a.returnLink {
    height:28px;
    line-height:28px;
    padding: 4px 6px;
    text-decoration:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    text-transform:uppercase;
    font-size:11px;
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu.gif) repeat-x top #e3e3e3;
    color:#2181A2;
    border:1px solid #d1d1d1;
}
.bodywrapper div.more a:hover, .bodywrapper a.returnLink:hover {
    background:url(../modules/template-cct/css/img/bg_AlphabeticalMenu_on.gif) repeat-x top #2d5e6f;
    color:#ccdbe0;
    border:1px solid #1d3d48;
}
.bodywrapper .newsEventMenuBox a.returnLink {
    display:none;
}
/******************************************************************************
* GRID
******************************************************************************/
.bodywrapper .container_16 .grid_4 {
    width:23.5%;
    /*margin:0;*/
    margin-top:3px;
    margin-left:0;
    margin-bottom:0;
    margin-right:0;

}

.bodywrapper .container_16 .grid_8 {
    width:486px;
    background:#f8f8f8;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    border: 1px solid #dfdfdf;
    padding: 0 0 20px;
    margin:0 8px 0 10px;
    float:left;
    font-size:14px;
}

.bodywrapper .container_16 .grid_12 {
    width:727px;
    background:#f8f8f8;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(../modules/template-cct/css/PIE.htc);
    border: 1px solid #dfdfdf;
    padding: 0 0 20px;
    margin:0;
    float:right;
    font-size:14px;
}
.bodywrapper .container_16 .grid_16 {
    width:960px;
    margin:0;
}
/*- DOGSTUDIO -*/
.bodywrapper .mainContentWrapper{
    padding: 0 20px 10px 20px;
    line-height: 20px;
}
/*- END DOGSTUDIO -*/
.bodywrapper .mainContentWrapper p{
    padding:0 0 15px;
}
.bodywrapper .box9-content .columns2 .column-item .spacer {
    padding: 20px;
}
/******************************************************************************
* LOGIN
******************************************************************************/
.bodywrapper #loginPopupTiny {
    background: url("../modules/template-cct/css/img/bg_filtre.gif") repeat-x scroll center top #E2E2E2;
    border: 1px solid #ababab;
    border-radius: 5px 5px 5px 5px;
    left: 50%;
    margin-left: -250px;
    opacity: 1;
    padding: 30px;
    position: absolute;
    top: 150px;
    width: 500px;
    z-index: 1000;
}

/*bottomshortcuts*/

.footer div#bottomshortcuts {
    display: inline;
}

.footer #bottomshortcuts ul {
    margin: 12px 0 0 220px;
    padding: 0;
    list-style: none;
    width:auto;
    float:left;
}
.footer #bottomshortcuts li {
    display: block;
    float:left;
    background: url(../modules/template-cct/css/img/bottomshortcuts-bullet.png ) no-repeat 100% 4px;
    padding-right: 10px;
    margin-right: 10px;
    font-size:0.85em;
}
.footer #bottomshortcuts li span{
    display: block;
}
.footer #bottomshortcuts li span a{
    display: block;
    text-decoration:none;
}
.footer #bottomshortcuts li._anysurfer span a{
    margin-top: 0;
}
.footer #bottomshortcuts .last {
    background: none;
    padding-right: 0;
    margin-right: 0;
}
.gotoTop{
    display:block;
    float:right;
    padding:12px 0 0;
}
.gotoTop a{
    text-decoration:none !important;
    font-size:0.85em;
}
.connectLink{
    display:none;
}
.hiddenMenu {
    display:none;
}

.bodywrapper h3.box2-header {
    background-color: #356E82;
}

.bodywrapper .newsEventMenuBox span.icon{
    display:none;
}

.bodywrapper .mainContentWrapper li{
    display: inline-block;
}

.bodywrapper .mainContentWrapper .resultsList li{
    display: list-item;
}

.bodywrapper .container_16 .full {
    width: 720px;
}

.bodywrapper .popup-bodywrapper .field{
    margin:0 0 10px;
}
.bodywrapper .popup-bodywrapper .field label{
    display:block;
    color:#636363;
    float:left;
    text-align: left;
    padding:0;
    margin:0 10px 0 0;
    width:70px;
}
.bodywrapper .popup-bodywrapper .field-checkbox label{
    width: auto;
}
.bodywrapper .popup-bodywrapper .field input{
    background:#F8F8F8;
    border:1px solid #356E82;
    width:370px;
    color:#333;
}
.bodywrapper .popup-bodywrapper .field .labelAuto {
    width:365px;
}
.bodywrapper .popup-bodywrapper .field .labelCaptcha {
    width:195px;
}

.bodywrapper #passwordRecovery {
    float: right;
    padding: 15px 0 0 10px;
}

.bodywrapper div#admin a {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
    color: #7F7F7F;
    display: block;
    padding: 5px 10px;
}
.bodywrapper div#admin img {
    margin-right: 2px !important;
    padding: 0 6px !important;
    position: relative !important;
    top: 5px !important;
    float: left;
}
.bodywrapper div#admin {
    margin-top: -8px !important;
    padding: 1px !important;
}

.bodywrapper div.recuperation form {
    margin-top: 30px;
    min-height: 250px;
}

.bodywrapper div.recuperation form input.full {
    width: 300px !important;
}

.bodywrapper div.recuperation form input.button {
    display: block;
    margin: 20px auto auto;
}

.bodywrapper div.recuperation form label {
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 230px;
}

.pagefaq .mainContentWrapper li {
    list-style: none outside none;
    display: list-item;
}

/*******************************/
/**             MAJ           **/
/*******************************/

body .bodywrapper  {
    background-image: url("../modules/template-cct/css/img/BG_SMD2.png");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
}

.pageiframe-html div#content div.container_16 div.grid_16 {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    float: left;
    font-size: 14px;
    margin: 20px 8px 20px 10px;
    padding: 0 0 20px;
}

.bodywrapper #header .container_16 {
    background: none;
}

.bodywrapper #header {
    background: url("../modules/template-cct/css/img/SMD_header2.png") repeat-x scroll #2D5E6F;
    color: #FFFFFF;
    padding: 0;
}

.container_16 .grid_6 {
    width: 450px;
}

.folder {
    padding: 10px 20px;
}

.bodywrapper .grid_4 h4.newsEventMenuBox-title span, .bodywrapper .grid_4 h4.newsEventMenuBox-title a, .bodywrapper .grid_4 h4.grayMenuBox-title a {
    border-style: none;
}

.bodywrapper h2 {
    padding: 0 24px 10px;
}


.bodywrapper h4.newsEventMenuBox-title {
    font-weight: bold;
}

.bodywrapper .topQuickHeader {
    margin: 0 8px 15px;
}

.bodywrapper h4.newsEventMenuBox-title {
    font-weight: bold;
}

.bodywrapper h4 {
    font-size: 1.3em;
}

.bodywrapper #passwordRecovery {
    padding: 15px 7px 0 10px;
}

.bodywrapper ul.breadcrumb a {
    color: #A3A3A3;
    font-weight: normal;
}

.bodywrapper ul.breadcrumb {
    font-weight: bold;
}

.bodywrapper ul.breadcrumb a:HOVER {
    text-decoration: underline;
}

.maj {

    font-size: 10px;
    height: 15px;
    padding: 4px 16px;
    text-align: right;
    color: #FFFFFF;
}

.bodywrapper .container_16 .grid_8 {
    font-size: 14px;
}

.mainContentWrapper .folder {
    border: 1px solid #808080;
    margin-bottom: 10px;
    position: relative;
    width: 420px;
}

.folder .fileType_docx {
    left: 300px;
}

.folder .fileType_pdf {
    left: 350px;
}

.folder .fileType_html {
    left: 400px;
}

.pageapplication-vitruv #linkCon a {
    float: left;
    padding: 1px 0;
    width: 100%;
}

.pageapplication-vitruv #linkCon {
    padding: 24px;
}

.bodywrapper ul.filesList {
    padding: 24px;
}

.bodywrapper .container_16 .full {
    margin-bottom: 20px;
}

.bodywrapper div#content div.container_16 div.grid_8 div.loginForm {
    padding: 24px;
}

.bodywrapper div#content div.container_16 div.grid_8 form.loginForm {
    padding: 24px;
}

.bodywrapper .container_16 .grid_8 {
    font-size: 14px;
    margin-bottom: 20px;
}


.pagevie-privee .mainContentWrapper li {
    display: list-item;
}

.bodywrapper div#content div.container_16 div.grid_8 ul {
    padding: 0 24px;
}

.pageaide h3 {
    padding: 20px;
}

#navigationN2 {
    display: none;
}

.pagecontact-1 h3 {
    padding: 20px;
}

.bodywrapper div.intro {
    font-family: Arial,"Times New Roman",Times,serif;
    color: #7F7F7F;
    font-size: 1em;
    font-style: normal;
    line-height: 1.3em;
    padding-bottom: 1em;
}

#table2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7F7F7F;
    border-image: none;
    border-style: solid solid none;
    border-width: 0 6px 6px ;
    width: 100%;
}

#table2 td {
    border: 7px solid #7F7F7F;
    text-transform: uppercase;
    padding: 7px;
}

#table3 {
    width: 100%;
    border-color: #7F7F7F;
    border-style: none solid solid;
    border-width: 0 6px 6px;
}

#table3 td {
    border: 7px solid #7F7F7F;
}

#table1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7F7F7F;
    border-image: none;
    border-style: solid solid none;
    border-width: 6px 6px 0;
    width: 100%;
}

#table1 td {
    border: 7px solid #7F7F7F;
}

#table4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7F7F7F;
    border-image: none;
    border-left: 6px solid #7F7F7F;
    border-right: 6px solid #7F7F7F;
    border-style: none solid;
    border-width: 0 6px;
    width: 100%;
}

#table4 td {
    border: 0 solid;
}

.pagehome div#content div.container_16 div.grid_8 h2 {
    background:none;
    margin-bottom: 0;
    margin-top: -5px;
}

.pagehome .container_16 .grid_8 {
    background: none repeat scroll 0 0 #7F7F7F;
    border:none;
}

.bodywrapper div#content div.container_16 div.grid_8 div.intro table#table2 tbody tr td span span {
    font-size: 12px;
}

.bodywrapper div#content div.container_16 div.grid_8 div.intro table#table3 tbody tr td table tbody tr td {
    border: 0 solid;
}


.bodywrapper div#content div.container_16 div.grid_8 div.intro table#table3 tbody tr td p {
    padding: 0;
}


.bodywrapper div#loginPopupTiny form.loginForm ul li {
    font-weight: bold;
    list-style: none outside none;
    margin-bottom: 2px;
    padding-left: 0;
}

.bodywrapper div#loginPopupTiny form.loginForm a span {
    font-weight: bold;
    padding-left: 20px;
}

.popup-bodywrapper div.intro u {
    font-weight: bold;
    text-decoration: none;
}

.popup-bodywrapper {
    height: 450px;
    overflow: hidden;
    padding: 20px;
    width: 465px;
}

#retour {
    float: right;
    padding: 20px;
}


a.BtToggleSearch {
    background-image: url("../modules/template-cct/css/img/search-open.png");
    display: inline-block;
    height: 11px;
    width: 11px;
}

a.BtToggleSearch.active {
    background-image: url("../modules/template-cct/css/img/search-close.png");
}

h4.newsEventMenuBox-title {
    position:relative;
}
h4.newsEventMenuBox-title span {
    position:inherit;
}

.newsEventMenuBox {
    position:inherit;
}

.newsEventMenuBox-content {
    position:inherit;
}


.logoRw {
    float: left;
    padding: 20px 0 0 20px;
}

.bodywrapper .header .logoRwImg {
    height: 67px;
}


/*toto*/
.wrapper {

}



.bread {
    background-color: #E6E6E6;
    border-radius: 0 0 5px 5px;
    height: 25px;
    margin: 0;
    padding: 3px;
}

.bodywrapper div#header div.container_16 div.header div.grid_10 {
    height: 107px;
}

.logoRw {
    float: left;
    padding: 10px 0 0 10px;
}

.bodywrapper .header .logoRwImg {
    height: 80px;
    width: 57px;
}

.bodywrapper-popup {
    background: none !important;
}

.pageiframe-html div#content div.container_16 div.grid_16 {
    margin: 20px 8px 20px 0 !important;
}

.pageapplication-vitruv div.newsEventMenuBox div.newsEventMenuBox div.newsEventMenuBox-content p  {
    padding: 0;
}

.bodywrapper .container_16 .full{
    margin: 0 0 20px 10px !important;
}
