/*
	
	Css commun a tout le site

*/


/* Styles globaux des BALISES */
*
{
	margin:0;
	padding:0;
}

body
{
	font-size:13px;
	font-family: "trebuchet MS", verdana, sans;
	background: #8f8c86;
}

ul
{
	padding-left:30px;
}

h2
{
	padding:10px 5px;
}

table
{
	border:0;
}

a
{
	color: black;
	text-decoration:underline;
}

a:hover, a:active
{
	color: #444;
	text-decoration:underline;
}

a img
{
	border:0;
}

img
{
	vertical-align: middle;
}

blockquote
{
	border: 1px solid #666;
	padding: 15px 15px;
	margin: 5px;
}
/* classes globales */
.cb
{
	clear:both;
}

.error
{
	color:#D00;
	/*text-decoration: blink;*/
}

.encadreAdmin
{
	border:1px solid #888;
	margin:5px;
	padding:8px;
}

/* design général  */
#base
{
	width:946px;
	background: url(../img/bg.jpg) no-repeat;
}

#header
{
	height: 107px;
}

#header h1
{
  width:300px;
  height:107px;
  background: transparent url(../img/LogoChaigne.gif) no-repeat ;
}

#header h1 a
{
	font-size:30px;
	color:black;
	padding-left:0;
  text-indent: -9000px;
  width:300px;
  height:107px;
  display:block;
}

#EncartContacts
{
	float:right;
	margin-top:72px;
	height:32px;
	width:590px;
	line-height:32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 14px;
  color: #2D2A25;
  text-align: right;
  
  /*display:none;*/
}

#EncartContacts input
{
	width:100px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:2px;
	padding-left:2px;
	border:0;
	background: transparent url(../img/ZoneID.gif) no-repeat;
  font-family: verdana, sans serif;
  font-size: 12px;
  height: 17px;
}
#EncartContacts a
{
  text-decoration: none;
}
#EncartContacts img
{
   vertical-align: text-bottom;
}

#spanRemember
{
	line-height: 17px;
	cursor:pointer;
  background: url(../img/cocheRemember.gif) no-repeat;
}

#spanRemember.selected
{
  background-position: left -17px;
}

#lienInscription
{
	text-indent:-9000px !important;
  text-align: left;
  background: url(../img/LienInscription.gif) no-repeat ;
  display:block;
  font-size:8px;
  height:13px;
  width:72px;
	float:right;
}
#lienInscription:hover,
#lienInscription:focus
{
  background-position: left -15px;
}

#MenuContact
{
	position: absolute;
	top:100px;
	left:750px;
	width:200px;
	background: #DBD9D5;
	z-index:3;
	text-align:left;
	font-size:90%;
	padding-bottom:5px;
}
#MenuContact li
{
	height: 25px;
}

#blogLink
{
	margin-top:6px;
	float:right;
	display:block;
	height: 18px;
	width: 164px;
	text-indent:-9000px;
  background: transparent url(../img/LienBlog.gif) no-repeat ;
}
#blogLink:hover
{
  background-position:  left -18px;
}

.content, #content
{
	margin:19px;
	/*min-height:300px;*/
	width:876px;
	background: transparent url(../img/backContent.png) no-repeat;
	padding:0;
	color:#2C2A26;
}
.content .ombreBas
{
	background: #8F8C86 url(../img/backContentOmbreBas.png) no-repeat;
	height:23px;
	padding:0;
	margin:0;
}

.minHeight300
{
	min-height:300px;
}

.content p
{
	margin:5px 4px;
}

h3
{
	padding-left:10px;
  font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: 100;
  border-bottom:1px solid #EEE;
}

.content h2,
.block_1_3 h2
{
	margin:0;
  padding: 2px 0 0px 22px;
  margin-bottom: 8px;
  font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: 100;
  color: white;
  background: url(../img/PuceTitres.gif) no-repeat;
}
.block_1_3 h2
{
  background: url(../img/back_H2_bloc.png) no-repeat ;
}

.block_1_3
{
	margin-left:19px;
	margin-bottom:19px;
	background: transparent url(../img/back_content2.png);
	border: 1px solid #333;
	height:250px;
	float:left;
	width:290px;
}

/*Fil d'ariane*/
#filAriane
{
 	background: url(../img/puceTriangle.gif) no-repeat ;
 	background-position: left 4px;
	margin:3px 0;
	padding:4px;
	padding-left:11px;
	color: #EAE9E7;
	display:block;
	margin-left:30px;
	font-size:16px;
  font-family: Georgia, Times, serif;
}
#filAriane *
{
	color: #EAE9E7;
  text-decoration: none;
}
#filAriane a:hover
{
	color: white;
}

.goodmargins
{
	padding:0 4px;
}

.bigButton
{
  float:right;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	font-variant:small-caps;
	font-weight:100;
	margin:15px;
	padding:6px 12px;
}

input
{
	position:relative;
}

input[disabled]
{
	color:white !important;
	border:1px solid #AAA;
	background: #888;
 	font-style: italic;
}
