@charset "UTF-8";

/*** CSS default ***/
/* -------------------------------- */
/* COMMONS */
/* -------------------------------- */

/* TEXT */
.textBold { font-weight:bolder; }
.textItalic { font-style:italic; }
.textLeft { text-align:left; }
.textRight { text-align:right; }
.textCenter { text-align:center; }
.textJustify { text-align:justify; }

/* FLOAT / CLEAR */
.floatLeft { float:left; }
.floatRight { float:right; }
.clearLeft { clear:left; }
.clearRight { clear:right; }	
.clearBoth { clear:both; }

/* TEXTURES */
.isTextured { background:none repeat; }
.isTextured.texture-1 { background-image: url(textures/stripe_0000s_0000_22.png); }
.isTextured.texture-2 { background-image: url(textures/stripe_0000s_0001_21.png); }
.isTextured.texture-3 { background-image: url(textures/stripe_0000s_0002_20.png); }
.isTextured.texture-4 { background-image: url(textures/stripe_0000s_0003_19.png); }
.isTextured.texture-5 { background-image: url(textures/stripe_0000s_0004_18.png); }
.isTextured.texture-6 { background-image: url(textures/stripe_0000s_0005_17.png); }
.isTextured.texture-7 { background-image: url(textures/stripe_0000s_0006_16.png); }
.isTextured.texture-8 { background-image: url(textures/stripe_0000s_0007_15.png); }
.isTextured.texture-9 { background-image: url(textures/stripe_0000s_0008_14.png); }
.isTextured.texture-10 { background-image: url(textures/stripe_0000s_0009_13.png); }
.isTextured.texture-11 { background-image: url(textures/stripe_0000s_0010_12.png); }
.isTextured.texture-12 { background-image: url(textures/stripe_0001s_0000_11.png); }
.isTextured.texture-13 { background-image: url(textures/stripe_0001s_0001_10.png); }
.isTextured.texture-14 { background-image: url(textures/stripe_0001s_0002_9.png); }
.isTextured.texture-15 { background-image: url(textures/stripe_0001s_0003_8.png); }
.isTextured.texture-16 { background-image: url(textures/stripe_0001s_0004_7.png); }
.isTextured.texture-17 { background-image: url(textures/stripe_0001s_0005_6.png); }
.isTextured.texture-18 { background-image: url(textures/stripe_0001s_0007_4.png); }
.isTextured.texture-19 { background-image: url(textures/stripe_0001s_0008_3.png); }
.isTextured.texture-20 { background-image: url(textures/stripe_0001s_0009_2.png); }

.CSWSlide .template { display: none; }
/*.CSWItem { margin:0 0 15px; }*/


/*-----------------------------------------------+
+                   Widgets                      +
+-----------------------------------------------*/


/*-----------------------------------------------+
+ Titre générique level-1                        +
+-----------------------------------------------*/

.titleLevel-1 {
	font-size:22px;
	color:#252525;
	font-weight:bold;
	margin-bottom:15px;
}

/*-----------------------------------------------+
+ Titre générique level-2                        +
+-----------------------------------------------*/

.titleLevel-2 {
	font-size:17px;
	color:#252525;
	font-weight:bold;
	margin-bottom:15px;
}

/*-----------------------------------------------+
+ Titre générique level-3                        +
+-----------------------------------------------*/

.titleLevel-3 {
	font-size:15px;
	color:#636363;
	font-weight:bold;
	margin-bottom:15px;
}

/*-----------------------------------------------+
+ Titre générique level-4                        +
+-----------------------------------------------*/

.titleLevel-4 {
	font-size:13px;
	color:#636363;
	font-weight:bold;
	margin-bottom:15px;
}

/*-----------------------------------------------+
+ Sous menu                                      +
+-----------------------------------------------*/

