/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre à zéro si nécessaire. */ 
  /* Pensez à utiliser une collection de polices (2), par ex: 
  font-family: Arial, Helvetica, FreeSans, sans-serif; */ 
  font-size: .8em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  background: #ececec;
  font-family: Tahoma, sans-serif;
  color: #666666;
  
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */ 
 
/* Met en évidence les abréviations (ayant un attribut title) */ 
abbr[title] { 
  border-bottom: 1px dotted; 
  cursor: help; 
} 
 
/* Met en évidence les citations */ 
blockquote { 
  margin: .75em 0 .75em 20px; 
  padding: 0 0 0 10px; 
  border-left: solid 2px #ddd; 
} 
q, cite { 
  font-style: italic; 
} 
q cite, q q { 
  font-style: normal 
} 
 
/* Supprime les guillemets automatiques (citations courtes) */ 
q { 
  quotes: none; 
} 
q:before, q:after { 
  content: ""; /* Nécessaire pour Safari/Chrome */ 
} 
 
/* Rapproche les paragraphes dans les listes et citations */ 
blockquote p, li p { 
  margin: .5em 0; 
} 
 
/* Styles de base pour les listes de définition */ 
dl { 
  margin: .75em 0; 
} 
dt { 
  margin: .75em 0 0 0; 
  font-weight: bold; 
} 
dd { 
  margin: .25em 0 .25em 32px; 
} 
 
/* Mise en forme simple pour les tableaux */ 
table { 
  margin: 0; 
  border: 1px solid gray; /* Pas de bordure = "none". */ 
  border-collapse: collapse; /* Valeur par défaut: "separate". */ 
  border-spacing: 0; 
} 
table td, table th { 
  padding: 4px; /* Pas de retrait autour du texte = "0". */ 
  border: 1px solid #ccc; /* Pas de bordure = "none". */ 
  vertical-align: top; /* Valeur par défaut: "middle" */ 
} 
 
/* Conteneurs sémantiques de HTML 5 */ 
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { 
  display: block; 
}

/* a */
a:link {

	color:#f38e6d; 
	text-decoration: none;
}

a:visited {

	color:#f38e6d; 


}

a:active {

	color:#f38e6d; 


}

a:hover {

	color:#f38e6d; 
	text-decoration: underline;

}

a:focus {outline: none;}

/* structure */

.imgshadow {
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
}

#head {
	width: 100%;
	height: 148px;
	margin: 0px;
	padding: 0px;
	background: url(header_back.png) repeat-x;
}

#top {
	width: 970px;
	margin: auto;
	height: 110px;
	padding: 0px;
	margin-top: 0px;
}

#logo {
	margin-left: 10px;
	padding: 0px;
	margin-top: 6px;
	height: 98px;
	width: 450px;
	float: left;
	//background: url(logo_paret.png) no-repeat;
}

#social {
	float: left;
	margin-top: 30px;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

#content {
	width: 970px;
	margin: auto;
	margin-top: 0px;
	background: White;
	clear: both;
	min-height: 300px;
}



#main {
}


#lang {
	position: absolute;
	right: 20px;
	top: 20px;
}

#principal {
	clear:both;
	padding: 15px;
	margin-top: 0px;
	padding-top: 20px;
}

#principal h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 0px;
	color: #f38e6d;
}

#principal h3 {
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
}

#principal h4 {
	margin-left: 20px;
	height: 28px;
	padding-left: 10px;
	padding-top: 2px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	background: #c36438;
	color: Black;
	border-radius: 15px 0px 0px 15px ; 
	-moz-border-radius: 15px 0px 0px 15px ; 
	-webkit-border-radius: 15px 0px 0px 15px ;
}

#principal h4 a {
	color: #000000;
}

.article p {
	text-indent: 10px;
	text-align: justify;
}

.article {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-bottom: 20px;
}

#sharepage {clear: both; margin-top: 40px;}

.clear
{
	clear:both;
}

.even {background-color:#E6E6E6;}

#footer {
	text-align:center;
	width: 980px;
	margin:auto;
	margin-top: 10px;
}

#news ul {padding: 0; margin: 20px 0px 20px 0px;}

#news li {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px Black solid;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 5px;
}

#news li h3 {margin: 0; padding: 0;}

#news span {font-size: 0.8em; font-style: italic;}

#yoxview_picasa {
	width: 850px;
	margin: auto;
	background: LightGrey;
	border: 1px solid #666666;
	border-radius: 10px; 
	-moz-border-radius: 10px ; 
	-webkit-border-radius: 10px ;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
  /* IE6–IE9 */
	-moz-box-shadow:inset 0 0 5px #000000;
   -webkit-box-shadow:inset 0 0 5px #000000;
   box-shadow:inset 0 0 5px #000000;	
}

#yoxview_picasa img {
	border: 1px solid Black;
	padding: 3px;
	margin-right: 5px;
}

#yoxview_picasa a {
	display: block;
	margin: 10px 10px 50px;
	float: left;
	text-decoration: none;
	text-align: center;
}

#yoxview_picasa a span {
	display: block;
	padding-top: 4px;
}

#yoxview_picasa {
	margin-top: 20px;
	padding: 10px;
	
}

#videos {
	list-style-type: none;
}

#sponsors {
	margin-top: 30px;
}

#sponsors ul {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0px;
}

#sponsors li {display:block; float: left; margin: 30px; padding: 0px;}

.clear {
	clear: both;
}

#colonne2 {
	width: 290px;
	float: left;
}

#colonne1 {
	width: 640px;
	float: right;
}

.doclist {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding: 0;	
}

.doclist a {
	text-decoration: none;
}

.doclist li{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	height: 70px;
	border-bottom: 1px black dashed;
	margin-bottom: 20px;
}

.docname {
	float: left;
	width: 400px;
}

.docdesc {
	float: left;
}

.docname img {
	vertical-align: middle;
}

#slider {
	margin: 0;
	padding: 0;
	width: 940px;
	height: 470px; 
}

#homecol1 {
	margin-right: 8px;
	margin-top: 20px;
	float: left;
	width: 460px;
	height: 350px;
	background: White;
	border: 1px solid #CAC9C8;
}

#homecol2 {
	margin-left: 8px;
	margin-top: 20px;
	float: left;
	width: 460px;
	height: 350px;
	background: #003468;
	border: 1px solid #CAC9C8;
}