@CHARSET "UTF-8";

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 4, 2011 */
@font-face {
	font-family: 'BodoniSerialBlackRegular';
	src: url('../font/bodoni-serial-black-regular-webfont.eot');
	src: url('../font/bodoni-serial-black-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/bodoni-serial-black-regular-webfont.woff') format('woff'),
		url('../font/bodoni-serial-black-regular-webfont.ttf')
		format('truetype'),
		url('../font/bodoni-serial-black-regular-webfont.svg#BodoniSerialBlackRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #A2A2A2;
	margin: 8px;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	margin: 11px 0;
}

img {
	border: none;
}

a {
	color: #0093A8;
}

/* Regular clearing
   apply to column that should drop below previous ones. */
.clear {
	clear: both;
}

.image_left {
	float: left;
	margin: 0 25px 10px 0;
}

.image_right {
	float: right;
	margin: 0 0 10px 21px;
}

.small {
	font-size: 0.9em;
}

.emphase {
	color: #0093A8;
	font-weight: bold;
}

.highlight {
	background: #046878 url(../images/bg_blue.gif) top left repeat-x;
	color: #fff;
	display: inline-block;
	padding: 3px;
	line-height: 1em;
}

.lettre_cap {
	color: #005B73;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.lettre_moy {
	color: #0094AC;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

a.highlight {
	background-image: url(../images/bg_grey.gif);
	background-color: #b3b3b3;
	text-decoration: none;
	font-weight: bold;
}

a.highlight:HOVER {
	background-image: url(../images/bg_blue.gif);
	background-color: #046878;
}

.wrap {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after,
.item-page:after,
.item:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix,
.item-page,
.item {
	display: block;
}

/*** LAYOUTS ***/
#header,#footer,#main {
	margin: 0 auto;
	width: 980px;
}

#main {
	background: #f6f6f6;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 15px #ddd;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
	border: 1px solid #dcdcdc;
}

#header {
	position: relative;
	height: 90px;
}

#logo {
	position: absolute;
	top: 0;
	left: -38px;
	margin: 0;
	padding: 0;
}

#top {
	position: absolute;
	top: 0;
	left: 160px;
	text-transform: uppercase;
}

#langs {
	position: absolute;
	right: 10px;
	bottom: 16px;
}

#mainnav {
	padding: 20px 0;
}

#footer {
	margin-top: 30px;
	margin-bottom: 30px;
}

#secondnav ul {
	list-style: none;
	text-align: center;
}

#secondnav li {
	display: inline-block;
	margin: 0 10px;
}

#secondnav li a {
	color: #A2A2A2;
	font-size: 10px;
}

#main_inside {
	background: #fff;
	margin: 14px;
	padding-bottom: 1px;
}

#content {
	padding: 20px;
	line-height: 1.5em;
	min-height: 490px;
}

#content.home {
	padding: 0;
	height: 490px;
	width: 900px;
	margin: 0 auto 25px auto;
	position: relative;
	background-color: #004AA1;
	background-repeat: no-repeat;
}

#content.home h2 {
	font-size: 15px;
	margin: 0;
	color: #fff;
}

#content.home h1 {
	font-size: 18px;
	margin: 0;
	color: #fff;
}

#content.home a {
	color: #fff;
}

#content.home.fr {
	background-image: url(../images/fr/home.jpeg);
}

#content.home.en {
	background-image: url(../images/en/home.jpg);
}

#content.home.de {
	background-image: url(../images/de/home.jpg);
}

#content.home.it {
	background-image: url(../images/it/home.jpg);
}

#content.home div.item-page {
	position: absolute;
	color: #fff;
	width: 430px;
	text-align: justify;
	font-size: 13px;
	top: 255px;
	right: 16px;
}

#content h1 {
	color: #005b73;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px 0;
	font-family: BodoniSerialBlackRegular, serif;
	letter-spacing: 1px;
	line-height: 1.2em;
}

#content h2 {
	color: #0094AC;
	font-size: 14px;
	font-weight: bold;
	margin: 11px 0;
}

#content h3 {
	color: #0094AC;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
}

#content h3 .emphase {
	color: #005B73;
	font-weight: bold;
	text-transform: uppercase;
}

#content a.emphase {
	text-decoration: none;
	display: inline-block;
	padding: 3px;
}

#content p {
	margin: 0 0 13px 0;
}

#content table td {
	padding: 8px;
}

#content.with-left-module .item-page {
	float: left;
	width: 700px;
	margin-left: 20px;
}

#content-left {
	float: left;
	width: 150px;
}