.CSWMenu .item {
	position:relative;
}
.CSWMenu .subMenu {
	display:none;
	position:absolute;
	top:2.5em;
	left:0;
	z-index:100;
	width:14em;
	-moz-box-shadow: 0 0 5px #c7c7c7;
	-webkit-box-shadow: 0 0 5px #c7c7c7;
	box-shadow: 0 0 5px #c7c7c7;
}
}
.CSWMenu .subMenu .subItem {
	display:block;
	text-align:left;
	position:relative;
	margin:0;
}
* html .CSWMenu .subMenu .subItem {
	margin:0;
}
*+html .CSWMenu .subMenu .subItem {
	margin:0;
}
.CSWMenu .subMenu .subItem .subLink {
	display:block;
	width:auto;
	white-space:nowrap;
	font-size:80%;
	background:#fff;
	color:#666;
	height:35px;
	padding:0 8px;
	border-bottom:1px solid #dedede;
}
.CSWMenu .subMenu .subItem .subLink:hover {
	background:#f6f6f6;
}
.CSWMenu .subMenu .subItem .subLink .innerSubLink-1, 
.CSWMenu .subMenu .subItem .subLink .innerSubLink-2, 
.CSWMenu .subMenu .subItem .subLink .innerSubLink-3 {
	float:left;
	height:35px;
}
.CSWMenu .subMenu .subItem .subLink .innerSubLink-3 {
	line-height:35px;
	background:url(puce_link-1.gif) no-repeat 0 14px;
	padding:0 0 0 9px;
}
.CSWMenu .subMenu .subItem.last .subLink {
	border-bottom:none;
}
/* hover */
.CSWMenu .item:hover .subMenu {
	display:block;
}
.CSWMenu .item:hover .subMenu .subMenu {
	display:none;
}
.CSWMenu .item:hover .subMenu .subItem:hover .subMenu {
	display:block;
}
.CSWMenu .item:hover .subMenu .subItem:hover .subMenu .subMenu {
	display:none;
}
.CSWMenu .item:hover .subMenu .subItem:hover .subMenu .subItem:hover .subMenu {
	display:block;
}

/* 3eme niveau */
.CSWMenu .subMenu .subMenu {
	left:100% !important;
	top:0 !important;
}

/*-----------------------------------------------+
+ Breadcrumb                                     +
+-----------------------------------------------*/

.blockBreadCrumb {
	margin:0 0 14px;
}
.blockBreadCrumb .breadCrumbActions {
	float:right;
}
.blockBreadCrumb .breadCrumbActions .btnAction {
	display:block;
	float:left;
	background:url(img_breadCrumbActions-sprite.png) no-repeat;
	width:25px;
	height:23px;
	margin:0 3px 0 0;
}
* html .blockBreadCrumb .breadCrumbActions .btnAction {
	background-image:url(img_breadCrumbActions-sprite.gif);
}
.blockBreadCrumb .breadCrumbActions .btnAction .innerLink-1 {
	display:none;
	float:left;
}
.blockBreadCrumb .breadCrumbActions .btnAction.print {
	background-position:0 0;
}
.blockBreadCrumb .breadCrumbActions .btnAction.pdf {
	background-position:-25px 0;
}
.blockBreadCrumb .breadCrumbActions .btnAction.email {
	background-position:-50px 0;
}
.blockBreadCrumb .breadCrumbActions .btnAction.print:hover {
	background-position:0 -23px;
}
.blockBreadCrumb .breadCrumbActions .btnAction.pdf:hover {
	background-position:-25px -23px;
}
.blockBreadCrumb .breadCrumbActions .btnAction.email:hover {
	background-position:-50px -23px;
}
.blockBreadCrumb .breadCrumb {
	float:left;
}
.blockBreadCrumb .breadCrumb .item, 
.blockBreadCrumb .breadCrumb .item .link {
	display:block;
	float:left;
}
.blockBreadCrumb .breadCrumb .item {
	padding:0 6px 0 0;
	font-size:12px;
}
.blockBreadCrumb .breadCrumb .item .link .innerLink-1, 
.blockBreadCrumb .breadCrumb .item .link .innerLink-2, 
.blockBreadCrumb .breadCrumb .item .link .innerLink-3 {
	float:left;
}
.blockBreadCrumb .breadCrumb .item .link .innerLink-3 {
	background:url(puce_link-1.gif) no-repeat 0 center;
	padding:0 0 0 9px;
}

/*-----------------------------------------------+
+ Citation générique                             +
+-----------------------------------------------*/

.blockQuote {
	text-indent:20px;
	color:#252525;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	background-color:#f5f5f5;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.blockQuote .quoteClose {
	background: url("puce_quoteClose.png") no-repeat right bottom;
	padding-right:20px;
}
.blockQuote .quoteOpen {
	background: url("puce_quoteOpen.png") no-repeat;
}
.blockQuote .signature {
	text-align:right;
	line-height:16px;
}
.blockQuote .fonction {
	display:block;
	color:#929292;
	font-size:12px;
}

/*-----------------------------------------------+
+ Liste générique                                +
+-----------------------------------------------*/

