@charset "utf-8";

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
  position: relative;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
  background-position: left 100px;
}

table th {
  text-align: left;
}

#error_plaque {
  color:red;
  display:none;
}

img {
  border: none;
}

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

a, a:visited {
  color: #1176cb;
  text-decoration: none;
}

a.big {
  font-size: 16px;
  font-weight: bold;
}

a:hover {
  color: #888;
  text-decoration: none;
}

a.sujet_message {
  font-weight: bold;
}

div.clear {
  clear: both;
}

p {
  padding: 5px 0;
  
}

table td, table th {
  padding: 2px;
}

input[type=submit] {
  width: 100px;
  height: 21px;
  line-height: 21px;
  border: 0;
  color: #FFF;
  padding:0;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  background-image: url(../images/bouton-orange.png);
}
a.submit{
  text-align:center;
  display:block;
  width: 100px;
  height: 21px;
  line-height: 21px;
  border: 0;
  color: #FFF;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  background-image: url(../images/bouton-orange.png);
}

ul.checkbox_list{
  list-style:none;
}
/************************************************************
 * ZONE HTML
 ************************************************************/
/**CONFIDENTIALITE**/
div#confidentialite{
  position: absolute;
  margin-left: 600px;  
  border: 1px solid #cc0000;
  width: 300px;
  padding: 10px;
}

div#confidentialite h2, #middle-content div.contenu div#confidentialite h2 {
  color: #cc0000;
  margin-bottom:10px;
}

div#confidentialite ul {
   padding-left:20px;
}

/**FIN CONFIDENTIALITE**/

div#bouton_utilisateur {
  text-align: center;
  padding: 20px;
}


/************************************************************
 * cadre
 ************************************************************/

.cadre,
.cadre-vert,
.cadre-orange
{
  margin: 0 0 10px 0;

}

.cadre .titre,
.cadre-vert .titre,
.cadre-orange .titre
{
  height: 31px;
  margin-left: 16px;
  margin-right: 16px;
  background-repeat: repeat-x;
  background-position: top;
}

.cadre .titre {
  background-image: url(../images/cadre-hm.png);
}

.cadre-vert .titre {
  background-image: url(../images/cadre-hm-vert.png);
}

.cadre-orange .titre {
  background-image: url(../images/cadre-hm-orange.png);
}



.cadre .titre .coin-hg,
.cadre-vert .titre .coin-hg,
.cadre-orange .titre .coin-hg
{
  width: 16px;
  height: 31px;
  float: left;
  margin-left: -16px;
  background-repeat: no-repeat;
  background-position: top left;
}

.cadre .titre .coin-hg {
  background-image: url(../images/cadre-hg.png);
}

.cadre-vert .titre .coin-hg {
  background-image: url(../images/cadre-hg-vert.png);
}

.cadre-orange .titre .coin-hg {
  background-image: url(../images/cadre-hg-orange.png);
}



.cadre .titre .coin-hd,
.cadre-vert .titre .coin-hd,
.cadre-orange .titre .coin-hd
{
  width: 16px;
  height: 31px;
  margin-right: -16px;
  float: right;
  background-repeat: no-repeat;
  background-position: top right;
}

.cadre .titre .coin-hd {
  background-image: url(../images/cadre-hd.png);
}

.cadre-vert .titre .coin-hd {
  background-image: url(../images/cadre-hd-vert.png);
}

.cadre-orange .titre .coin-hd {
  background-image: url(../images/cadre-hd-orange.png);
}



.cadre .titre h1, .cadre .titre h2,
.cadre-vert .titre h1, .cadre-vert .titre h2,
.cadre-orange .titre h1, .cadre-orange .titre h2
{
  float: left;
  line-height: 31px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;

}

