/* Les éléments HTML en général
-------------------------------------------------------- */

body {

	background: #fff;
	text-align: center;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	margin:0;
	padding:0;
}

#container {
	margin: 20px  auto 0 auto;
	width: 970px;
}

.required {
	color:#c40000 !important;
}

/*	Haut de page  ---------------------------------------------------- */

#pageTop {
	/*margin-bottom: 30px;*/
	padding:0;
}

#pageTop h1 {
	float:left;
	width:190px; /*(220 - padding-left)*/
	padding: 10px 30px 0px 0;
	margin:0;
	font-size:24px;
	/*font-weight:normal;*/
	text-align:right;
}
#pageTop h1 a,
#pageTop h1 a:visited
{
	padding:5px 10px;
	color:#000;
	text-decoration:none;
}
#pageTop h1 a:hover {
}


/*	Contenu page  ---------------------------------------------------- */
#content {
	margin-top: 30px;
    padding:0;
	text-align: left;
	margin-left:230px;
}
#content h2 {
	color:#333;
	font-size:20px;
	font-weight:bold;
}

/*	Content & Side bar (for news and other main modules -------------------------------------------- */

#sidebar {	
	float:left;
	margin-top: 30px;
	width:200px;
	padding:0;
	text-align:right;
}

#sidebar h2 {	
	font-family:Arial, Helvetica, sans-serif;
	margin:0 10px 10px 0 ;	
	font-size:14px;
	line-height:1.4em;
	padding:3px 5px 3px 0;
	/*
	color:#fff;
	background-color: #000;
	*/
	color:#000;
	border-bottom:solid 1px #d4d4d4;	
}

/* Sidebar category */
ul.link {
	list-style:none;
	margin:0 10px 20px 0;
	padding:0;
}
ul.link li {
	list-style:none;
	font-size:12px;
}
ul.link li a,
ul.link li a:visited
{
	width:185px;
	display:block;
	font-size:12px;
    font-weight:bold;
	line-height:1.4em;
	text-decoration:none;	
	color: #b4b4b4;	
	padding:3px 5px 3px 0;
	margin-bottom:2px;
}
ul.link li a:hover, ul.link li a.current {
	background-color:#000 !important;
	color:#fff !important;
}

/* Sidebar tagcloud */
ul#tagcloud {
	list-style:none;
	margin:0 10px 20px 0;
	padding:0;
}
ul#tagcloud li {
	overflow: hidden;
	/*position: relative;*/
	padding:0;
	margin: 0;
}
ul#tagcloud li a, 
ul#tagcloud li a:visited
{
	width:185px;
	display:block;
	color:#b4b4b4;
	text-decoration: none;
}
ul#tagcloud li a:hover, ul#tagcloud li a.current {
	background-color:#000 !important;
	color:#fff !important;
}



/*	Menu  -------------------------------------------- */

#menu {
	float:left;
	width: 600px;						/**/
	margin:0;
	padding-left: 10px;
	text-align:left;
}
#menu #menunavlist {
	margin: 0;
	padding: 15px 0 0 0;
}
#menu li{
	padding: 0;
	display:inline;
}
#menu ul, #menu li {
	list-style-type: none;
	margin:0;
	height:24px;
}
#menu ul li a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color: #888;
	padding:4px 15px;
	white-space: nowrap;
}
#menu ul li a:hover, #menu ul li a:active {	
	text-decoration:none;	
	background-color:#000;
	color:#fff;
}

#menu ul li .current, #menu ul li a:hover.current {
	text-decoration:none;
	background-color:#000;
	color:#fff;
}
/*	Sous-Menu  -------------------------------------------- */	

#navlist, 
#navlist li {
	display:inline;
	margin: 0;
	padding:0;
	list-style-type: none;
}
#navlist li {
}