.blockList-1 {
	margin-bottom:15px;
}
.blockList-1 .list .item {
	padding-left:16px;
	color:#252525;
	font-size:14px;
	line-height:20px;
}
.blockList-1 .list .item .innerItem {
	background: url("puce_list-1.gif") no-repeat 0 3px;
	padding-left:15px;
}


/*-----------------------------------------------+
+ Paragraphe générique                           +
+-----------------------------------------------*/

.hasParagraph p, 
.txt {
	text-align:justify;
	padding-bottom:15px;	
}

/*-----------------------------------------------+
+ Edito générique                                +
+-----------------------------------------------*/

.blockEdito {
	margin-bottom:15px;
}
.blockEdito .editoContent .blockPicture {
	display:block;
	float:right;
	margin:0 0 9px 18px;
}
.blockEdito .editoContent p.intro {
	font-weight:bold;
	font-size:1.1em;
}

/*-----------------------------------------------+
+ Article générique                                +
+-----------------------------------------------*/

.blockArticle {
	margin-bottom:15px;
}
.blockArticle p {
	text-align:justify;
	margin:0;
	padding:0 0 12px;
}
.blockArticle .articleHead p {
	font-style:italic;
	font-weight:bold;
}
.blockArticle .blockPicture {
	display:block;
	float:right;
	padding:2px;
	margin:0 0 9px 18px;
	border:2px solid #e8e8e8;
	background:#fff;
}
.blockArticle .blockPicture.left {
	float:left;
	margin:0 18px 9px 0;
}
.blockArticle .picture {
	display:block;
	float:left;
}

/*-----------------------------------------------+
+ Séparations                                    +
+-----------------------------------------------*/

.blockSeparator {
	display:block;
	margin:5px 0 0;
	border-top:1px solid #ddd;
	height:20px;
	background:none;
}
.blockEmptySpace {
	display:block;
	clear:both;
	overflow:hidden;
	margin:0;
	height:30px;
	background:none transparent;
}

/*-----------------------------------------------+
+ Bouton simple                                  +
+-----------------------------------------------*/

.btnLink-1 {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	text-decoration:none;
	margin-bottom:15px;
}
.btnLink-1 .innerLink-4 {
	background: url("puce_link-1.gif") no-repeat 0 5px;
	padding-left:10px;
}

/*-----------------------------------------------+
+ Téléchargement de fichier                      +
+-----------------------------------------------*/

.blockDownloadFile {
	margin-bottom:15px;	
	text-align:left;
}
.blockDownloadFile.left {
	text-align:left !important;
}
.blockDownloadFile.right {
	text-align:right !important;
}
.blockDownloadFile.center {
	text-align:center !important;
}

/*-----------------------------------------------+
+ Bouton 1 générique                             +
+-----------------------------------------------*/

.btnRoundedPosition-1 {
	margin-bottom:15px;	
	text-align:left;
}
.btnRoundedPosition-1.left {
	text-align:left !important;
}
.btnRoundedPosition-1.right {
	text-align:right !important;
}
.btnRoundedPosition-1.center {
	text-align:center !important;
}
.btnRounded-1 {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	white-space:nowrap;
	text-align:center;
	height:26px;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	text-shadow: 1px 1px 1px #404040;
	color:#fff;
}

.btnRounded-1 .innerLink-1,
.btnRounded-1 .innerLink-2,
.btnRounded-1 .innerLink-3 {
	background: url(bgd_btn-1-sprite.gif) no-repeat;
	height:26px;
	float:left;
}
.btnRounded-1 .innerLink-1 {
	background-position:0 -26px;	
	padding-left:7px;
}
.btnRounded-1 .innerLink-2 {
	background-position:right -52px;	
	padding-right:7px;
}
.btnRounded-1 .innerLink-3 {
	background-repeat:repeat-x;
	padding:0 6px 0 4px;
}
.btnRounded-1 .innerLink-4 {
	background: url(puce_link-2.gif) no-repeat 0 4px;
	padding-left:10px;
}

/*-----------------------------------------------+
+ Objet flash                                    +
+-----------------------------------------------*/

.blockFlashObject {
	margin:0 0 15px;
}
.blockFlashObject object {
	display:block;
	margin:0 auto;
}
.blockFlashObject.left object {
	margin:0;
	float:left;
}
.blockFlashObject.right object {
	margin:0;
	float:right;
}

/*-----------------------------------------------+
+ Vidéo Youtube                                  +
+-----------------------------------------------*/