.cadre .contenu,
.cadre-vert .contenu,
.cadre-orange .contenu
{
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  padding: 10px 10px 5px 10px;
  background-color: #FFFFFF;
  background-image: url(../images/cadre-mm.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.cadre .bas,
.cadre-vert .bas,
.cadre-orange .bas
{
  height: 11px;
  margin-left: 16px;
  margin-right: 16px;
  background-image: url(../images/cadre-bm.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.cadre .bas .coin-bd,
.cadre-vert .bas .coin-bd,
.cadre-orange .bas .coin-bd
{
  width: 16px;
  height: 11px;
  float: right;
  margin-right: -16px;
  background-image: url(../images/cadre-bd.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.cadre .bas .coin-bg,
.cadre-vert .bas .coin-bg,
.cadre-orange .bas .coin-bg
{
  width: 16px;
  height: 11px;
  float: left;
  margin-left: -16px;
  background-image: url(../images/cadre-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}



div.cadre#bienvenue{
  float: left;
  width: 650px;
}

div.cadre#bienvenue div.contenu{
  height: 200px;
}

ul.error_list li {
  list-style: none;
  color: #f00;
  font-weight: bold;
}

/**************************************************************************************************
     HOME
**************************************************************************************************/
#pub1 {
  
}

/*************************/
form table tr th{
  text-align: left;
  vertical-align: top;
}

form input[type=text],
form input[type=password],
form select.normal,
form textarea
{
  width: 220px;
}

form textarea
{
  height: 90px;
}

form input.big,
form select.big,
form textarea.big
{
  width: 300px;
}


form input.medium,
form select.medium,
form textarea.medium
{
  width:150px;
}

form textarea.medium
{
  height: 50px;
}

form input.small,
form select.small,
form textarea.small
{
  width: 50px;
}


/**************************************************************************************************
     MESSAGES
**************************************************************************************************/
#message-notice {
  border: 3px solid #00FF00;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: 5px;
  background-color: #c0FFc0;
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 45px;
  font-size: 16px;
  font-weight: bold;
  color: #303030;
}

#message-error {
  border: 3px solid #FF0000;
  background-image: url(../images/error.png);
  background-repeat: no-repeat;
  background-position: 5px;
  background-color: #FFc0c0;
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 45px;
  font-size: 16px;
  font-weight: bold;
  color: #303030;
}

tr.nouveau td {
  font-weight: bold;
  color: #800;
}


/**************************************************************************************************
     HEADER
**************************************************************************************************/

#header {
  width: 100%;
  height: 92px;
  background-image: url(../images/background-header.jpg);
  background-repeat: repeat-x;
}

#header a, #header a:visited {
  color: #facc07;
}

#header a:hover {
  color: #fff;
}

#header-content {
  width: 960px;
  height: 92px;
  margin: 0 auto;
  overflow: hidden;
}

#logo {
  width: 330px;
  height: 85px;
  float: left;
}

#login {
  float: right;
  text-align: right;
}

#login div {
  margin: 7px 0;
  color: #FFFFFF;
}
#login input[type=text], #login input[type=password] {
  border: 1px solid #585858;
  padding: 2px;
}
#login input[type=text]{
  width: 160px;
  
}
#login input[type=password] {
  width: 80px;
}

#login input[type=submit] {
  background-image: url(../images/bouton-bleu.png);
}


/**************************************************************************************************
     MENU
**************************************************************************************************/

#menu {
  width: 100%;
  height: 30px;
  background-image: url(../images/background-menu.jpg);
  background-repeat: repeat-x;
}

#menu-content {
  width: 960px;
  height: 30px;
  margin: 0 auto;
}

#menu-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


#menu-content ul li {
  float: left;
  margin-left: 3px;
}

#menu-content ul li a {
  float: left;
  line-height: 30px;
  background: none;
  color: #585858;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
  background-position:left 4px;
  background-repeat: no-repeat;
}

#menu-content ul li a span {
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size:11px;
  display:block;
   background-position:right 4px;
  background-repeat: no-repeat;
}


#menu-content ul li a:hover,
#menu-content ul li a.actif{
  color: #FFFFFF;
  text-decoration: none;
  background-image: url(../images/black-left.png);

}

