@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
a:link {
	text-decoration: none;
	color: #6695A6;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:focus {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #6695A6;
}
.show a:hover {
	color:#F9D552;
}
a:active {
	text-decoration: none;
	color: #030303;
}
.thrColAbsHdr #container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: justify;
}
.thrColAbsHdr #header {
	height: 135px;
	padding-left: 40px;
}
.thrColAbsHdr #header h2 {
	font-variant: small-caps;
	font-weight: 500;
}
.thrColAbsHdr #header a:link {
	color:#F9D552;
}
.thrColAbsHdr #header a:hover {
	color:#F9D552;
}
.thrColAbsHdr #sidebar1 {
	float: left;
	width: 40px;
	padding-top: 20px;
	text-align: center;
	background-image: url(images/fond_langues.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 175px;
	z-index: 1500;
}
.thrColAbsHdr #sidebar2 {
	float: right;
	width: 200px;
	padding: 10px;
}
.thrColAbsHdr #mainContent {
	min-height: 500px;
	margin-right: 240px;
	margin-left: 40px;
	margin-bottom: 15px;
	background-color: #121216;
	padding: 20px;
}
.thrColAbsHdr #mainContent h1 {
	font-variant: small-caps;
	color: #6695A6;
	font-weight: 500;
}
.thrColAbsHdr #mainContent h2 {
	color:#FFF;
	font-size:95%;
}
.thrColAbsHdr #mainContent h3 {
	color:#6695A6;
	font-size:95%;
}
.thrColAbsHdr #mainContent p {
	font-size:95%;
}
.thrColAbsHdr #mainContent p a {
	color:#6695A6;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
li {
	background: url(images/fleche_double_droite.gif) no-repeat 0 0.32em;
	list-style-type: none;
	padding-left: 15px;
}
#erreur404 {
	text-align: left;
	background-image: url(images/ptexcla.png);
	background-repeat: no-repeat;
	background-position: 60px center;
	padding-left: 180px;
	height: 120px;
	vertical-align: middle;
}

/*Menu*/
.menu_titre {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #6695A6;
	font-variant: small-caps;
	font-weight: bold;
}
.menu_sub {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(images/fleche_nav.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #fff;
}
.menu_sub:hover {
	background-color: #292932;
}

/*Accueil*/
.presentation {
	float: left;
	width: 200px;
	height: 299px;
	border: thin solid #121216;
}
.presentation:hover {
	border: thin solid #F9D552;
}
.presentation h2 {
	font-variant: small-caps;
	text-align: left;
	padding-left:12px;
	font-size: 90%;
	font-style: oblique;
	margin-top: -20px;
	visibility:hidden;
}
a:hover .presentation h2 {
	visibility:visible;
}

/*News*/
.news {
	padding-left: 5px;
}
.news a {
	color:#FFF;
	font-size: 85%;
}
.news_contenu {
	padding-left:120px;
	padding-right: 100px;
}
.news_contenu h3 span {
	font-size:70%;
	color:#333;
}
.news_contenu h4 {
	font-size:85%;
}

/*Livre or*/
#formulaire {
	display:none;
	margin-left:5px;
	border: thin solid #6695A6;
	-moz-border-radius:8px;
	padding:10px;
}
.formulaire_encart {
	border: thin solid #6695A6;
	-moz-border-radius:8px;
	padding:10px;
}
.pseudo span {
	font-size:70%;
	color:#333;
}
.page_act {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6695A6;
}
.page_act:hover {
	background-color:#6695A6;
	color:#FFF;
}
.page:hover {
	background-color:#6695A6;
	color:#FFF;
	text-decoration:none;
}

/*Publications*/
.publication {
	padding-right: 20px;
	padding-left: 20px;
}
.publication h2 {
	color:#6695A6;
}
.publication span {
	font-size:85%;
	color:#333;
}
.publication h4 {
	font-size:85%;
}

/*Liens*/
.lien a:link {
	color:#FFF;
	font-size: 90%;
}

/*Plan*/
.plan a {
	color:#FFF;
	font-size: 90%;
}
.plan span {
	color:#6695A6;
}

/*Formulaires*/
label {
	display:block;
	width:160px;
	float:left;
}
input[type=submit] {
	border : 1px ridge;
	border-color:#666;
	background-color: #333;
	color : #FFF;
	font-weight: bold;
}
input[type=text] {
	border : 1px ridge;
	border-color:#666;
	background-color: #333;
	color : #FFF;
	padding-left: 10px;
}
textarea {
	border : 1px ridge;
	border-color:#666;
	background-color: #333;
	color : #FFF;
	padding-left: 10px;
}
input[type=password] {
	border : 1px ridge;
	border-color:#666;
	background-color: #333;
	color : #FFF;
	padding-left: 10px;
}
input[type=submit]:focus {
	border-color:#6695A6;
}
input[type=text]:focus {
	border-color:#6695A6;
}
textarea:focus {
	border-color:#6695A6;
}
input[type=password]:focus {
	border-color:#6695A6;
}