@import url(reset.css);
@import url(layout.css);

/*** Images et Eléments de typographie (polices et couleurs) ***/

/* styles par défaut pour les éléments */
strong { font-weight: bold; }
em { font-style: italic; }
acronym { border-bottom: 1px dotted; }

body {
	font:80% Arial, Helvetica, sans-serif;
	background: #5EA4D5 url(../images/background-line.gif) repeat-y scroll center top;	
}

div#conteneur {
	background: #fff;
	padding: 4px;
}

/****************************/
/* HEADER                   */
/****************************/

#header {		
	margin: 0;
	background: url(../images/header.png) no-repeat left top;
	background-color: #ccc;
	height: 89px;
	width: 900px;
}

#header h1 a {
	text-indent: -5000px;
	position: relative;
	left: 10px;
	top: 4px;	/* décaler légèrement par rapport au flux normal */
	height: 70px;
	width: 300px;
	display: block;
}

/* astuce pour les autres navigateurs que IE */
#header h1 > a {
	background: url(../images/logo-web.png) no-repeat;
}

#header #slogan {
	position: relative;
	left: 4px;
	top: 2px;
	color: white;
}

#menu-container ul
{
	margin-top: 4px;
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: white;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#menu-container ul li
{
	display: inline;
}

#menu-container ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#menu-container ul li a:hover
{
	background-color: #369;
	color: #fff;
}

/* Fil d'Ariane */

#breadcrumb ul
{
	list-style-type: none;	
}

#breadcrumb ul li
{
	color: black;
	display: inline;
	margin-left: 0.5em;
}

#breadcrumb ul li a
{
	color: black;	
	font-weight: bold;
	background: transparent url(../images/breadcrumb.gif) no-repeat center right;
	padding-right: 18px;
}

#breadcrumb ul li a:hover
{
	color: #0081D5;
}

#breadcrumb ul li.selected
{
	color: black;
}

/*************************************/
/*       LE CONTENU DES PAGES        */
/*************************************/

h2
{
	font-size: 160%;
	font-variant: small-caps;
	font-weight: bold;
	color: #0081D5;	
}

h3
{
	font-size: 120%;
	font-variant: small-caps;
	color: #0081D5;	
}

#content
{
	margin-top: 4px;
	padding: 0 1em 0 1em;
}

#content p
{
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* titres h2 et h3 avec une marge au dessous et en dessous */
#content h2
{
	padding: 0.5em 0;
}

#content h3
{
	padding: 0.5em 0;
}

/* les liens */
a { 
	color: black;
}

a:hover {
	color: #0081D5;
}

/* pour les titres, couleur bleu sans souligné */
h2 a {
	color: #0081D5;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

/* indique la date de mise à jour des pages (à la fin du contenu) */
.page-date {
	font-style: italic;
	font-size: 80%;
	color: #666;
}

/* espace à droit des photos alignées à gauche */
img.photo {
	margin-right: 8px;
}

a img.photo {
	border: 2px solid white;
}

a:hover img.photo {
	border: 2px solid #0081D5;
}
	
ul {
	list-style-type: disc;
	margin: 1em;
	padding-left: 1em;	
}

ol {
	list-style-type: decimal;
	margin: 1em;
	padding-left: 1em;	
}

ul li, ol li {
	margin: 0.5em;
}

/*****************************************/
/* Boite de vidéo (une image, un résumé) */
/*****************************************/

.video-item strong {
	display: block;
}

.video-item em {
	display: block;
	font-size: 80%;
}

.video-item a {
	text-decoration: none;
	color: black;
}

.video-item a:hover {	
	color: #0081D5;
	text-decoration: none;	
}

.video-item a strong {
	color: black;
	text-decoration: underline;
}

.video-item a:hover strong {
	color: #0081D5;
}

.video-item img.photo {
	margin-right: 8px;
}

.video-item:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
 }

.video-item {
	display: inline-block;
	padding: 2px;
}

/* Hides from IE Mac \*/
 * html .video-item {height: 1%;}
 .video-item{display:block;}
 /* End Hack */ 
	
/** DEFINITIONS DES TAILLES DE COLONNES **/

#content #leftcol {
	width: 600px;
	float: left;
}

#content #rightcol {
	margin-left: 600px;
	padding-left: 1em;
}

/****************************/
/*         LISTES           */
/****************************/
ul.small-list {
	font-size: 90%;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

ul.simple-list {
	list-style-type: none;
	margin: 0;
	padding: 0;		
}

/**** TAGS ****/
.tag-cloud {
	margin: 0;
	padding: 0;
}

.tag-cloud li {
	display: inline;
}

.tag-cloud big {
	font-size: 120%;
}

.tag-cloud small {
	font-size: 90%;
}

/****************************/
/*          PAGES           */
/****************************/
#pager a {
	border: 1px solid #0081D5;
	padding: 4px;
	text-decoration: none;
}

#pager a:hover {
	background-color: #ddd;
}

/****************************/
/*        FORMULAIRES       */
/****************************/
label {
	width: 150px;
	float: left;
}

input.textfield {
	width: 300px;
	border: 1px solid #999;
	margin: 4px;
}

textarea {
	width: 300px;
	border: 1px solid #999;
	margin: 4px;
}

fieldset {
	padding: 0.5em;
	margin: 1em 0;
	width: 600px;
	border: 1px solid #ccc;
}

.submitBtn {
	border: 1px solid #ccc;
	background: white;
	margin: 4px;
}

/*****************************/
/*        PIED DE PAGE       */
/*****************************/

#footer {
	background: #036;
	padding: 4px;
	color: white;
}

#footer p
{
	margin-top: 2em;
}

#footer a {
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

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

#footer #blocks {
	width: 60%;
	margin: 0 auto;
}

#footer .block {
	width: 48%;
	float: left;
	text-align: left;
}

#footer h2
{
	padding: 0.3em 0;
}

#footer h3
{
	padding: 0.2em 0;
}
/*****************************/
/*     ELEMENTS DIVERS       */
/*****************************/

.spacer {
	clear: both;
	height: 8px;
}

.clear {
    clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/************************************/
/*    MESSAGES (INFOS, ERREURS)     */
/************************************/
.error {
	color: red;
	padding: 0.5em 0;
}

ul.error {
	padding-left: 1em;
	list-style-type: disc;
}

ul.error li {
	margin-left: 1em;
}

.info {
	color: blue;
}

.ads {
	line-height: 100%;
	margin: 4px;
	text-align: center;
}