#menu-content ul li a:hover span,
#menu-content ul li a.actif span{
  background-image: url(../images/black.png);

 
}


#menu-content ul li.profile a {
  width: 85px;
  background-image: url(../images/profil.png);

  color: #fff;
  padding: 0 0 0 30px;
  margin: 0;
  white-space:nowrap;
}

#menu-content ul li.profile a:hover {
  color: #fff;
}

#menu-content ul li.profile a:hover span {
  background: none;
}

#menu-content ul li.carpool a {
  color: #77B909;
 
}
#menu-content ul li.carpool a span{
 
  font-size:11px;
}
#menu-content ul li.carpool a:hover,
#menu-content ul li.carpool a.actif{
  background-image: url(../images/vert-left.png);
  color: #fff;
  
}

#menu-content ul li.carpool a:hover span,
#menu-content ul li.carpool a.actif span{
  background-image: url(../images/vert.png);
}

#menu-content ul li.community a {
  color: #CD6AD6;
}

#menu-content ul li.community a:hover,
#menu-content ul li.community a.actif{
  background-image: url(../images/rose-left.png);
  color: #fff;
}

#menu-content ul li.community a:hover span,
#menu-content ul li.community a.actif span{
  background-image: url(../images/rose.png);
}

#menu-content ul li.event a {
  color: #1375CA;
}

#menu-content ul li.event a:hover,
#menu-content ul li.event a.actif{
  background-image: url(../images/bleu-left.png);
  color: #fff;
}

#menu-content ul li.event a:hover span,
#menu-content ul li.event a.actif span{
  background-image: url(../images/bleu.png);
}



#menu-content ul li.search a{
  background-image: url(../images/orange-left.png);
  color: #000;
  text-decoration: none;

}

#menu-content ul li.search a span {
  background-image: url(../images/orange.png);

}

#menu a.carpool {
  display: block;
  width: 100px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-top: 5px;
  background-image: url(../images/bouton-orange.png);
}


a.bouton-orange-125 {
  display: inline-block;
  width: 125px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background-image: url(../images/orange_125.png);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}



a.bouton-bleu-125 {
  display: block;
  width: 125px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background-image: url(../images/bleu_125.png);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}


/* my-menu */

#my-menu {
  margin-bottom: 20px;
}

#my-menu img.micro {
  float: left;
  margin-right: 10px;
}

#my-menu h2 {
  font-size: 16px;
  line-height: 24px;
  color: #585858;
}

#my-menu ul {
  margin-top: 5px;
  height: 26px;
  border-bottom: 1px solid #585858;
}

#my-menu ul li {
  float: left;
  list-style: none;
  margin-right:1px;
}


#my-menu ul li a {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  padding: 5px 10px;
  color: #585858;
}

#my-menu ul li a.highlight {
  color: #E93;
}

#my-menu ul li a.select {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #FFFFFF;
  background-color: #585858;
}

#my-menu ul li a.select-highlight {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #FFFFFF;
  background-color: #E93;
}

#my-menu ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #585858;
}

#my-menu ul li a.highlight:hover, #my-menu ul li a.select-highlight:hover {
  color: #FFFFFF;
  background-color: #E93;
}

/*
#my-menu .menu {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-image: url(../images/background-menu.jpg);
  background-repeat: repeat-x;
}


#my-menu .submenu {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-image: url(../images/background-menu.jpg);
  background-repeat: repeat-x;
}

#my-menu * {
  color: #585858;
  font-weight: bold;
}

#my-menu a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#my-menu ul li {
  float: left;
  list-style: none;
  margin: 0 10px;
}
*/


/**************************************************************************************************
     MIDDLE
**************************************************************************************************/

#middle {
  width: 100%;
  
}

#middle-content {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  padding-bottom: 75px;
}

.contenu .action {
  margin-bottom: 20px;
}

.contenu .action a {
  margin-right: 20px;
}

