@charset "CP850";
/****************************************/
/* Styles communs Cuisine Contemplative */
/****************************************/
/* style généraux */
/* line 9, ../compass/sass/style_commun.scss */
html {
  height: 100%;
}

/* line 12, ../compass/sass/style_commun.scss */
body {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: icon;
  color: #585858;
  background-image: url(../images/image_fond.jpg);
}

/* line 22, ../compass/sass/style_commun.scss */
ul {
  margin: 0;
  border: 0;
  list-style: none;
}

/* line 27, ../compass/sass/style_commun.scss */
li {
  color: #0174df;
}

/* line 28, ../compass/sass/style_commun.scss */
li.actif {
  background-color: #a4a4a4;
}

/* line 31, ../compass/sass/style_commun.scss */
img.logo {
  position: relative;
  float: left;
  vertical-align: middle;
  border: 0;
}

/* line 37, ../compass/sass/style_commun.scss */
img.recette {
  float: right;
  margin: 10px 0 0 0;
  border: 0;
  width: 150px;
}

/* line 43, ../compass/sass/style_commun.scss */
img.nav {
  width: 100%;
  height: auto;
}

/* line 47, ../compass/sass/style_commun.scss */
table.nav {
  position: absolute;
  margin: 25px;
  bottom: -5px;
  width: 1050px;
  border-collapse: collapse;
}

/* line 54, ../compass/sass/style_commun.scss */
table.caract {
  text-align: center;
  width: 700px;
}

/* line 58, ../compass/sass/style_commun.scss */
td .caract {
  text-align: center;
}

/* line 61, ../compass/sass/style_commun.scss */
a {
  color: #8abfff;
  text-decoration: none;
}

/* line 65, ../compass/sass/style_commun.scss */
a.actif {
  color: #8abfff;
}

/* line 68, ../compass/sass/style_commun.scss */
a:link {
  color: #8A0808;
}

/* line 71, ../compass/sass/style_commun.scss */
a:visited {
  color: #8A0808;
}

/* line 74, ../compass/sass/style_commun.scss */
a:hover {
  color: #0174df;
  border-bottom: 2px solid #e9f5f9;
}

/* line 78, ../compass/sass/style_commun.scss */
a:activate {
  color: purple;
}

/* line 81, ../compass/sass/style_commun.scss */
pre {
  font-family: icon;
  font-size: 15px;
  white-space: pre-wrap;
}

/* line 86, ../compass/sass/style_commun.scss */
input[type=submit] {
  width: 100px;
  margin-top: 5px;
}

/* line 90, ../compass/sass/style_commun.scss */
span, div .titre {
  color: #0174df;
}

/* line 93, ../compass/sass/style_commun.scss */
div.titre {
  background-image: -moz-linear-gradient(#faac58, white);
  background-image: -webkit-linear-gradient(#faac58, white);
  background-image: -o-linear-gradient(#faac58, white);
  background-image: linear-gradient(#faac58, #ffffff);
}

/* style divs de la page*/
/* line 98, ../compass/sass/style_commun.scss */
#dl {
  float: left;
  position: relative;
  margin-left: 0;
  width: 15%;
  min-height: 100%;
  background-color: pink;
}

/* line 106, ../compass/sass/style_commun.scss */
#dr {
  float: right;
  position: relative;
  margin-right: 0;
  width: 15%;
  min-height: 100%;
  background-color: pink;
}

/* line 114, ../compass/sass/style_commun.scss */
#container {
  position: relative;
  margin: auto;
  width: 1100px;
  min-height: 100%;
  background-color: #e9f5f9;
}

/* line 122, ../compass/sass/style_commun.scss */
#topleft {
  height: 20px;
  width: 1050px;
  background-color: #faac58;
  color: #8abfff;
}

/* line 128, ../compass/sass/style_commun.scss */
#topright {
  float: right;
  height: 20px;
  width: 300px;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: left;
  background-color: #faac58;
  color: #8abfff;
  font-size: 15px;
}

/* line 140, ../compass/sass/style_commun.scss */
#header {
  position: relative;
  background-color: #e9f5f9;
}

/* line 145, ../compass/sass/style_commun.scss */
#login {
  border-radius: 0 0 0 20px;
  float: right;
  padding: 0 0 20px 20px;
  width: 180px;
  height: 90px;
  background-image: -moz-linear-gradient(#faac58, white);
  background-image: -webkit-linear-gradient(#faac58, white);
  background-image: -o-linear-gradient(#faac58, white);
  background-image: linear-gradient(#faac58, #ffffff);
  color: #8abfff;
  font-size: 15px;
}

/* line 155, ../compass/sass/style_commun.scss */
#titre1 {
  position: relative;
  width: 500px;
  top: 30px;
  left: 30px;
  font-size: 30px;
  font-weight: bold;
}

/* line 163, ../compass/sass/style_commun.scss */
#titre2 {
  position: relative;
  width: 500px;
  top: 50px;
  left: 200px;
  font-size: 20px;
  font-weight: bold;
}

/* line 171, ../compass/sass/style_commun.scss */
div.nav {
  clear: left;
  background-color: #faac58;
  height: 30px;
  width: 1100px;
}

/* line 177, ../compass/sass/style_commun.scss */
#strip {
  position: relative;
  background-image: -moz-linear-gradient(#faac58, white);
  background-image: -webkit-linear-gradient(#faac58, white);
  background-image: -o-linear-gradient(#faac58, white);
  background-image: linear-gradient(#faac58, #ffffff);
  height: 170px;
}

/* line 182, ../compass/sass/style_commun.scss */
#corps {
  position: relative;
  clear: left;
  background-color: #e9f5f9;
}

/* line 188, ../compass/sass/style_commun.scss */
#footer {
  position: fixed;
  bottom: 0;
  height: 20px;
  width: 1100px;
  background-color: #faac58;
  color: #8abfff;
  text-align: right;
}
