/* GENERAL */

* { 
  margin: 0; 
  padding: 0; 
  }

.clear {
  clear: both;
  }

img { 
  display: block;
  margin: 10px 0;
 }

a img { border: none; }

a:link, a:visited, a:active {
color: #c13873;
text-decoration: none;
}
a:hover {
color: #800726;
}



/* STRUCTURE */

body {
  background: #fff;
  padding-bottom: 20px;
  font: 13px/16px Helvetica, Arial, sans-serif;
  color: #555;
  }
  
#coquille { 
  position: relative;
  width: 850px;
  min-height: 250px;
  margin: 0 auto;
  padding-bottom: 36px;
  border-top: none;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background: #fff;
  }
  
#banner { 
  width: 100%;
  height: 135px;
  margin: 0;
  }
.eng #banner { 
  background: url(../images/eng/header.gif) no-repeat;
  }
.fra #banner { 
  background: url(../images/fra/header.gif) no-repeat;
  }
  
.contenu { 
  width: 650px;
  margin: 0 0 27px 100px;
  }
  
.ligne {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}

.deuxCol { 
  position: relative;
}
.colonne {
  float: left;
  margin-right: 15px;
}

.bouton {
  margin: 27px 0 27px 0;
  font-size: 14px;
}
.bouton a {
  color: #c13873;
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid #c13873;
  background: #fff url(../images/fond_bouton.jpg) repeat-x bottom;
}
.bouton a:hover {
  background: #fff url(../images/fond_bouton_hover.jpg) repeat-x top;
}

.petit {
  margin: 14px 0 14px 0;
  font-size: 10px;
}
.petit a {
  padding: 2px 20px;
}

#erreur { 
  width: 650px;
  margin: 18px 0;
  padding: 8px 100px;
  background: #ffd659;
  font-weight: bold;
  }
  


/* TYPO */

h1 {
  font-size: 24px;
  line-height: 24px;
  color: #c13873;
  font-weight: normal;
  margin: 0 0 12px 0;
  }

h2 {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #c13873;
  margin: 18px 0 9px 0;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  color: #c13873;
  margin: 14px 0 4px 0;
}

span.inline_h3 {
  font-size: 18px;
  font-weight: normal;
  color: #c13873;
}

span.inline_h4 {
  font-size: 14px;
  font-weight: normal;
  color: #c13873;
}

span.rose {
  color: #c13873;
}

p {
  margin: 0 0 7px 0;
}

ol {
  margin: 0 0 7px 18px;
}

ul {
  margin: 0 0 7px 18px;
}

ol ul {
  margin: 0 0 7px 36px;
}

ol ul li {
  list-style-type: disc;
}
  
.titre {
  margin-left: 0;
}

.intro {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 18px;
}

.note {
  margin-top: 36px;
  font-size: 11px;
  line-height: 14px;
}

.field {
  margin: 5px 0;
  padding: 3px;
  background: #fdf7fa;
  border: none;
}
  
.field_border {
  margin: 5px 0;
  padding: 3px;
  background: #faeff4;
  border-top: 1px solid #999;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #999;
}
  
table {
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #e09bb9;
  background: #f6e1ea;
}
td, th {
  padding: 3px 5px;
  vertical-align: middle;
}
table .label {
  text-align: right;
}
  



/* HOME */

.video { 
  border: 1px solid #c13873;
  }
  
#langue { 
  position: absolute;
  top: 5px;
  right: 50px;
  font-size: 10px;
  text-transform: uppercase;
  }
#langue a {
  color: #fff;
}
#langue a:hover {
  color: #c13873;
}

.deuxOptions { 
  margin: 15px 4px 15px 4px;
  }
.option {
  float: left;
  width: 300px;
  height: 120px;
  padding: 5px;
  border: 1px solid #c13873;
  background: #fff url(../images/fond_options.jpg) repeat-x bottom;
  }
.option img {
  display: inline;
  }