.contenu div.historique {
  padding: 5px;
  margin: 5px;
  border: 1px solid #80DFE5;
  background-color: #fff;
}

.contenu div.historique * {
  line-height: 24px;
  font-size: 16px;
  vertical-align: middle;
}

/* formulaire */

.obligatoire {
  font-weight: bold;
}


.contenu .recherche-home input[type=text],
.contenu .recherche-home select{
  width: 120px;
}


/* utilisateur */

img.avatard {
  background-image: url(../images/fond-avatard.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 20px;
  padding-right: 4px;
}

.contenu .utilisateur div.avatard {
  float: left;
  width: 120px;
}

.contenu .utilisateur div.avatard li {
  list-style: none;
  line-height: 20px;
}

.utilisateur .infos {
  padding-left: 120px;
}

.utilisateur .infos p.info_pseudo {
  text-align:center;
}

.utilisateur .infos th, .utilisateur .infos td {
  line-height: 16px;
}

.utilisateur .infos th {
  color: #585858;
  font-weight: bold;
  text-align: left;
}


.list-utilisateur .utilisateur {
  width: 100px;
  margin: 6px;
  float: left;
}

.list-utilisateur .utilisateur .infos {
  padding-left: 0;
}

.list-utilisateur .utilisateur .infos p {
  line-height: 1.5em;
}


/*****/
.list-request .utilisateur-micro .avatard {
  width: 50px;
  height: 75px;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 8px;
  font-weight: bold;
}

.list-request .utilisateur-micro .avatard img {
  margin-bottom: 2px;
}

.list-request .utilisateur-micro .message {
  width: 280px;
  height: 75px;
  float: left;
  overflow: hidden;
  margin: 0 5px;
}

.list-request .utilisateur-micro .actions {
  width: 80px;
  height: 75px;
  float: right;
}

.list-request .utilisateur-micro .actions span {
  line-height: 1.5em;
}

/*****/
.list-waiting .utilisateur-micro {
  width: 225px;
  float: left;
  margin: 0;
  padding: 0;
}

.list-waiting .utilisateur-micro .avatard {
  width: 50px;
  height: 75px;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 8px;
  font-weight: bold;
}

.list-waiting .utilisateur-micro .avatard img {
  margin-bottom: 2px;
}

.list-waiting .utilisateur-micro .actions {
  width: 150px;
  height: 75px;
  float: right;
  margin: 0 5px;
}

.list-waiting .utilisateur-micro .actions span {
  line-height: 1.5em;
}



.list-utilisateur .utilisateur-micro .infos {
  width: 46px;
  height: 16px;
  overflow: hidden;
  text-align: center;
}

.list-utilisateur .utilisateur-micro .infos span {
  padding: 0;
  margin: 0;
  font-size: 8px;
  font-weight: bold;
  color: #000;
}


/* images */
.list-mini-pictures .picture {
  margin: 7px;
  text-align:center;
}



.list-pictures .picture {
  margin: 7px;
  float: left;
  width: 110px;
}

.list-pictures .picture .image {
  height: 93px;
}

.list-pictures .picture .name {
  overflow: hidden;
}



.contenu .image-details img {
  margin-left: 75px;
  margin-bottom: 10px;
}

.contenu .image-details .descriptif {
  width: 640px;
  margin-left: 75px;
}

.contenu .image-details .descriptif h2 {
  font-size: 16px;
  color: #1176cb;
  line-height: 30px;
}

/* vehicule */
.vehicule {
  margin: 7px;
  float: left;
}

.vehicule a.thumb {
  display: block;
  width: 93px;
  height: 93px;
}

.vehicule p {
  margin: 5px 0;
  padding: 0;
}

.vehicule .plaque, .alerte .plaque {
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
}



/* alerte */
div.list-alertes div.alerte{
  padding-bottom:10px;
  float:left;
}
.alerte .date-ajout {
  margin-left: 15px;

}

.alerte .date-activation {
  color: #080;
  margin-left: 15px;
}

.alerte .action {
  margin-left: 15px;
}


/* page d'accueil - recherche de plaque' */
.search-plate input[type=text] {
  border: 2px solid #c0c0c0;
  font-size: 18px;
  margin: 5px;
  padding: 2px;
  text-align: center;
}

.search-plate-home input[type=text] {
  border: 2px solid #c0c0c0;
  font-size: 18px;
  margin: 5px;
  padding: 2px;
  text-align: center;
}

.search-plate-home input[type=submit] {
  width: 146px;
  height: 29px;
  line-height: 29px;
  border: 0;
  color: #FFF;
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  background-image: url(../images/bouton-recherche.png);
  padding-left: 45px;
}



#middle-content div.list-photos div.photo {
  width: 105px;
  float: left;
  margin: 5px 20px;
}

