/* INFOS
--------------------------------------------------------------
  Site Name : Projet Voltaire
  Description : Woonoz
  Author : Lyriance
--------------------------------------------------------------  
*/




/* RESET
-------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img { 
  border: 0;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

abbr, acronym {
  border: 0;
}





/* GLOBAL ELEMENTS
-------------------------------------------------------------- */
body, input, button, textarea {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

html, body { background: #807a70; }

a {
  color: #963;
  text-decoration: none;
}

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

h1 {
  color: #835124; 
  font: bold 24px Arial;
  letter-spacing: -1px;
  line-height: 24px;
  margin: 0 0 5px;
}

h2 {
  color: #a66f3f;	
  font: normal 18px Arial;
  line-height: 18px;
  margin: 0 0 15px 0;
}

h3 { font: normal 18px Arial; }

h4 {
  color: #;
  font-size: ;
}

ol, ul {
  list-style-type: none;
}

code {
  background: #FFF;
  border: 1px solid #EEE;
  border-left: 6px solid #C1CAD3;
  color: #666;
  display: block;
  font: normal 1em Arial,sans-serif;
  line-height: 1.6em;
  margin: 4px 0 12px;
  padding: 8px 10px;
  white-space: pre;
}

blockquote {
  background: url(/images/quote.gif) no-repeat;
  display: block;
  font-weight: bold;
  margin: 0 0 5px 100px;
  padding: 0 0 0 25px;
}

big { font-size: 1.1em; }






/* DEFAULT STYLES
-------------------------------------------------------------- */
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.left {
	display: inline;
  float: left;
}

.right {
	display: inline;
  float: right;
}

.alignleft { text-align: left;}
.alignright { text-align: right;}
.aligncenter { text-align: center;}

.wrapper {
  background: #fff;
  margin: 20px auto 0;
  width: 934px;
}

ul.error_list, ul.error_list li {
	color: #cc0000;
	margin: 0;
}


.important{
  color: #A66F3F;
  font-weight: bold;
 }


/* HEADER
-------------------------------------------------------------- */
#header {	background: #fff url(/images/border-top.png) no-repeat 0 0; }

#header .logo {
	float: left;
	height: 140px;
	margin: 5px 0 5px 10px;
	width: 145px;
}

#header .header-cms {
  float: right;
  height: 150px;
  padding: 0 20px 0 0;
  width: 750px
}

#header .header-cms h1 { margin-top: 50px; }

#header .header-cms h2 {
	font: italic 18px Gerogia;
	letter-spacing: -0.5px;
}






/* NAVIGATION
-------------------------------------------------------------- */
.navigation { 
  border: 1px solid #ac8677;
  background: #a98a6d;
  clear: both;
  display: block;
  height: 27px;
}

.navigation li {
	display: inline;
  float: left;
}

.navigation a {
  background: #a98a6d;
  border-right: 1px solid #ac8677;
  color: #fff;
  float: left;
  font: bold 1em sans-serif;
  line-height: 27px;
  padding: 0 17px;
}

.navigation a:hover {
  background: url(/images/nav.gif) left bottom;
  color: #fff;
}





/* FIL D'ARIANE
-------------------------------------------------------------- */
.breadcrumbs {
  font-style: italic;	
  padding: 10px 0 0 20px;;
}





/* CONTENT
-------------------------------------------------------------- */
#content {padding: 24px; }





/* FOOTER
-------------------------------------------------------------- */
#footer {
	background: #807a70 url(/images/border-bottom.png) no-repeat top center;
	clear: both;
	font-size: 11px;
	height: 30px;
	padding: 10px 0 0 0;
  text-align: right;
}

#footer li {
	display: inline;
  float: right;
}

#footer a {
  color: #fff;
  padding-right: 10px;
}
#footer a:hover { text-decoration: underline; }





/* FORM
-------------------------------------------------------------- */
form table th {
  padding: 2px 10px 5px 0;
  text-align: left;
  vertical-align: top;
}

form table td { padding: 0 0 10px 0; }

form table.contact {
  margin: 5px 0 0 20px;
}
form table.contact th { width: 100px; }

#recaptcha_image { padding: 15px; }

/* PARTNER */

#partners{
  margin: 0 auto;
  width: 760px;
}

#partners li{
  float: left;
  margin: 15px;
  height: 160px;
}



div.notice{
  background:url("../sfDoctrinePlugin/images/tick.png") no-repeat scroll 10px 4px #FFFFCC;
  border:1px solid #DDDDDD;
  margin:4px 0;
  padding:4px 4px 4px 30px;
}


/** Page verification certif **/

p.warning{
  background: url(../images/stop.png) no-repeat scroll 0 0 transparent;
  padding-left:20px;
}

.content #candidat {
    padding-left: 10px;
}
}