.blockVideo {
	margin:0 0 15px;
}
.blockVideo .videoContent {
	display:block;
	margin:0 auto;
}
.blockVideo.left .videoContent {
	margin:0;
	float:left;
}
.blockVideo.right .videoContent {
	margin:0;
	float:right;
}

/*-----------------------------------------------+
+ Image seule                                    +
+-----------------------------------------------*/

.blockPicture {
	margin:0 0 15px;
}
.blockPicture .picture, 
.blockPicture .ui-wrapper {
	display:block;
	margin:0 auto !important;
	clear:both;
	top:auto !important;
	left:auto !important;
}
.blockPicture.left .picture, 
.blockPicture.left .ui-wrapper {
	margin:0 !important;
	float:left !important;
}
.blockPicture.right .picture, 
.blockPicture.right .ui-wrapper {
	margin:0 !important;
	float:right !important;
}
.blockPicture.center .picture, 
.blockPicture.center .ui-wrapper {
	display:block;
	margin:0 auto !important;
}
/* Mode edition si photo supprimée */
.editPicture {
	display:block;
	font-family:"Amaranth", Arial, Helvetica, sans-serif;
	color:#666;
	font-style:italic;
	font-size:16px;
	background:url(bgd_editpicture.png) no-repeat 7px 9px rgba(255,255,255,0.8);
	padding:5px 5px 5px 60px;
	border:1px dashed #ddd;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:16px;
	min-height:38px;
	height:auto !important;
	height:38px;
	cursor:pointer;
}
.editPicture .line {
	display:block;
	text-shadow:1px 1px 0 #fff;
}
.editPicture .line-1 {
	padding-top:4px;
}
.editPicture .line-2 {
	font-size:14px;
}

/*-----------------------------------------------+
+ Galerie                                        +
+-----------------------------------------------*/

.blockGallery {
	margin-bottom:14px;
}
.blockGallery .tabGallery .cell {
	padding:3px;
	text-align:center;
	vertical-align:middle;
}
.blockGallery .tabGallery .cell .itemGallery {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	border:1px solid #ddd;
	background:#fff;
	padding:1px;
}
.blockGallery .tabGallery .cell .itemGallery:hover {
	border:1px solid #aaa;
}
.blockGallery .tabGallery .cell .itemGallery .imgGallery {
	display:block;
	margin:0 auto;
}

/*-----------------------------------------------+
+ Caroussel générique                                +
+-----------------------------------------------*/

.blockCarousel {
	margin-bottom:15px;
}
.blockCarousel .next, 
.blockCarousel .prev {
	display:block;
	float:left;
	width:30px;
	height:96px;
}
.blockCarousel .next {
	background: url(arrow_slide-right.gif) no-repeat center center #edebeb;
	float:right;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}
.blockCarousel .prev {
	background: url(arrow_slide-left.gif) no-repeat center center #edebeb;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
.blockCarousel .next span, 
.blockCarousel .prev span {
	display:none;
}
.blockCarousel .carouselContent { /* width grid_12 */
	float: left;
	overflow: hidden;
	padding: 0 5px;
	width:870px;
	height:96px;
}
.blockCarousel .carouselContent .contentInner {
	width:5000px;
}
.blockCarousel .carouselContent .linkImg {
	display:block;
	float: left;
	height:96px;
	overflow:hidden;
	padding:0 8px 0 0;
}
.blockCarousel .carouselContent .linkImg img {
	border: 3px solid #E8E8E8;
	display: block;
	float:left;
}
	/* Autres width */
.grid_11 .blockCarousel .carouselContent { width:790px; }
.grid_10 .blockCarousel .carouselContent { width:710px; }
.grid_9 .blockCarousel .carouselContent { width:630px; }
.grid_8 .blockCarousel .carouselContent { width:550px; }
.grid_7 .blockCarousel .carouselContent { width:470px; }
.grid_6 .blockCarousel .carouselContent { width:390px; }
.grid_5 .blockCarousel .carouselContent { width:230px; }
.grid_4 .blockCarousel .carouselContent { width:150px; }
.grid_3 .blockCarousel .carouselContent { width:70px; }

/*-----------------------------------------------+
+ Réseaux sociaux                                +
+-----------------------------------------------*/

/* Base */
.blockSocialNetwork {
	margin:0 0 11px;
}
.blockSocialNetwork .listSocial .btnSocial {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	background:url(bgd_btnsocial-shadow.png) no-repeat right bottom;
	height:46px;
	color:#777;
	font-size:14px;
	font-weight:bold;
	margin:0 4px 5px 0;
	padding:0 0 4px;
}
.blockSocialNetwork .listSocial .btnSocial:hover {
	color:#444;
	background-position:0 -46px;
}
.blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	display:block;
	float:left;
	border:1px solid #ddd;
	padding:7px 13px 5px 7px;
	-moz-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
}
.blockSocialNetwork .listSocial .btnSocial:hover .innerLink-1 {
	border:1px solid #bbb;
}
.blockSocialNetwork .listSocial .btnSocial .innerLink-4 {
	float:left;
	background:none no-repeat 0 center;
	height:32px;
	line-height:32px;
	padding:0 0 0 38px;
}
.blockSocialNetwork .listSocial .btnSocial.isFacebook .innerLink-4 {
	background-image:url(facebook_32.png);
}
.blockSocialNetwork .listSocial .btnSocial.isGooglePlus .innerLink-4 {
	background-image:url(google_plus_32.png);
}
.blockSocialNetwork .listSocial .btnSocial.isTwitter .innerLink-4 {
	background-image:url(twitter_32.png);
}
.blockSocialNetwork .listSocial .btnSocial.isLinkedIn .innerLink-4 {
	background-image:url(linkedin_32.png);
}
.blockSocialNetwork .listSocial .btnSocial.isViadeo .innerLink-4 {
	background-image:url(viadeo_32.png);
}

