/*
Feuille de style 
*/

/* Définition des polices personnalisées */
@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

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


/* Structure de la page web, délimitation */
body
{ 
    background-color: #f0f0f0;
    width: 100%;
    margin: auto;
}

.container,
.container-full
{
    margin-left: auto;
    margin-right: auto;
    width: 1090px;
    background-image: linear-gradient(white,white);
    box-shadow:1px 1px 20px #696969;
    height : auto;
}

.wrapper
{
    padding-left: 10px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 1072px;
}

/* Entete */
#topbar
{
    border-top: 6px solid #d0d0d0;
}

#header {
  padding-top: 0px;
  padding-bottom:0px;
  margin-bottom: 0px;
  height: 80px;
  border-bottom: 1px solid #dedede;
}

#logo {
  margin-top: 35px;
  width: 200px;
  float: left;
  display: inline;
}

#menu {
  width: 851px;
  float: left;
  display: inline;
  margin-left: -50px;
  margin-top: -15px;
}

.clear {
	display: block;
	width: 0;
	height: 0;
}

/* Slogan */
.slogan {
  display: block;
  width: 100%;
  text-align: center;
}

.slogan h1 {
  line-height: 15px;
  margin-bottom: 0px;  
}

.slogan h1 span {
  color: red;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-family: Courier New, Courier, mono;
}

.slogan p {
  font-size: 26px;
  font-family: 'ballparkWeiner',serif;
  color: black;
  margin-bottom: 0;
  line-height: 10px;
}

.slogan p span {
  font-size: 32px;
  color: red;
}

/* Délimitation slider */
.hr {
    width: 600px;
    margin-top: -25px;
    background-image: linear-gradient(black,red);
    height: 2px;
    box-shadow:1px 1px 20px #696969;
}

hr {
    background-image: linear-gradient(#CCCCCC,#CCCCCC);
    box-shadow: 0px 0px 1px #696969;
}

/* Corps du site */
/* Corps texte */
.col_23 
{
  width: 800px; 
  display: inline;
  float: left;
  margin-right: 0px;
  padding-top: 0px;  
}

.col_111 {
  width: 200px;
  display: inline;
  float: left;
  margin-right: 0px;
  padding: 5px 5px 5px 5px;
}

.last {
  float: right;
  margin-right: 0;
}

p {
  margin-bottom:15px;
  color:#7d7d7d;
  font-size: 12px;
	line-height: 20px;
}

p.nomargin {
margin-top: -15px;
  margin-bottom: 0;
  font-size:14px;
  text-align:justify;
}

/* Système d'onglets */
#maincontent {
  width: 820px;
  padding-right: 5px;
}

#maincontent-full {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.col_34 {
    margin-top: 20px;
  width: 700px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}

.panes {
	border: 1px solid #dbdbdb;
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;  
	padding-bottom: 10px;
  font-size: 14px;
  color: #7d7d7d;
  display: block;
}

.pane {
	padding: 18px 20px 8px 20px;
  border-top: 1px solid #dbdbdb;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checklist li {
  list-style-type: none;
  font-size: 14px;
  margin: 6px 0; 
  padding-bottom: 6px;
  padding-left: 22px;  
  background: url(../images/arrow.png) 0 3px no-repeat;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
}

.tabs-container {
  margin-bottom: 20px;
}

.tabs-wrapper {
  margin: 0 0 30px 0;
}

ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #dedede;
	border-left:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	float:left;
}

ul.tabs li {
	float: left;
	padding: 0;
	height: 35px;
	line-height: 32px;
	border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0px 0px -1px -1px;
	background-image:url(../images/tabs.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;	
}

ul.tabs li a {
    text-decoration: none;
	display: block;
	font-size: 13px;
	padding: 1px 10px;
	outline: none;
	font-family: arial, verdana, tahoma, helvetica;
	color: #7d7d7d;
}

ul.tabs li a:hover {
  background: #ececec;
  color: #000;
  border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

html ul.tabs li.current, html ul.tabs li.current a:hover  {
	background: #fff;
	border-bottom: 0px solid #fff;
  padding-bottom: 1px;
}

/* Side */
#sidebar{
  background: url(../images/sidebar.png) left top repeat-y;
}

.col_14 {
    margin-top: 55px;
  width: 180px; 
  display: inline;
  float: right;
  margin-right: 20px; 
}

.sidebox {
  padding: 0 0 0 5px;
  margin-bottom: auto;
  text-align: justify;
}

/* Panneau */
.heading-block, 
.heading-block-footer {
  margin: 20px 0;
  background: url(../images/line-divider.jpg) 50% 50% repeat-x;
}

.heading-block span, 
.heading-block-footer span{
  background: #ffffff;
  padding-right: 5px;
  color: #333333;
}

.alignright {
  float: right;
  margin: 5px  0 5px 10px;
  width: 40px;
  border-radius: 5px;
}

img.bottommrg {
  margin-bottom: 40px;
}

.arrowlist {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: -38px;
}

.arrowlist li {
  list-style-type: none;
  font-size: 12px;
  margin: 6px 0;
  padding-bottom: -5px;
  padding-left: 0px;
  color: #7d7d7d;
  line-height: 18px;
}

.panneau{
    width: auto;
    margin-top: 5px;
    margin-left: 20px;
    height : 2px;
    background-color:#f3f3f3;
    border:1px solid #dedede;
}

.col_13 {
  margin-top: 12px;
  width: 235px;
  float:left;
  display:inline;
  margin-right: 22px;
  padding: 5px 5px 5px 5px;
  background-color: #f0f0f0;
  border-radius : 15px;
  text-align: justify;
}

h4.title {
   margin-top: 5px;
  margin-bottom: -2px;
    font-weight: bold;
}

h4.title a {
    text-decoration: none;
    color: #666666;
}

/* Pieds */
#delpied {
    display: block;
    margin-top: 325px;
}

#delipied {
    display: block;
    margin-top: 50px;
}

#delpied_serv {
    display: block;
    margin-top: 10px;
}

#footer-wrapper {
  padding: 30px 0 0 0;
  height: auto;
  background: #f2f2f2 url(../images/pattern/minimalist7.png) repeat;
  border-top: 4px solid #CCCCCC;
}

.footer-bottom {
  margin-top: 0px;
  height: 5px;
  padding: 15px 0 ;
  background: #cccccc;
  border-top: 2px solid #ffffff;
}

.wrapperr {
    font-size: 11.5px;
    margin-right: 300px;
    font-family: verdana, arial, tahoma, helvetica;
}

#fieldset {
    border-radius: 10px;
}

.col_12 {
    margin-bottom: 18px;
}

.rapproche {
    margin-top: -25px;
}

/* Liens dans service */
a.lien_diff 		{padding: 0 1px ;    text-decoration:none; color:#24618E;} 
a.lien_diff:hover 	{padding: 0 0 0 1px; text-decoration:none; color:#00008b;}

cadre {
    font-size : 12px;
}

cadr {
    font-size : 11.4px;
    color : #990000;
}

.roundabout-description {
    font-family : arial, verdana, tahoma, helvetica;
    width: 450px;
    margin-left: -50px;
}