@charset "UTF-8";

/* Ci-dessous dans l'ordre :
- les fonts
- les balises HTML
- les elements de formulaires
- les classes
- les id */

/* Fonts */

@font-face {
    font-family: 'citroenbold';
    src: url('../webfonts/citroen_bold-webfont.eot');
    src: url('../webfonts/citroen_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/citroen_bold-webfont.woff') format('woff'),
         url('../webfonts/citroen_bold-webfont.ttf') format('truetype'),
         url('../webfonts/citroen_bold-webfont.svg#citroenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'citroenregular';
    src: url('../webfonts/citroen_regular-webfont.eot');
    src: url('../webfonts/citroen_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/citroen_regular-webfont.woff') format('woff'),
         url('../webfonts/citroen_regular-webfont.ttf') format('truetype'),
         url('../webfonts/citroen_regular-webfont.svg#citroenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Balises HTML */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #C90027;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #000000;
	outline:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14; 
	color:#000000; 
	padding:0; 
	margin:0; 
	margin-bottom:0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16; 
	color:#333333; 
	font-weight:bold;
	padding:0; 
	margin:0; 
	margin-bottom:20px;
}
img {
	border:none;
}
/* Elements de formulaires */
fieldset {
	border:#999999 solid 1px;
	padding:20px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type=text],[type=password],[type=file],[type=email] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:155px;
	border:#5E5E5E solid 1px;
	background:#FFFFFF;
	display:inline-block;
	margin-bottom:8px;
}
p {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:210px;
	height:39px;
	margin-top:5px;
	border:#5E5E5E solid 1px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:#5E5E5E solid 1px;
	background:#FFFFFF;
	display:inline-block;
	margin-bottom:8px;
}
#animated {
	vertical-align: top;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
label {
	display:inline-block;
	padding-top:3px;
	float:left;
	text-align:left;
	width:120px;
}

input[type="submit"],button {
	font-family:citroenregular, Arial, Helvetica, sans-serif;
	background:#C7002D;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	border:0;
	margin-left:120px;
}
/* Classes */
.nav {
	color:#999999;
	overflow:hidden;
	text-align:right;
	font-size:14px;
	float:right;
	margin-top:28px;
}
.nav a {
	margin-left:5px;
	margin-right:5px;
}
.navbouton {
	float:right;
	background:#006773;
	padding-top:8px;
	padding-left:28px;
	margin-right:5px;
	padding-right:6px;
	background-repeat:no-repeat;
	background-position:bottom left;
	height:20px;
	transition:all 0.2s ease-in;
}
.navbouton:hover {
	padding-top:12px;
}
.navbouton a:link {color: #FFFFFF;}
.navbouton a:visited {color: #FFFFFF;}
.navbouton a:hover {text-decoration: none; color: #FFFFFF;}
.navbouton a:active {color: #FFFFFF;}
#content {
	width:920px;
	margin:auto;
	margin-top:22px;
	background:#FFFFFF;
	padding:20px;
}
#footer {
	color:#999999;
	margin-top:69px;
	margin-bottom:30px;
	padding-top:8px;
	padding-bottom:7px;
	text-align:center;
	background:#FFFFFF;
}
#footer a {
	margin-left:20px;
	margin-right:20px;
}
.ligne {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 10px;
	padding:20px;
	border:grey dotted 1px;
	overflow:hidden;
	margin-bottom:5px;
}
.ligne:hover {
	background-color:#E2E2E2;
	border:#C90027 solid 1px;
}
tr.unsurdeux:nth-child(even) {
	background-color:#F2F2F2;
}
tr.unsurdeux:nth-child(odd) {
	background-color:#E2E2E2;
}
tr.unsurdeux:hover {
	background-color:#F4CCD4;
}
.shadowed {
	box-shadow: 0px 0px 8px rgba(51,51,51,0.5);
	-moz-box-shadow: 0px 0px 8px rgba(51,51,51,0.5);
	-o-box-shadow: 0px 0px 8px rgba(51,51,51,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(51,51,51,0.5);
}
.rounded {
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.tabactive {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	display:inline-block;
	text-align:center;
	padding-top:3px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	background:#FFFFFF;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	box-shadow:0px 3px 0px #FFFFFF;
	-o-box-shadow:0px 31px 0px #FFFFFF;
	-moz-box-shadow:0px 3px 0px #FFFFFF;
	-webkit-box-shadow:0px 3px 0px #FFFFFF;
	z-index:10;

}
.tabinactive {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	display:inline-block;
	text-align:center;
	padding-top:3px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	background:#E2E2E2;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
}