#navlist li a {
    text-align:right;
	width:185px;
	display:block;	
	font-size:12px;
    font-weight:bold;
	line-height:1.4em;
	text-decoration:none;	
	color: #b4b4b4;	
	padding:3px 5px 3px 0;
	margin-bottom:2px;
}

#navlist  li a:hover, #navlist li a:active {	
	text-decoration:none;
	color:#fff;
	background-color:#000;
}	

#navlist  li .current, #navlist li a:hover.current {
	text-decoration:none;	
	background-color:#000;
	color:#fff;	
}	

/*	MenuLang  -------------------------------------------- */

#menuLang {
	float:right;
	margin:20px 0px 0px 35px;
    padding:0;
}
#menuLang ul{
	margin:0;
	padding:0;	
	list-style-type:none;
}
#menuLang ul, #menuLang li {
	margin: 0;	
	padding: 0;
	list-style-type: none;
}
#menuLang ul li {
	float: left;	
	padding:0 0 0 10px;
}
#menuLang ul li a {	
	display:block;
	width:17px;
	height:15px;
}
#menuLang ul #fr a { background:url(../images/icone_lang_fr_out.gif) no-repeat 50% 50%;}
#menuLang ul #fr a:hover { background:url(../images/icone_lang_fr_over.gif) no-repeat  50% 50%;}
#menuLang ul #de a { background:url(../images/icone_lang_de_out.gif) no-repeat 50% 50%; }
#menuLang ul #de a:hover { background:url(../images/icone_lang_de_over.gif) no-repeat 50% 50%; }
#menuLang ul #en a { background:url(../images/icone_lang_en_out.gif) no-repeat 50% 50%; }
#menuLang ul #en a:hover { background:url(../images/icone_lang_en_over.gif) no-repeat 50% 50%; }




/*	Titres / Sous titres  -------------------------------------------- */

h2, h3, h4 {
	margin:0;
	padding:0;
}
h2 {
	color:#333;
	font-size:16px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	color:#888;
	font-weight:normal;
	margin:0 0 12px 0;
}
h4 {
	font-size:13px;
	color:#000;
	font-weight:normal;
}



/*	News & Post  -------------------------------------------- */

#news_top {
	margin-bottom:30px;
}
#news_top img {
	border:solid 10px #000;
}

.post{
	margin-bottom:30px;
}
.post .post-content {
	margin-left:60px !important;
}
.post h2 a:hover {
	color:#fff !important;
}
.post h2 a {
	color:#333 !important;
}
.post h4 {
	font-size:16px;
	color:#888;
	margin:10px 0 0px 0;
}
.post-info{
	font-size:12px;
	color:#888;
	font-weight:normal;
	margin:0 0 12px 0;
}

/* Post date */
.post .date {
	float:left;
	/*background:url(dateBg.jpg) no-repeat top left;*/
	background-color:#fff;
	border:1px solid #888;
	width:38px;
	height:50px;
/*	margin:1px 0 0 14px;*/
	margin:2px 0 0 0px;
	text-align:center;
}
.post .date .day{
	display:block;
	font-size:18px;
	color:#fff;
	padding-top:1px;
	background-color:#000;
	border-bottom: solid 1px #888;
}
.post .date .month{
	display:block;
	font-size:10px;
	color:#000;
	padding:0;
}
.post .date .year{
	display:block;
	font-size:10px;
	color:#000;	
	padding:0;
}
/* Post image */
.post img {
	border: solid 10px #000;

}

.post .comment-message {
	margin:0 0 20px 0;
	padding:20px;
	background-color:#fafafa !important;
	border: solid 1px #f3f3f3;
}
.post .comment-message p {
	font-size:13px;
	padding:0;	
}
/*	Article & Post -------------------------------------------- */	