/* Selon grid */
.grid_1 .blockSocialNetwork .listSocial .btnSocial, 
.grid_2 .blockSocialNetwork .listSocial .btnSocial, 
.grid_3 .blockSocialNetwork .listSocial .btnSocial {
	display:block;
	margin-right:0;
	width:auto !important;
}
.grid_1 .blockSocialNetwork .listSocial .btnSocial .innerLink-1, 
.grid_2 .blockSocialNetwork .listSocial .btnSocial .innerLink-1, 
.grid_3 .blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	float:none;
	width:auto !important;
}
.grid_4 .blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	float:none;
	width:120px;
}
.grid_5 .blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	float:none;
	width:160px;
}
.grid_6 .blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	float:none;
	width:123px;
}
.grid_7 .blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	width:150px;
}
.grid_8 .blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	width:125px;
}
.grid_9 .blockSocialNetwork .listSocial .btnSocial .innerLink-1 {
	width:110px;
}

/* Selon l'emplacement */
.blockFooter .blockSocialNetwork .title {
	float:left;
	margin-right:12px;
}
.blockFooter .blockSocialNetwork .listSocial {
	float:left;
}
.blockFooter .blockSocialNetwork .btnSocial {
	background:none;
	margin-right:12px;
	height:auto;
	padding:0;
}
.blockFooter .blockSocialNetwork.noText .btnSocial {
	margin-right:0;
}
.blockFooter .blockSocialNetwork .btnSocial .innerLink-1, 
.blockFooter .blockSocialNetwork .btnSocial:hover .innerLink-1 {
	background:none;
	padding:0;
	border:0;
}
.blockFooter .blockSocialNetwork .btnSocial .innerLink-4 {
	height:24px;
	line-height:24px;
	padding-left:30px;
}
.blockFooter .blockSocialNetwork .listSocial .btnSocial.isFacebook .innerLink-4 {
	background-image:url(facebook_24.png);
}
.blockFooter .blockSocialNetwork .listSocial .btnSocial.isGooglePlus .innerLink-4 {
	background-image:url(google_plus_24.png);
}
.blockFooter .blockSocialNetwork .listSocial .btnSocial.isTwitter .innerLink-4 {
	background-image:url(twitter_24.png);
}
.blockFooter .blockSocialNetwork .listSocial .btnSocial.isLinkedIn .innerLink-4 {
	background-image:url(linkedin_24.png);
}
.blockFooter .blockSocialNetwork .listSocial .btnSocial.isViadeo .innerLink-4 {
	background-image:url(viadeo_24.png);
}

/* Sans texte */
.blockSocialNetwork.noText .listSocial .btnSocial {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	background:none;
	height:auto;
	padding:0;
}
.blockSocialNetwork.noText .listSocial .btnSocial .innerLink-1 {
	width:auto !important;
	border:0;
	padding:0;
}
.blockSocialNetwork.noText .listSocial .btnSocial .innerLink-4 {
	font-size:0;
	text-indent:-999px;
}

/*-----------------------------------------------+
+ FORMULAIRE                                     +
+-----------------------------------------------*/

