/*=================================================================================
	Fichier : style.css
	Auteur : Dany Surquin
	Modifié le 12/08/2009 à 02h10
	Version 2_1

	Desciption : Fichier CSS gérant le design de template.html
=================================================================================*/



/*------------------------------------------------Gestion des id-----------------------------------------------------*/

#divHeader {
	width : 800px;
	height : 100px;
	background-color : #DEEDED;
	margin-bottom : 10px;
	margin-top : 10px;
	background-image : url("images/banniere_4nb.jpg");
}


#divMenu {
	width : 160px;
	height : auto;
	text-align : center;
	padding-top : 10px;
	padding-bottom : 0px;
	float : left;
	background-image : url("images/fdmenu.jpg");
	background-repeat : repeat-y;
}
#divPub{
	width : 160px;
	height : auto;
	text-align : center;
	float : left;
}

#divContent {
	margin-left : 180px;
	width : 620px;
	height : auto;
	background-image : url("images/fondContent.jpg");
	background-repeat : repeat-y;
}

#divFooter {
	width : 800px;
	float : left;
	margin-bottom : 5px;
	margin-top : 10px;
	text-align : right;	
}


/*------------------------------------------------Gestion des balises------------------------------------------------*/

body {
	margin : auto;
	text-align : center;
	width : 800px;
	height : auto;
	background-color : #DEEDED;
	background-image : url("images/bg4nb.jpg");
	color : #0000FF;
	font-family : georgia;
	font-size : 80%;
}

a {
	color : #09075f;
	text-decoration : none;
}
a:visited  {

    color: #078F11;

    text-decoration: underline;

    font-weight: bold;

    font-style: italic;
}
	
a:hover {
	color : #09075f;
	text-decoration : underline;
}

h1 {
	background-color : #DEEDED;
	width : 100%;
	font-size : 110%;
	color : #0000FF;
	text-align : justify;
	height : auto;
}
h2 {
	background-color : #DEEDED;
	width : 100%;
	font-size : 100%;
	color : #0000FF;
	text-align : left;
	height : auto;
}
h3 {
	background-color : #DEEDED;
	width : 100%;
	font-size : 100%;
	color : #0000FF;
	text-align : justify;
	height : auto;
}
h4 {
	background-color : #DEEDED;
	width : 100%;
	font-size : 95%;
	color : #0000FF;
	text-align : left;
	height : auto;
}


img {
	border : none;
	height : auto;
}

p {
	margin-top : 10px;
	margin-left : 10px;
	margin-right : 10px;
	padding-bottom : 10px;
	text-align : justify;
}

em {
	font-size : 90%;
}



/*------------------------------------------------Gestion des classes------------------------------------------------*/

.signature {

	font-style : italic;
	height : auto;
	float : right;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : right;	
}

.code {
	font-size : 90%;
	font-family : "courier new";
	border : 1px dashed #4C7474;
	background-color : #DEEDED;
}






/*-------------------------------------------------------------------------------------------------------------------------*/