.article {
	margin:0;
	padding:0 0 10px 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*width:740px;							/**/*/
}
.article p, .post p {
	font-size:13px;
	margin:0;
	padding:0 0 8px 0;
	text-align:justify;
	line-height:1.4em;
}
.article ul {
	margin:0 0 5px 25px;
	padding:0;
	font-size:12px;
}
.article a,
.article a:visited,
.post a,
.post a:visited
{
	color:#c40000;
	text-decoration:underline;
}
.article a:hover, .post a:hover {
	color:#fff;
	background-color: #000;
	text-decoration:none;
}

/*	Article gallery  ---------------------------------- */	
.article .gallery{}
.article .gallery ul{
	list-style:none;
	margin:0;
}
.article .gallery ul li{
	float:left;
	margin-right:10px;
	list-style:none;
}
.article .gallery ul li img{
	border:solid 6px #000;
}

/*	Comment Form -------------------------------------------- */
.comment-form {
	margin:10px 0 30px 0;
}
.comment-form fieldset{
	border: solid 1px #f3f3f3;
	background-color:#fafafa;
}
.comment-form label {
	display:block;
	width:150px;
	padding-right:30px;
	margin-top:2px;
	height:1.4em;
	text-align:right;
	font-size:13px;
	float:left;
	clear:left;
}
.comment-form input, .comment-form textarea {
	border: solid 1px #d4d4d4;
	background-color:#f3f3f3;
	color:#888;
	padding:2px;
	font-family:"Arial" sans-serif;
	font-size:13px;
}
.comment-form input:focus, .comment-form textarea:focus {
	background-color:#fff;
	color:#000;
}
.comment-form .input {
	float:left;
	margin: 0 0 10px 0;
}
.comment-form .inputbox {
	float:left;
	display:block;
	margin-bottom:10px;
	width:280px;
}
.comment-form .inputbox p {
	margin: 0;
	padding: 0;
	font-size:12px;
	color:#888;
}
.comment-form .button {
	float:left;
	border: solid 1px #d4d4d4;
	color:#000;	
	background-color:#d4d4d4	;
}
.comment-form textarea {
	width: 450px !important;
	height:120px;
}




/*	Commentaires ---------------------------------- */
#comments {}
#comments dt {
	margin: 16px 0 0 0;
	padding: 2px 10px 15px 10px;
	background-image: url(../images/news_comment_top.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 100%;
	font-size: 12px;
	line-height: 12px;
	color:#888;
}
#comments dt a, #comments dt a:visited{
	text-decoration:none;
}
#comments dt a:hover{
}
#comments dt span.no {
	float:right;
	/*margin-top:23px;*/
	margin-top:3px;
	font-size:11px;
}

#comments dt span.by {
	padding: 0 56px 4px 0;
	background: url(../images/news_comment_who.gif) no-repeat 100% 100%;
}
#comments dd {
	background: url(../images/news_comment_bottom.gif) no-repeat 0 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#comments dd p {
	background: #f3f3f3;
	margin: 0;
	padding: 5px 20px;
}
#comments dt.me {
	background: url(../images/news_comment_me_top.gif) no-repeat 0 100%;
}
#comments dt.me span.by {
	background: url(../images/news_comment_me_who.gif) no-repeat 100% 100%;
}
#comments dd.me {
	background: url(../images/news_comment_me_bottom.gif) no-repeat 0 100%;
}
#comments dd.me p {
	background: #dfdfdf;
}




/*	Autres liens  ---------------------------------- */	

#otherLink {
	float:left;
	display:inline;
	/*text-align:left;*/
	/*		Remplace : float:right; (bug IE) */		
	margin: 5px 0 0 0;
	list-style-type:none;
}
#otherLink a {
	float:left;
	padding:3px;
	margin-right:5px;
	background-color:#f4f2ef;
	border:1px solid #999; 
	color: #000;
	text-decoration:none;
	display:block;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#otherLink a.selected{
	background:#fff;
	color:#000;
	border: 1px solid #999;
}
#otherLink a:hover{
	background:#000;
	color:#fff;
	border:1px solid #999;
}


