@import url("/css/commun.css");
body{
	font: normal 82%/100% "Trebuchet MS",  Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	color: #333333;
	text-align: center;
}
p {
 margin: 0
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
h1, h2, h3, h4, h5, h6 {
 	font-family: Verdana,Arial,sans-serif;
 	margin: 0;
	padding: 0;
}
h1{
 font-size: 120%;
 color: #334d55;
}
h2{
 font-size: 110%;
 color: #006699;
}
h3{
 font-size: 105%;
 color: #334d55;
}
h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}
h5{
 font-size: 100%;
 color: #334d55;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
/***********************************************/
/* gabarit                                     */
/***********************************************/
#global {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative; /*pour éviter un bug d'ie 7 au redimenssionnement */
}
#header{
	padding-top: 10px;
	padding-bottom: 10px;
	background: #003063;
	position: relative;
	height: 80px;
}
#header img#morgenthau {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 5px 0 64px;
	background: url(/documents/morgenthau/images/drapeau-usa2.jpg) left top;
}
#navigation{
	border: 1px solid #BDC7C6;
	background: #4A6984;
	color: #FFFFFF;
	float: left;
	width: 178px;
	padding-bottom: 30px;
}
#contenu {
	margin-left: 182px;
	background-color: #F0F0F0;	
}
#header h1 {
	margin: 5px 3px 0px 10px;
	padding: 5px 5px 10px;
	text-align: center;
	letter-spacing: 1px;
	font: italic 19px Georgia, "Times New Roman", Times, serif;
}
#header h1 a {
	color: #FFFFFF;
}
#header h1 a:hover{
	color: #FF9933;
}
#header h1 img {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: 15px;
	top: 7px;
}
p#stit {
	color: #00659C;
	padding: 5px 0px;
	width: 614px;
	background: #EFEFEF url(/documents/morgenthau/images/style/bordgauche.gif) no-repeat left bottom;
	position: absolute;
	bottom: 0;
	right: 5px;
	border-bottom: 5px solid #6B0810;
	height: 30px;
}
#stit em {
	display: block;
	font: normal 90% Arial, Helvetica, sans-serif;
	width: 445px;
	text-align: center;
	position:absolute;
	left: 27px;
}
#navigation ul a  {
	display: block;
	zoom: 1;
	line-height: 100%;
	text-decoration: none;
	color: #BECAD3;
}
/*************** MENUs **************/
#navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#navigation li {
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu a {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 10px;
	color: #7389A2;
}
#menu #tdm a {
	font-weight:bold;
	padding: 10px 10px 10px 30px;
	background: url(/documents/morgenthau/images/style/liste.png) no-repeat 10px center;
}
#menu a:hover, #menu #tdm a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #4A6984;
}
#menu2 a {
	margin-top: 20px;
	text-align: center;
}
#menu2 a:hover {
	color:#FFFFFF;
}
#navigation h2 a {
	display: block;
	background: #999999;
	color: #FFFFFF;
	font: lighter 80% Arial, Helvetica, sans-serif;
	text-align: center;
	
}
/*************** Nom des pages **************/
#pageName{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #000000;
	padding-left: 10px;
	margin-bottom: 5px;
	font: 105% Verdana, Arial, Helvetica, sans-serif;
}
#pageName strong {
	display: block;
	text-align: center;
	font: italic bold 135% "Times New Roman", Times, serif;
	padding-top: 12px;
}
/************** .story styles *****************/
#texte {
	padding: 30px;
	text-align: justify;
	line-height: 150%;
}
#texte p {
	padding: 0 0 10px 0;
	text-indent: 15px;
}
/************* #siteInfo styles ***************/
#footer {
	clear: both;
	font-size: 90%;
	color: #313031;
	text-align: center;
	padding: 10px;
}
#footer img {
	padding: 4px;
	vertical-align: middle;
}
#footer a {
	padding: 10px;
	padding-right: 40px;
}
/************* #search styles ***************/
#search {
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#search form {
 margin: 0;
}
#search input#q {
	width: 120px;
	margin: 5px;
	display: block;
}
/*********** #navigation link styles ***********/
.notes {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: normal;
	clip:    rect(auto auto auto auto);
}
.MAJ {
	font-variant: small-caps;
}
#contenu .story li 
{
	line-height: normal;
	text-align: left;
	margin-bottom: 7px;
}
ul#evitement, ul#evitement li {
	position: absolute;
	font-size: 0;
	height: 0; 
	line-height: 0px;
	overflow: hidden;
	top: -100px;
}
ul#evitement li {
	display: inline;
}