/*--------------------------------------------------------------------

[Master Stylesheet]

Framework : BIC
Version : 2.7.2
Last Change : 17/02/2010
Author : Alexandre "pocky" BALMES - http://www.pockyworld.com
Please use for beautiful design only

[Credits]
clean.css is inspired from Meyer : http://meyerweb.com


	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	1. Global
	2. Header
	3. Content
	4. Footer

--------------------------------------------------------------------*/


@import "bic/clean.css";
@import "bic/typography.css";
@import "bic/color.css";
@import "bic/layout.css";
@import "bic/myclass.css";


/*--------------------------------------------------------------------
   1. Global
     - form
     - notification 
--------------------------------------------------------------------*/

body {
  background-color: #fefefe;
  color: #1b1b1b;
}

a {
  color: #fefefe;
  border-bottom: 0;
}

a:hover {
  border-bottom: 1px solid
}

form .text-input {
  width: 255px;
  background: url('/images/login/button-overlay.png') #fbfbfb repeat-x;
  display: inline-block;
  padding: 7px 10px;
  color: #434242;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

form .textarea {
  width: 500px;
}

form .formSubmit {
  margin: 30px 25px 30px 0;
}

form .button {
  background: url('/images/login/button-overlay.png') #bebebe repeat-x;
  display: inline-block;
  padding: 5px 20px;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border: 1px solid #000;
  border-bottom: 1px solid rgba(0,0,0,0.25);  
  font-weight: bolder;
}


.notification {
  border: 1px solid;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.error {
  border-color: red;
  background-color: #fb7675;
}


/*--------------------------------------------------------------------
   2. header
--------------------------------------------------------------------*/

#header {
  margin: 0;
}

#header h1 {
  font-size: 56px;
}

#header a:hover {
  border-bottom: 0;
}


/*--------------------------------------------------------------------
   3. Content
--------------------------------------------------------------------*/

#content {
  margin: 34px 0 0 0;
  background-color: #9e9e9e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-left: 80px;
  color: #fefefe;
}



#menu ul {
  margin: 10px 0 20px;
}

#menu ul li {
  list-style-type: none;
  margin-left: 20px;
  line-height: 20px;
}

#menu h2 {
  font-size: 20px;
}

#video {
  margin-top: 10px;
  margin-left: 30px;
}


/*--------------------------------------------------------------------
   4. Footer
--------------------------------------------------------------------*/

#footer {
  margin-top: 40px;
  font-size: 12px;
  color: #1b1b1b;
}

#footer .service {
  padding-left: 50px;
}

#footer .service img {
  margin-left: 20px;
}

#footer .menu {

  margin-left: 40px;
  margin-right: -20px;
}

#footer .menu li {
  margin: 0 5px;
}

#footer .aero {
  padding-left: 662px;
}

/*--------------------------------------------------------------------
   5. Bouton marine
--------------------------------------------------------------------*/

#btn_site {
  margin: 0;
  padding: 0;
  display: inline;
}

#btn_site a:link, #btn_site a:visited {
  display: block;
  height: 28px;
  width: 114px;
  line-height: 28px;
  text-decoration: none;
  color:white;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  text-align: center;
  background: url('/images/btn_panhard.png') no-repeat;
  padding: 0;
  
}

#btn_site a:hover, #btn_site a:active {
  background: url('/images/btn_panhard.png') 0 -29px no-repeat;
  padding: 0;
  border-bottom: 0;
} 