/*	Illustration  -------------------------------------------- 
*/
#illustration {	
	float:left;
    display:block;
	padding:0 0 30px 0;
	margin:0;
}
#illustration #imgLink {
	float:left;	
    margin:0;
	padding:0;
}
#screens {
	width: 740px;						/**/
}
#screens img {
	border: 0;
}
#illustration .legende {
	margin:5px 0 5px 0;
	font-size:12px;
	color:#888;
}

/*	Boutons Images -------------------------------------------- */

.jqGSContainer{
	position:relative;
}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{border:none;}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{background:#000;position:absolute;right:0px;top:0px; padding:3px;color:#fff;width:300px}

/*.jqGSPagination{float:right;width:100%;height:20px;top:5px;padding: 5px 0;background-color:#df5;}*/
.jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;float:right;}
.jqGSPagination ul li{padding:0;margin-left:5px;margin-top:5px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSPagination ul li a{padding:2px 0px;background:#f4f2ef;border:1px solid #999; color: #000;text-decoration:none;display:block;width:20px;font:10px Verdana, Arial, Helvetica, sans-serif;}
.jqGSPagination ul li a.selected{background:#000;color:#fff;border: 1px solid #000;}
.jqGSPagination ul li a:hover{background:#000;color:#fff;border:1px solid #999;}

.jqGSImgContainer{background: #fff;border: solid 10px #000;}



/*	Liens annexes  -------------------------------------------- */	
#links {	
	padding-top:20px;
}
#links h5{		
	display:block;	
	font-size:12px;		
	font-weight:normal;	
	margin:0;		
	padding: 2px 0 2px 20px;
}	
#links ul {		
	margin: 0;
	padding: 0;	
	list-style-type:none;
}	
#links ul li a {	
	display:block;
	width:148px;	
	height:20px;	
	font-size:10px;	
	text-decoration:none;
	color: #b4b4b4;		
	background-repeat: no-repeat;
	background-position: 20px 0;
	padding:3px 0 2px 40px;
}
#links ul  li a:hover,#links ul li a:active {
	text-decoration:none;
	color:#c40000;
}	

/*
#links #navlist li a.PDF {	
	background-image: url(../images/small_pdf.gif);
}
#links #navlist li a.WORD {	
	background-image: url(../images/link_icone_WORD.gif);
}
*/	

#links ul li a.pdf {background-image: url(../images/small_pdf.gif);}
#links ul li a.flv {background-image: url(../images/small_flv.gif);}	
#links ul li a.jpg {background-image: url(../images/small_jpg.gif);}

/*	Foot  -------------------------------------------- */

#foot {	
	margin: 20px 0 0 220px;	
	padding: 0px 0px 5px 0px;
	border-top:solid 1px #eee;
	text-align: center;	
	font-size:11px;
}
#foot #footMenu {
	clear:both;
	margin: 0;  
	padding: 10px 0px 0 0px;
}
#foot #footContact {	
	display:none;
}
#foot p {
	color:#b4b4b4;
	display:inline;
	margin-left:0px; 
}
#foot a {
	color:#b4b4b4;
	text-decoration:none;
}
#foot a:hover {	color:#333;	text-decoration:none;}

#foot a.MAIL {
	padding:2px 0 0px 0px;
	margin:0 0 0 0px;
	border:none;
	/*background-image: url(../images/icone_MAIL_out.gif);*/
	background-repeat: no-repeat;	
	background-position: 0 3px;
}
	
#foot a:hover.MAIL {
	/*background-image: url(../images/icone_MAIL_over.gif);*/
}


/*** see http://www.positioniseverything.net/easyclearing.html   for explanation of Tony Aslett's elegant hack ***/
	
.clearing:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearing {
	display: inline-block;
	display: inline;
	}
	
/* hides from IE/Mac*/
	
	html.clearing {  
	height: 1%; 
	}
	
	.clearing { 
	display: block; 
	}
	
/* end hide from IE-Mac */ 