#button span {
  background: #0094ac;
  background-image: -webkit-linear-gradient(top, #0094ac, #ffffff);
  background-image: -moz-linear-gradient(top, #0094ac, #ffffff);
  background-image: -ms-linear-gradient(top, #0094ac, #ffffff);
  background-image: -o-linear-gradient(top, #0094ac, #b8f3fc);
  background-image: linear-gradient(to bottom, #0094ac, #b8f3fc);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 60px;
  text-shadow: 2px 3px 1px #0094ac;
  font-family: Arial,sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}



#button span:hover {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #f7f7f7, #0094ac);
  background-image: -moz-linear-gradient(top, #f7f7f7, #0094ac);
  background-image: -ms-linear-gradient(top, #f7f7f7, #0094ac);
  background-image: -o-linear-gradient(top, #f7f7f7, #0094ac);
  background-image: linear-gradient(to bottom, #f7f7f7, #0094ac);
  text-decoration: none; 
}

#call-to-action {
    color: #005b73;
    font-family: BodoniSerialBlackRegular,serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 20px 0;
    overflow: hidden;
}


/*** Categories list **/
#content .categories-list ul {
	list-style: none;
}

#content .categories-list li {
	margin-bottom: 1.5em;
}

#content .categories-list li a {
	font-size: 1.4em;
}

#content .categories-list dl dt, 
#content .categories-list dl dd {
  margin: 0;
  display: inline-block;
}

#content .categories-list dl dd {
  margin-left : 10px;
}

/*** Article list ***/

#content .items-row {
	margin-bottom: 2em;
}

/* ++++++++++++++  pagination  ++++++++++++++ */
#content .pagination {
	margin: 10px 0;
	padding: 10px 0 10px 0px;
}

#content .pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content .pagination li {
	display: inline;
	padding: 2px 5px;
	text-align: left;
	border: solid 0px #eee;
	margin: 0 2px
}

.pagenav {
	padding: 2px
}

#content .pagination li.pagination-start,
#content .pagination li.pagination-next,
#content .pagination li.pagination-end,
#content .pagination li.pagination-prev {
	border: 0
}

#content .pagination li.pagination-start,
#content .pagination li.pagination-start  span {
	padding: 0
}

p.counter {
	font-weight: bold;
}

#content ul.pagenav {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

ul.pagenav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 2em;
}

ul.pagenav li.pagenav-prev {
  float: left;
}

ul.pagenav li.pagenav-next {
  float: right;
}

ul.pagenav li a {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #CCCCCC;
  display: inline;
  padding: 2px;
  text-decoration: none;
}


/*** Breadcrumb ***/
.breadcrumbs {
	padding: 0 20px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:HOVER {
	text-decoration: underline;
}


/*** PDF LIST ***/
ul.pdf {
	padding: 0;
	list-style: none;
}

ul.pdf li {
	padding-left: 25px;
	background: url(../images/pdf_button.png) left center no-repeat;
	margin-bottom: 12px;
}

ul.pdf li a {
	display: inline-block;
	background: url(../images/bg_grey.gif) center bottom repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding: 0 5px;
}

ul.pdf li a:hover {
	background-image: url(../images/bg_blue.gif);
}

/*** Simple SlideShow ***/
.besps_holder {
	margin: 0 !important;
	margin-left: 25px !important;
}

/**** AiContactsafe *******/
#aiContactSafeForm {
	color: #888;
}

#aiContactSafeForm select,#aiContactSafeForm input {
	margin: 0 5px;
}

.aiContactSafe_row {
	margin-bottom: 10px;
}

#aiContactSafe_info {
	font-size: 1.1em;
	margin-bottom: 15px;
}

.aiContactSafe_contact_form_field_label_left {
	float: left;
	width: 200px;
}

.aiContactSafe_contact_form_field_right {
	margin-left: 200px;
}

.aiContactSafe_label:after {
	content: " : ";
}

/*** Mod_languages ***/
div.mod-languages li {
	margin: 0;
}
/** Modification CyberCité 16-05-2014 **/
#content span.h2cyber {
    color: #0094AC;
    font-size: 14px;
    font-weight: bold;
    margin: 11px 0;
}


#content h2.cyberh3 {
    color: #0094AC;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}
#content h2.cyberh3 .emphase {
    color: #005B73;
    font-weight: bold;
    text-transform: uppercase;
}
/** Fin Modification CyberCité 16-05-2014 **/

/* Ajout du style pour le menu aleatoire footer */
div#footerrandom {
text-align:center;
font-size:10px;
}
div#footerrandom a {
color: #A2A2A2;
text-decoration:none;
}