/* Default Styles
============================================================ 
--------------------------------------------------------- */

* {
	margin : 0; padding : 0;
}

img { border : none; }

body { 
	background: #fff;
	font: 11px Georgia, 'Book Antiqua', Palatino, serif;
	line-height : 18px;
	color: #000;
}

p { margin-bottom : 30px;}
h1 { font-weight : bold; font-size : 24px; margin-bottom : 0; text-transform : uppercase;}
h2 { font-size : 90%; margin-top : 10px;}
h4 { font-size : 90%; margin-top : 10px; margin-bottom : 2px; color : #2A2819;}

a:link, a:visited { color : #000; text-decoration : none; font-weight : bold;}
a:hover, a:active {	color : #7b6655;}

.red { color : #ff0000; }
.bold { font-weight : normal; }




/**************************** MAINSTRUCTURE **************************/

#main-container { width : 750px; margin : 0px auto 20px;; background : #fff; }

#header-container {
	width : 750px; height : 130px;
	background : #fff url('../img/bgheader.gif') repeat-x left bottom;
}
#header-nav { float : left; width : 588px; padding : 100px 0 0 16px }
/*#header-nav { float : left; width : 613px; height : 130px; background : url('../img/nav.gif') no-repeat left bottom; }*/
#header-logo { float : left; width : 137px; height : 123px;}

#body-container { margin : 34px 25px 21px; background-color : #fff; }
#content { float : left; width : 280px; background : #fff; }
#sujet-container { float : left; width : 420px; height : 285px; background : #fff no-repeat left bottom;}

#footer-container { 
	width : 725px; height : 63px; padding : 17px 0 0 25px; 
	background : #fff url('../img/bgheader.gif') repeat-x left top;
}
#footer-title { height : 16px; background : #fff url('../img/footer_news.gif') no-repeat left top; }
#footer-mainnav { height : 47px; margin : 0 0 0 121px; }
#placeholder { float : left; width : 120px;	margin : 19px 0 50px;}
#text { width : 450px; margin-bottom : 30px;}




/**************************** NAVIGATION **************************/

#subnav {
	float: left;
	width: 120px;
	min-height: 150px;
	padding: 23px 0;
	margin-left: 0px;
	margin-top: 19px;
	margin-bottom: 50px;
	background: #fbf7d9 url('../../img/bg.jpg') left top repeat-x;
}

#subnav a { text-decoration : none; font-weight : normal;}

.subnav_link:link,
.subnav_link:visited {
	width: 100px;
	padding: 7px 10px;
	Text-decoration: none;
	display: block;
	font-weight: normal;
}

.subnav_link:hover,
.subnav_link:active { 
	width: 100px;
	padding: 7px 10px;
	Text-decoration: none;
	display: block;
	font-weight: bold;
	background: #dad39a;
}

.subnav_active {
	width: 100px;
	padding: 7px 10px;
	Text-decoration: none;
	display: block;
	font-weight: bold;
	background: #dad39a;
}




/**************************** TABLES **************************/
#content th {
background: #fff;
color: #000000;
font-size: 100%;
text-align: left;
padding: 2px 0 2px 2px;
}

#content td {
font-size: 100%;
background: #fff;
padding: 2px 0 2px 2px;
vertical-align:top;
}

#content td.leer {
font-size: 100%;
height: 4px;
background: #FFF;
padding: 0px;
}

#content td.error {
font-size: 100%;
background: #ffffff;
color: #D80101;
padding: 2px 0 2px 2px;
}

#content td.rot {
font-size: 100%;
background: #ffffff;
color: #FA1230;
padding: 2px 0 2px 2px;
}

#content .tablefooter {
margin-top: 10px;
}




/**************************** OTHERS **************************/
.InputWidth { width : 80%;}
.date { font-style : italic; font-size : 10px;}




/**************************** 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 */