#middle-content div.contenu h2 {
  font-size: 16px;
  color: #1176cb;
  line-height: 30px;
}

h2.communaute {
  font-size: 24px;
  color: #1176cb;
  line-height: 40px;
  text-align: center;
}



h2.show {
  cursor: pointer;
}

.utilisateur-micro {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


/**************************************************************************************************
     FOOTER
**************************************************************************************************/

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(../images/background-footer.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}

#footer-content {
  width: 960px;
  height: 75px;
  margin: 0 auto;
}



#footer-content .liens {
  height: 32px;
  text-align: center;
}

#footer-content .liens ul li {
  display: inline;
  list-style: none;
  /* margin-right: 5px; */
}

#footer-content .liens ul li a span {
  color: #585858;
  font-size: 10px;
  border-right: 1px solid #585858;
  padding-right: 5px;
}

#footer-content .liens ul li.last a span {
  color: #585858;
  font-size: 10px;
  border-right: 0;
  padding-right: 10px;
}

#footer-content .liens ul li a:hover span {
  color: #000;
}


#footer-content .barre {
  height: 43px;
}

#footer-content .barre .bookmark {
  float: left;
  margin-top: 13px;
  height: 30px;
  width: 175px;
}


#footer-content .barre .copyright {
  float: left;
  margin-top: 13px;
  height: 30px;
  width: 600px;
  text-align: center;
  color: #ccc;
  font-size: 10px;
}

#footer-content .barre .copyright a {
  color: #ccc;
  font-size: 10px;
}

#footer-content .barre .copyright a:hover {
  color: #fff;
}

#footer-content .barre .logo {
  float: right;
  height: 43px;
  width: 165px;
}


div.pagination {
  margin-left: 250px;
}

/*
 * NOUS CONTACTER
 */

div#contacter {
  position:fixed;
  bottom:50px;
  right:0;
}

div#contacter a.link {
  width:20px;
  height:120px;
  display:block;
  overflow:hidden;
  position:absolute;
  bottom:0;
  right:0;
  z-index:1;
}

div#contacter div.formulaire {
  background:#FFF;
  padding:5px 15px 5px 5px;
  border:5px solid #CCC;
}

div#contacter div.formulaire label {
  color:#888;
}


/**************************************************************************************************
     PIED DE PAGE
**************************************************************************************************/
div#pied_de_page {
  padding-bottom: 45px;
  padding-top:20px;
  text-align:center;
}
div#pied_de_page ul li a span{
  color:#585858;
  font-size:8px;
}
div#pied_de_page ul li{
  list-style:none;
  display:inline;
  margin-right:10px;
}


/**************************************************************************************************
     EVENTS
**************************************************************************************************/
div#evenement_new h2{
  text-align:center;
}
ul#events{
  list-style:none;
  padding:10px;
}
ul#events li{
  margin-bottom:10px;
  padding:10px;
  border:1px solid #1775D8;
}
a.link_event{
  display:block;
}
ul#events li p.date{

  color:gray;
}

h3.event{
    color:#1271E2;
    margin:5px 0 5px 0;
  }
