/* CSS Document */

@import url(structure.css);
@import url(fonctions.css);


/*-----------  remise à zéro  -----------*/
html, body {
	border:0;
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
}

/*-----------  formatage commun   -----------*/

body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #e9e2d5;
	color: #3a362e;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 { 
	padding: 0 0 18px 0;
	font: normal 30px "Times New Roman", Times, serif;
	color: #aba48d; 
}
h1.size20 { 
	padding: 0 0 12px 0;
	font: normal 20px "Times New Roman", Times, serif;
	color: #aba48d; 
}
h2 {
	padding: 0 0 6px 0;
	letter-spacing: 0.05em;
	font: normal 13px "Times New Roman", Times, serif;
	color: #5f402a; 
	text-transform: uppercase;
}
h2.padding12 {
	padding: 0 0 12px 0;
}
 
h3 {
	padding: 0 0 6px 0;
	font-weight:bold;
	font-size: 11px;
}
h4 {
	font: normal 18px "Times New Roman", Times, serif;
	color: #aba48d;
	padding-bottom:18px;
}
p { 
	margin: 0;
	padding-bottom: 18px; 
}
ul, ol {
	margin: 0;
	padding: 0 0 18px 14px;
}
blockquote {
	margin: 22px 40px;
}
small {
	font-size:0.85em;
}
sup {
	position: relative;
	bottom: 0.3em;
}
sub {
	position:relative;
	bottom:-0.2em;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/*-----------  liens   -----------*/

a, a:visited {
	text-decoration:none;
	color: #776653;
	outline: none; 
}
a:hover {
	text-decoration:underline;
}
/*-----------  images   -----------*/

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
p.photos-3frames {
	height: 149px;
	margin-left: -6px;
	padding-top: 11px;
	background: url(../medias/_commun/photos_3frames_bgd.jpg) no-repeat;
}
p.photos-3frames img {
	margin: 0 11px 0 14px;
}
p.photo-1frame {
	margin: -3px 0 0 -6px;
	padding: 15px 18px;
	background: url(../medias/_commun/photo_frame_bgd.jpg) no-repeat;
}
p.photo-1bigframe {
	margin: 0 0 24px -8px;
	padding: 15px 18px;
	background: url(../medias/_commun/photo_frame_big_bgd.jpg) no-repeat;
}

/*-----------  formulaires   -----------*/
form {
	display:inline;
}
textarea {
	padding: 2px;
	line-height: 1.25;
	color: #004c15;
	border: 1px solid #999;
	font: 12px arial, helvetica, sans-serif;
} 
input, select {
	padding: 2px;
	color: #004c15;
	border: 1px solid #999;
	font: 12px arial, helvetica, sans-serif;
}
label {
	float: left;
	display: block;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	cursor:text;
	color: #666666;
}

/*-----------  tableaux   -----------*/
table {
	margin-bottom: 18px;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td {
	padding: 2px;
	vertical-align:top;
}

/*-----------  classes globales   -----------*/

.clear         { clear:both; }
.hide		   { display: none }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     	{ text-align:left; }
.text-right    	{ text-align:right; }
.text-center   	{ text-align:center; }
.text-justify  	{ text-align:justify; }

.text_legend	{ font-size:11px; line-height: normal; color: #666 }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.nopadding     { padding:0; }
.nomargin      { margin:0 !important; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

 

/*-----------  classe clearfix   -----------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -------------- videos ------------------- */

ul#listeVideo, ul#liste990{
	float:left;
	padding:0;
	display:block;
}

ul#listeVideo li, ul#liste990 li{
	float:left;
	width:208px;
	height:220px;
	list-style:none;
	display:block;
}