form input.text, 
form textarea {
	background:#fff;
	font-size:13px;
	border:1px solid #adadad;
	padding:0 5px;
	color:#555;
	width:170px;
	height:27px;
	line-height:27px;
	-moz-border-radius:3px;
	border-radius:3px;
}
form textarea {
	overflow:auto;
	width:98%;
	height:130px;
}
form select {
	background:#fff;
	padding:3px;
	border:1px solid #adadad;
	font-size:13px;
	color:#666;
	-moz-border-radius:3px;
	border-radius:3px;
}
form input.checkbox {
	padding:0;
	border:0;
	width:auto;
	vertical-align:middle;
}
form input.radio {
	padding:0;
	border:0;
	width:auto;
	vertical-align:bottom;
}
form .requiredFields {
	color:#ee5301;
}
/*form .fieldOk {
	background:url(bgd_formfieldvalidate-ok.gif) no-repeat right bottom;
	width:18px;
	height:21px;
	display:block;
	float:left;
	padding:1px 0 0 4px;
	cursor:help;
	text-indent:-99999px;
	font-size:0;
	color:#fff;
}
form .fieldOk span {
	display:none;
}
form .fieldError {
	background:url(bgd_formfieldvalidate-error.gif) no-repeat right bottom;
	width:18px;
	height:21px;
	display:block;
	float:left;
	padding:1px 0 0 4px;
	cursor:help;
	text-indent:-99999px;
	font-size:0;
	color:#fff;
}
form .fieldError span {
	display:none;
}*/
form .fieldError {
	display:block;
	font-size:11px;
	padding:3px 0 0 2px;
	color:#e00808;
}
form input.error {
	border:1px solid #e00808;
}
form select.error {
	border:1px solid #e00808;
}
form .fieldComment {
	color:#666;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
	display:block;
	font-size:11px;
}

.blockTabForm table {
	width:100%;
}
.blockTabForm table tbody td {
	vertical-align:top;
	text-align:left;
	padding:9px;
}
.blockTabForm table tbody td.label {
	font-weight:bold;
	font-size:13px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	padding-top:15px;
	line-height:15px;
}
.blockTabForm table tbody tr.labelTop td.label {
	vertical-align:top;
}
.blockTabForm table tbody td label {
	display:block;
	float:left;
}
.blockTabForm div#upload_files_request label {
	float: none;
}
.blockTabForm table tbody td.label label {
	display:inline;
	float:none;
	width:auto;
}

