/* @override http://www.groupe-gpv.com/2012/css/layout.css */

@charset "ISO-8859-1";
@import url("styles.css");

* {
	margin:0;
	padding:0;
}

html,body {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	color:#333;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	background-color: #eee;
}


#container {
	width: 1000px;
	position: relative;
	min-height: 100%;
	text-align:left;
	background-image: url(../img/containerBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper {
	padding-right: 15px;
	padding-left: 40px;
	background-color: #fff;
	background-image: url(../img/containerBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/*
#header {
	background-image: url(../img/headerBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
*/
#header .logo {
	display: block;
	width: 180px;
}
#header .logo img {
	padding-top: 8px;
}

/* SELECTEUR DE LANGUE, MASQUE */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
#header p.english a, #header p.french a {
	background-image: url(../img/englishFlag.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: none;
	color: #666;
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 55px;
	padding-right: 22px;
}
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */


#header p.french a {
	background-image: url(../img/frenchFlag.gif);
	}


#header p.english a:hover, #header p.french a:hover {
	color:#ED1820;
}

#header .menubar {
	background-color:#008B75;
	height: 25px;
	margin-top: 12px;
	background-image: url(../img/menubarBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header .menubar li {
	float: left;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#header .menubar li a {
	color: #fff;
	text-decoration:none;
	font-size: 12px;
}
#header .menubar li.home {
	padding-right: 120px;
}
#header .menubar li a.active {
	color: #F0F7EE;
}
#header .menubar li a.opened {
	color: #B1D3A4;
	font-weight: bold;
}
#header .menubar li a:hover {
	color: #E5F3D3;
}

img, fieldset {border:none;}

p {
	line-height:130%;
}

dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

#centre {
	margin: 20px 0;
	background-image: url(../img/centreBg.gif);
	background-repeat: repeat-y;
	background-position: 13px;
}

#footer {
	background-color: #eee;
	position: relative;
	bottom: 0px;
	width: 924px;
	color: #ccc;
	margin-top: 30px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#footer a {
	font-size:10px;
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
}
div.leftCol {
	float: left;
	width: 175px;
	color: #666666;
}

div.page {
	width: 500px;
	float: left;
	margin-left: 20px;
}

div.rightCol {
	float: left;
	margin-left: 36px;
	width: 212px;
}


#applesearch {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
}
#applesearch span {
	float: left;
}

#applesearch .sbox_l  {
	background: white url('../img/srch_l.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch .sbox input {
	float: left;
	border: 0;
	height: 19px;
	width: 150px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
	background-color: white;
	background-image: url(../img/srchBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#applesearch label {
	display: block;
	margin-bottom: 3px;
}
#applesearch p {
	color: #999;
}

#applesearch input.srchBt {
	width: 28px;
	height: 19px;
	background: #fff url(../img/srchBt.gif) no-repeat;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}

.hidden {
	display: none;
	}




/* HOMEPAGE STYLES */


div.leftCol h1 {
	color: #ED1820;
	font-size: 15px;
	margin-bottom: 4px;
}
div.leftCol a {
	color: #4F6F92;
}
div.leftCol a:hover {
	color: #ED1820;
}
div.leftCol ul.news {
	margin: 20px 0;
}
div.leftCol ul.news li {
	background-image:url(../img/arrowGrey.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 22px;
	margin-bottom: 12px;
}
div.leftCol ul.news a {
	color: #6D9CB5;
}
div.leftCol ul.news a:hover {
	color: #ED1820;
}

div.leftCol p {
	line-height: 1.6em;
	padding-right: 15px;
}

div.leftCol #type legend {
	font-size: 12px;
	display: block;
	padding-bottom: 16px;
}
div.leftCol #type div {
	margin-bottom: 16px;
}
div.leftCol #type .envoi {
	display: none;
}



div.page h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ED1820;
	background-image: url(../img/diags.gif);
	background-repeat: repeat;
}
div.page h2 span {
	background-color:#fff;
}

.home div.searchAppli {
	background-image:url(../img/searchAppliBg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.home div.searchAppli label {
	font-size: 12px;
}
.home div.searchAppli select {
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004C74;
	padding: 2px;
	border: 1px solid #7F9DB9;
}


.rightCol div.searchAppli {
	margin: 12px 0;
}
.rightCol div.searchAppli label {
	background-image: url(../img/searchAppliBg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
	padding: 6px 3px;
	display: block;
}

.rightCol div.searchAppli select {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004C74;
	padding: 2px;
	border: 1px solid #7F9DB9;
}

div.gammes {
	margin-top: 12px;
	margin-bottom: 18px;
}
div.gammes p {
	float: left;
	margin-left: 13px;
}

div.reseau {
	float: left;
	width: 163px;
}


div.reseau h4, div.consoguide h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004C74;
	margin-bottom: 12px;
}
div.reseau p {
	margin-top: 10px;
}
div.reseau a, div.consoguide a {
	color: #6D9CB5;
}

div.consoguide {
	float: left;
	background-image: url(../img/dots.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	width: 320px;
}
div.consoguide p {
	margin-bottom: 8px;
}



#news {
	min-height: 50px;
}
#news li {
  display:none;
}

html:not([lang*=""]) #news li { /* hack Gecko (Firefox, Netscape) */
  display:block;
}


.newsticker {
}


div.newsgpv {
	margin-top: 20px;
	background-image: url(../img/newsgpvBgTop.gif);
	background-repeat: no-repeat;
}

div.newsgpv h3 {
	background-image: url(../img/gpvnewsBg.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 8px;
	padding-top: 8px;
}
div.newsgpv ul {
	padding-bottom: 12px;
	background-image: url(../img/newsgpvBgBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.newsgpv li {
	background-image: url(../img/arrowGrey.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
}
div.newsgpv li a {
	color: #000;
	text-decoration:none;
}
div.newsgpv li a:hover {
	color: #ED1820;
	text-decoration:underline;
}

div.actu {
}
div.actu a {
	color: #6D9CB5;
}

div.actu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #606060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 12px;
	padding-bottom: 6px;
	margin-top: 20px;
}
div.actu h4 a {
	font-size: 14px;
	color: #603;
	text-decoration: none;
}
div.actu p {
	margin-bottom: 8px;
}

p.folios {
	margin-top: 10px;
	color: #fff;
}

p.folios span, p.folios a, p.folios em {
	display: block;
	float: left;
	border: 1px solid #ddd;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #666;
	margin-right: 2px;
}

p.folios span {
	background-color:#333;
	color: #fff;
	}

p.folios a:hover {
	background-color:#ED1820;
	color: #fff;
	}
#centre .page .breadcrumb {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999;
	margin-bottom: 16px;
}
#centre .page .breadcrumb a {
	color: #999;
}

p.gotop {
	margin-top: 26px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	background-image: url(../img/gotop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	clear: both;
}
#header p.elite {
	width: 120px;
	position: absolute;
	top: 10px;
	right: 20px;
}
#header .accroche {
	height: 30px;
	width: 600px;
	position: absolute;
	top: 42px;
	left: 220px;
	color: #88BE4C;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 100;
}

