/* Color */
h1, h2, a, .action, .legendindex, .sideh3, .puce, .colorhard, legend, #navhoriz li > a, .colorMenuHaut,.arrow_nav_mobile{
	color: rgb(0, 83, 189);
}
footer a, .colortitle{
	color: rgb(232, 238, 243);
}
.colorlight,.activelienPage,.infoTooltip,.btn,.btnshort,.btncolor{
	color: rgb(249, 252, 255);
}

/* Back-ground color */
.bgcolortitle, .nav_mobile, #icon_nav_mobile_title{
	background: rgb(102,182,252); /* Old browsers; */
	background: -moz-linear-gradient(top,  rgb(178,225,255) 0%, rgb(102,182,252) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(178,225,255)), color-stop(100%,rgb(102,182,252))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(178,225,255) 0%,rgb(102,182,252) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(178,225,255) 0%,rgb(102,182,252) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(178,225,255) 0%,rgb(102,182,252) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(178,225,255) 0%,rgb(102,182,252) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
}
.bgcolorhard, .DynarchCalendar-topBar,
.DynarchCalendar-bottomBar,
.DynarchCalendar-focused .DynarchCalendar-topBar,
.DynarchCalendar-focused .DynarchCalendar-bottomBar, footer,body{
	background: rgb(102,182,252);
}
.btn,.btnshort,.btncolor{
	background: rgb(0, 83, 189);
}
.btn:hover,.btnshort:hover,.btncolor:hover{
	background: rgb(31, 115, 222);
}
fieldset, .bglightwhite, .DynarchCalendar-dayNames, .DynarchCalendar-day-selected, .DynarchCalendar-day-today.DynarchCalendar-day-selected{
	background: rgb(246, 249, 255);
}
#blocPrimaire, .bgcolorbprimaire{
	background: rgb(236, 244, 255);
	/*background: rgba(236, 244, 255, 0);*/
}
/*#blocSecondaire{
	background: rgb(236, 244, 255);
	background: rgba(236, 244, 255, 0.5);
}*/

.bglightonhover:hover{
	background: rgb(232, 242, 255);
}
#menu, #blocConnected, .bgcolorside, .bgcolormiddle, .bgonhover:hover{
	background: rgb(218, 236, 255);
}
.bgcolormiddledark, #navhoriz li:hover > a, ul.nav_mobile li a:hover, .arrow_nav_mobile:hover, .bgcolornav1:hover, .bgcolornavselect{
	background: rgb(137, 199, 255);
}
#menuhoriz,.bgcolornav,.bgcolormiddlehard,.DynarchCalendar,.DynarchCalendar-focused,ul.subnav_mobile li a,.title_nav_mobile{
	background: rgb(160, 209, 253);
}
.lienPage:hover {
	background: rgb(208, 226, 241);
}
.infoTooltip {
	background: rgb(51,144,220);
}
.activelienPage {
	background: rgb(51,144,220);
}

/* Border */
fieldset, .lienPage, .activelienPage, .borderdark {
	border-color: rgb(51,144,220);
}
.displayProfilTooltip, .displayLastCommentsTooltip, .displayCommentTooltip, .borderhard, .borderonhover:hover {
	border-color: rgb(102,182,252);
}
.borderbody {
	border-color: rgb(246, 249, 255);
}
.borderbottom {
	border-color: rgb(102,182,252);
}
.borderbottomdouble {
	border-color: rgb(102,182,252);
}
.borderright {
	border-color: rgb(100, 168, 223);
}
.btn,.btnshort,.btncolor{
	border-color: rgb(0, 83, 189);
}