.blockSubmit {
	text-align:right;
	padding:12px 0;
}
.blockSubmit input.submit {
	color:#fff;
	background:url(bgd_btnround-1.gif) repeat-x 0 -56px;
	height:28px;
	padding:0 8px;
	cursor:pointer;
	text-transform:uppercase;
	font-size:11px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.blockTabForm .blockCgu {
	padding:20px 0 10px 4px;
}
.blockTabForm .blockCgu a {
	color:#ff8303;
	text-decoration:underline;
}

/*
.blockSubmit button {
	display:-moz-inline-box; 
	display:inline-block;
	white-space:nowrap; 
	text-align:center; 
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer; 
	border:0; 
	padding:0;
	margin:0;
	background: none;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	height:22px;	
	color: #fff;
}

.blockSubmit button .inner-1 {
	background: url(bgd_blockButtonRight_02.png) no-repeat right 0;
	padding: 2px 0;
}

.blockSubmit button .inner-1 .inner-2 {
	background: url(bgd_blockButtonLeft_02.png) no-repeat left 0;
	padding: 2px 15px;
}

.blockSubmit button .inner-1 .inner-2 .inner-3 {
	background: none;
	padding:0;
}

.blockSubmit button .inner-1 .inner-2 .inner-3 .inner-4 {
	font-size:12px;
	color: #fff;
	white-space:nowrap; 
	text-align:center; 
	text-transform:uppercase;
}
*/

/*-----------------------------------------------+
+ Flux RSS                                       +
+-----------------------------------------------*/

.blockRSSFeed {
	margin-bottom:15px;
}
/*.blockRSSFeed .title {
	margin:0 0 4px;
}*/
.blockRSSFeed .itemNews {
	padding:10px 0 0;
	margin:10px 0 0;
	border-top:1px dotted #dedede;
}
.blockRSSFeed .itemNews .titleNews {
	margin:0 0 4px;
}
.blockRSSFeed .itemNews .titleNews .link {
	text-decoration:none;
}
.blockRSSFeed .itemNews .news {
	padding:0 0 5px;
	text-align:justify;
	clear:both;
}
.blockRSSFeed .itemNews .news .link {
	text-decoration:none;
	color:#444;
}
.blockRSSFeed .itemNews .news .date {
	color:#666;
	font-style:italic;
}
.blockRSSFeed .itemNews img, 
.blockRSSFeed .itemNews img.alignright {
	float:right;
	display:block;
	width:30%;
	height:auto;
	margin:0 0 8px 12px;
	border:1px solid #bbb;
	padding:1px;
}
.blockRSSFeed .itemNews img.alignleft {
	float:left;
	display:block;
	margin:0 12px 8px 0;
	border:1px solid #bbb;
	padding:1px;
}
.blockRSSFeed .itemNews .btnMore {
	display:block;
	float:right;
	font-size:12px;
	text-decoration:none;
}
.blockRSSFeed .itemNews .btnMore .puce {
	display:block;
	float:left;
	background:url(puce_link-1.gif) no-repeat 0 center;
	padding:0 0 0 9px;
}
.grid_5 .blockRSSFeed .itemNews .btnMore, 
.grid_4 .blockRSSFeed .itemNews .btnMore, 
.grid_3 .blockRSSFeed .itemNews .btnMore, 
.grid_2 .blockRSSFeed .itemNews .btnMore {
	clear:both;
	margin:8px 0 0;
}
/*-----------------------------------------------+
+ Meteo                                          +
+-----------------------------------------------*/

.CSWWeather {
	margin-bottom:15px;
}
.CSWWeather .day {
	display:block;
	float:left;
	padding:4px 12px;
	text-align:center;
	border-right:1px solid #ddd;
	min-height:85px;
	height:auto !important;
	height:85px;
}
.CSWWeather .day.last {
	border-right:0;
	padding-right:0;
}
.CSWWeather .day .daytime {
	padding:0 0 4px;
	text-transform:uppercase;
	font-size:12px;
	color:#999;
	font-weight:bold;
}
.CSWWeather .day .visual img {
	display:block;
	margin:0 auto;
}
.CSWWeather .day .temperatures {
	font-size:12px;
	color:#777;
}
.CSWWeather .today {
	padding-left:0;
	text-align:left;
}
.CSWWeather .tomorrow {
	padding-left:12px;
	text-align:left;
}
.CSWWeather .today .daytime {
	clear:both;
	padding:0 0 4px;
	text-transform:uppercase;
	font-size:12px;
	color:#666;
	font-weight:bold;
}
.CSWWeather .today .daytime .hour {
	color:#888;
}
.CSWWeather .today .visual {
	float:left;
}
.CSWWeather .today .infos {
	float:left;
	padding:6px 0 0 10px;
}
.CSWWeather .today .city {
	font-size:11px;
	color:#555;
	padding:0 0 2px;
	text-transform:uppercase;
}
.CSWWeather .today .celebrate {
	font-size:12px;
	color:#777;
	padding:4px 0 0;
	font-style:italic;
}
/* Selon grid */
.grid_12 .CSWWeather .day { width:120px; }
.grid_12 .CSWWeather .day-3 { padding-right:0; border-right:0; }
.grid_12 .CSWWeather .today { width:240px; }
.grid_12 .CSWWeather .today .infos { width:180px; }

.grid_11 .CSWWeather .day { width:100px; }
.grid_11 .CSWWeather .day-3 { padding-right:0; border-right:0; }
.grid_11 .CSWWeather .today { width:230px; }
.grid_11 .CSWWeather .today .infos { width:170px; }

.grid_10 .CSWWeather .day { width:75px; }
.grid_10 .CSWWeather .day-3 { padding-right:0; border-right:0; }
.grid_10 .CSWWeather .today { width:225px; }
.grid_10 .CSWWeather .today .infos { width:165px; }

.grid_9 .CSWWeather .day { width:70px; }
.grid_9 .CSWWeather .day-3 { padding-right:0; border-right:0; }
.grid_9 .CSWWeather .today { width:195px; }
.grid_9 .CSWWeather .today .infos { width:135px; }

.grid_8 .CSWWeather .day { width:60px; }
.grid_8 .CSWWeather .day-3 { padding-right:0; border-right:0; }
.grid_8 .CSWWeather .today { width:170px; }
.grid_8 .CSWWeather .today .infos { width:110px; }

.grid_7 .CSWWeather .day { width:60px; }
.grid_7 .CSWWeather .day-3 { display:none; }
.grid_7 .CSWWeather .day-2 { padding-right:0; border-right:0; }
.grid_7 .CSWWeather .today { width:170px; }
.grid_7 .CSWWeather .today .infos { width:110px; }

.grid_6 .CSWWeather .day { width:60px; }
.grid_6 .CSWWeather .day-3 { padding-right:0; border-right:0; }
.grid_6 .CSWWeather .today { width:205px; }
.grid_6 .CSWWeather .today .infos { width:145px; }

.grid_5 .CSWWeather .day { width:60px; }
.grid_5 .CSWWeather .day-3 { display:none; }
.grid_5 .CSWWeather .day-2 { padding-right:0; border-right:0; }
.grid_5 .CSWWeather .today { width:210px; }
.grid_5 .CSWWeather .today .infos { width:150px; }

.grid_4 .CSWWeather .day { width:60px; }
.grid_4 .CSWWeather .day-3 { display:none; }
.grid_4 .CSWWeather .day-2 { display:none; }
.grid_4 .CSWWeather .day-1 { padding-right:0; border-right:0; }
.grid_4 .CSWWeather .today { width:215px; }
.grid_4 .CSWWeather .today .infos { width:155px; }

.grid_3 .CSWWeather .day { width:60px; }
.grid_3 .CSWWeather .day-3 { display:none; }
.grid_3 .CSWWeather .day-2 { display:none; }
.grid_3 .CSWWeather .day-1 { padding-right:0; border-right:0; }
.grid_3 .CSWWeather .today { width:135px; }
.grid_3 .CSWWeather .today .infos { width:75px; }
.grid_3 .CSWWeather .today .daytime .hour { display:none; }
.grid_3 .CSWWeather .today .infos .celebrate { display:none; }

.grid_2 .CSWWeather .day { display:none; }
.grid_2 .CSWWeather .today { display:block; width:140px; padding-right:0; border-right:0; }
.grid_2 .CSWWeather .today .infos { width:80px; }
.grid_2 .CSWWeather .today .daytime .hour { display:none; }
.grid_2 .CSWWeather .today .infos .celebrate { display:none; }

.grid_1 .CSWWeather .day { display:none; text-align:center; }
.grid_1 .CSWWeather .today { display:block; width:60px; padding-right:0; border-right:0; }
.grid_1 .CSWWeather .today .visual { float:none; }
.grid_1 .CSWWeather .today .temperatures { clear:both; }



/*-----------------------------------------------+
+          Ajustement livePreview                +
+-----------------------------------------------*/

.popupLivePreview .blockTabForm table tbody td {
	padding:4px 6px;
}
.popupLivePreview .blockGoogleMap {
	background:url(preview_googlemap.png) no-repeat;
	width:660px;
	height:475px;
	font-size:0;
	color:#fff;
	text-indent:-9999px;
	overflow:hidden;
	-moz-border-radius:6px;
	border-radius:6px;
}
.popupLivePreview .blockGallery .galleryContent {
	background:url(preview_gallery.png) no-repeat;
	width:300px;
	height:200px;
}
.popupLivePreview .blockGallery table {
	display:none;
}
.popupLivePreview .CSWVideo {
	background:url(preview_video-youtube.png) no-repeat;
	width:480px;
	height:272px;
}
.popupLivePreview .CSWVideo div {
	display:none;
}
.popupLivePreview .blockFlashObject {
	background:url(preview_flash.png) no-repeat;
	width:360px;
	height:258px;
}
.popupLivePreview .blockFlashObject * {
	display:none;
}

/*-----------------------------------------------+
+          Pub Viaduc sites Gratuits             +
+-----------------------------------------------*/

.blockAd {
	display:none !important;
	position:fixed;
	bottom:0;
	left:0;
}
.blockAd .blockAdContent {
	background:url(bgd_blockAd-content.png) no-repeat;
	width:301px;
	height:276px;
	float:left;
}
.blockAd .blockAdContent .txtBuy {
	display:none;
}
.blockAd .blockAdNav {
	width:37px;
	height:276px;
	float:left;
}
.blockAd .blockAdNav .close {
	display:block;
	background:url(bgd_blockAd-close.png) no-repeat;
	width:37px;
	height:276px;
}
.blockAd .blockAdNav .open {
	display:block;
	background:url(bgd_blockAd-open.png) no-repeat;
	width:37px;
	height:276px;
}
.blockAd .blockAdNav .txtOpenClose {
	display:none;
}

