/**
 * http://www.plaques-immatriculation.info
 * Version: 3.0
 * Création: 2013-10-09
 * Modification : 2013-10-09
 */
 
/* Global
-------------------------------------------------------- */
@font-face {
    font-family: 'fjallaoneregular';
    src: url('fjallaone-regular-webfont.eot');
    src: url('fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fjallaone-regular-webfont.woff') format('woff'),
         url('fjallaone-regular-webfont.ttf') format('truetype'),
         url('fjallaone-regular-webfont.svg#fjallaoneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Segoe UI", "Lucida Grande", Arial, Helvetica;
	font-size: 13px;
	background: #fff url(../images/bg.png);
}
a {
	color: #106db4;
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: underline;
}
img, a img {
	border: none;
}
.clear {
	clear: both;
	height: 1px;
}
:focus {
	outline: none;
}
::-moz-focus-inner { 
	border: 0; 
}
iframe::-webkit-scrollbar {
	display: none;
}  


.content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-image: linear-gradient(bottom, #527DAE 100%, #3F6DA1 0%);
	background-image: -o-linear-gradient(bottom, #527DAE 100%, #3F6DA1 0%);
	background-image: -moz-linear-gradient(bottom, #527DAE 100%, #3F6DA1 0%);
	background-image: -webkit-linear-gradient(bottom, #527DAE 100%, #3F6DA1 0%);
	background-image: -ms-linear-gradient(bottom, #527DAE 100%, #3F6DA1 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #527DAE),
		color-stop(0, #3F6DA1)
	);
	border-bottom: 1px solid #4b74a5;
	color: #fff;
	line-height: 34px;
	height: 34px;
	font-size: 12px;
}
#stats {
	float: left;
}
#nav {
	background: #2c5186;
	height: 90px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 350px;
	height: 64px;
}
#logo a {
	display: block;
	width: 350px;
	height: 64px;
	background: url(../images/logo.png);
}
#logo a dl {
	text-indent: -9999px;
}
#social {
	float: right;
	text-align: right;
	width: 500px;
}
#social li {
	display: inline;
}
#social ul {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
#social a {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	text-indent: 9999px;
	overflow: hidden;
}
#social a.facebook {
	background-image: url(../images/icon_fb.png);
}
#social a.twitter {
	background-image: url(../images/icon_twitter.png);
}
#social a.rss {
	background-image: url(../images/icon_rss.png);
}
div.like {
	width: 63px;
	overflow: hidden;
	display: block;
	float: left;
}
#nav ul {
	position: absolute;
	top: 30px;
	right: 0;
}
#nav li {
	display: inline;
	font-size: 16px;
	color: #73a0d7;
	margin-left: 10px;
}
#nav li a {
	color: #fff;
}
#nav li a.active, #nav li a:hover {
	text-decoration: none;
	color: #73a0d7;
	border-bottom: 5px solid #73a0d7;
}
#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
#content {
	padding-top: 16px;
	padding-bottom: 30px;
}
#vignettes {
	padding: 10px 0;
	text-align: center;
}
#vignettes img {
	margin-right: 4px;
	width: 33px;
}
#footer {
	background: #2c5186;
	color: #fff;
	font-size: 13px;
	padding: 10px 0;
}
#footer a {
	color: #fff;
}
#footer li {
	font-size: 11px;
	display: inline;
	margin-right: 8px;
}
#footer li a {
	color: #85acda;
}
.column-left {
	float: left;
	width: 660px;
}
.column-right {
	float: right;
	width: 330px;
}
.column-first {
	margin-top: -20px;
}
.right-block {
	background: #edeeee; /*f8f8f8*/
	border: 1px solid #dfdfdf;
	position: relative;
	margin-right: -19px;
	padding: 12px;
	margin-bottom: 15px;
}
.right-block p {
	margin-bottom: 5px;
}
.right-block::after {
	position: absolute;
	bottom: -18px;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #b0b0b0 transparent transparent transparent;
	content: '';
}
.right-block h3 {
	font-weight: 400;
	font-family: fjallaoneregular, Arial, Helvetica;
	color: #106db4;
	font-size: 20px;
	margin-bottom: 8px;
}
.right-block ul {
	margin-left: 20px;
}
.right-block.immatriculer, .right-block.contribuer {
	font-size: 12px;
}
.right-block.contribuer ul {
	margin: 5px 0 0 0;
}
.right-block.contribuer li {
	display: inline-block;
	float: left;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #363636;
	font-size: 10px;
	margin: 5px 5px 0 0;
}
.right-block.contribuer img {
	display: block;
	margin-bottom: 2px;
	width: 148px;
}
.social {
	width: 300px;
	margin: 16px 0 0 0;
	font-weight: bold;
}
.social a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.social a:hover {
	color: #126eb4;
	text-decoration: underline;
}
.social img {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
}
.google-468x60 {
	margin: 0 0 20px 20px;
	width: 468px;
	height: 60px;
	background: #edeeee;
}
.google-200x90 {
	margin: 10px 0 0 0;
}
.google-970x90 {
	width: 970px;
	height: 90px;
	background: #edeeee;
}
.left-content {
	margin: 0 15px 25px 24px;
}
.left-block {
	margin: 0 12px 25px 24px;
	font-size: 13px;
}
.left-block ul {
	margin: 5px 0 5px 20px;
}
.left-block h3 {
	font-weight: 400;
	font-family: fjallaoneregular, Arial, Helvetica;
	color: #106db4;
	font-size: 24px;
	margin-bottom: 8px;
}
.left-block h4 {
	font-weight: normal;
	color: #444;
	font-size: 16px;
	margin-bottom: 4px;
}
.left-block p {
	margin-bottom: 6px;
}
.left-block p.gray {
	color: #666;
}
.left-panel {
	background: #d3d7d9; /*f8f8f8*/
	position: relative;
	margin-left: -19px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: -10px;
	padding: 12px 12px 0 35px;
	font-size: 15px;
	color: #394249;
}
.left-panel::after {
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent #b0b0b0 transparent transparent;
	content: '';
}
.sms {
	background: url(../images/sms_small.png) no-repeat bottom right;
	padding-right: 190px;
}
h1 {
	color: #106db4;
	font-weight: normal;
	font-size: 28px;
}
h2 {
	color: #5c5c5c;
	font-weight: normal;
	font-size: 15px;
}
a.button {
	padding: 0 20px;
	color: #fff!important;
	font-size: 16px;
	line-height: 32px;
	border: none;
	background: #2c5186;
	background-image: -moz-linear-gradient(top, #39619b 1%, #2c5186 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #39619b), color-stop(100%, #2c5186));
	background: -ms-linear-gradient(top,#39619b 0%,#2c5186 100%);
	background: -o-linear-gradient(#39619b 1%, #2c5186 100%);
	-pie-background: linear-gradient(#39619b 1%, #2c5186 100%);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	cursor: pointer;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
a.button:hover {
	text-decoration: none;
	background: #1f3f6e;
	background-image: -moz-linear-gradient(top, #2c5186 1%, #1f3f6e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2c5186), color-stop(100%, #1f3f6e));
	background: -ms-linear-gradient(top,#2c5186 0%,#1f3f6e 100%);
	background: -o-linear-gradient(#2c5186 1%, #1f3f6e 100%);
	-pie-background: linear-gradient(#2c5186 1%, #1f3f6e 100%);
}


.debug {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px;
	font-family: "Courier New", Courier, monospace;
}

#cookies {
	background: #2c5186;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 9999;
}
#cookies p {
	margin: 10px 10px 10px 0;
}
#cookies a {
	float: right;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-color: #fff;
	color: #2c5186;
	font-size: 20px;
	text-align: center;
}
#promo {
	position: absolute;
	top: 40px;
	left: 265px;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	-moz-border-radius: 70px;
	border: 1px solid #d2d6d8;
	background: #e4ff00;
	color: #000;
	text-align: center;
}
#promo h4 {
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 6px;
}
#promo h5 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}
#promo p {
	font-size: 13px;
}
#promo p span {
	font-size: 10px;
}