.option3 {
  width: 640px;
  margin: 15px 0 20px 0;
  padding: 5px 0 5px 0;
  border: 1px solid #c13873;
  background: #fff url(../images/fond_option3.jpg) repeat-x bottom;
  }

.option p strong, .option3 p strong {
  color: #c13873;
  }

.option a, .option3 a {
  color: #555;
  }
.option a:hover, .option3 a:hover {
  color: #c13873;
  }

.option img, .option3 img {
  margin-bottom: 3px;
  }



/* SHARE 123 */

#code {
  float: left;
  width: 180px;
  }

#code img {
  border: 1px solid #e09bb9;
  }



/* GET INVOLVED */

ol.steps {
  margin-bottom: 18px;
  padding: 20px 50px;
  border: 1px solid #999;
  }
ol.steps li {
  font-size: 17px;
  line-height: 19px;
  color: #c13873;
  margin-left: 0;
  }
ol.steps li span {
  font-size: 13px;
  color: #555;
  }





/* PUBLISH */

.optional {
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  color: #c13873;
  text-transform: uppercase;
  vertical-align: top;
}

#org {
  background: #f6e1ea;
  margin: 9px 0 18px 0;
}

#org ol {
  padding: 0 0 0 50px;
  margin: 18px 0 18px 30px;
}
#org ol li {
  margin-top: 7px;
}
#org ol input {
  margin-right: 5px;
}



  

/* GALLERY */

.photo { 
  width: 400px;
  height: 300px;
  padding: 0;
  margin-bottom: 3px;
  background: #faf5f7;
  border: 1px solid #999;
  }
.photo td { 
  padding: 0;
  vertical-align: center;
  }
.photo img { 
  margin: 0 auto;
  }
  
#photo_controls { 
  padding: 0 0 0 425px;
  }
  
.photo_id { 
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  border: none;
  }
  
#thumbnails { 
  width: 400px;
  padding: 0;
  margin: 18px 0 9px 0;
  background: #fff;
  border: none;
  }
#thumbnails td { 
  padding: 0;
  font-size: 10px;
 }
#thumbnails td.thumb { 
  width: 80px;
  height: 60px;
  border: 2px solid #e09bb9;
  text-align: center;
  vertical-align: center;
 }
#thumbnails img { 
  display: inline;
  margin: 0;
  padding: 0;
  }
  
#thumbnails .spacer { 
  width: 30px;
  }
  
#bear_teaser { 
  position: absolute;
  bottom: 0; 
  right: 0; 
  z-index: 2;
  width: 155px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  }
#bear_teaser a { 
  display: block;
}
  



/* PETITES PAGES DE MESSAGES */

#message #coquille {
  width: 650px;
  min-height: 400px;
  padding-bottom: 20px;
  }

#message #banner { 
  width: 100%;
  height: 110px;
  margin: 0;
  background: url(../images/header_small.gif) no-repeat;
  }
  
#message .eng #banner { 
  background: url(../images/eng/header_small.gif) no-repeat;
  }
#message .fra #banner { 
  background: url(../images/fra/header_small.gif) no-repeat;
  }
  
#message .contenu {
  width: 450px;
  padding-top: 20px;
  }

#message #copyright {
  width: 650px;
  }

#message #erreur { 
  width: 450px;
  }
  



/* CONTEST */

.contest_photowrap {
  float: right;
  width: 184px;
  height: 169px;
  margin: -5px 0 10px 10px;
  }




/* ADMIN CENTER */

.rating input {
  margin: 0 5px;
  }

.pending ul {
  margin-left: 18px;
  list-style-type: none;
  }

.pending li {
  padding: 3px 0;
  }



/* COPYRIGHT */

#copyright {
  width: 850px;
  margin: 3px auto;
  }

#copyright p {
  font: 10px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  }

.mbc {
  float: right;
  text-align: right;
  }

#copyright a:link, #copyright a:visited, #copyright a:active {
color: #555;
text-decoration: none;
}
#copyright a:hover {
color: #000;
}