/* Elements généraux */

body
{
	background-color	: #999965;
}

#bloc_page             
{
	background-color: #42412c;
	margin			: auto;
	padding-left	: 20px;
	padding-top		: 20px;
	width           : 875px;
	height          : 696px;
}

#nav_box
{
	background		: transparent url(images/bann_2.png) no-repeat top left;
	padding-left	: 3px;
	padding-top		: 3px;
	padding-bottom  : 30px;
}

#logo_img
{
	width           :  158px;
	height          :  79px;
}

strong
{
	font-weight : normal;
}

/* Navigation */
 
nav
{
    display		: inline-block;
	position	: absolute;
    width		: 1000px;
	top			: 60px;
    text-align	: center;
}
 
nav ul
{
    list-style-type	: none;
}

@font-face 
{
    font-family	: 'special_eliteregular';
    src			: url('font/SpecialElite-webfont.eot');
    src			: url('font/SpecialElite-webfont.eot?#iefix') format('embedded-opentype'),
				url('font/SpecialElite-webfont.woff') format('woff'),
				url('font/SpecialElite-webfont.ttf') format('truetype'),
				url('font/SpecialElite-webfont.svg#special_eliteregular') format('svg');
    font-weight	: normal;
    font-style	: normal;
}

nav li
{
    display			: inline-block;
    margin-right	: 3%;
	color           : #ffffff;
	font-size       : 12pt;
	font-weight		: normal;
	font-family		: special_eliteregular, Verdana, "Lucida Grande", Arial, sans-serif;
	text-align      : center;
}

nav a
{
    color			: #ffffff;
    padding-bottom	: 1px;
    text-decoration	: none;
}
 
nav a:hover
{
    text-decoration : underline;
}

nav a:active            
{
	color           : #ff0000;
	text-decoration : underline;
}

/* corps doc */

section
{
	position		: absolute;
    width			: 865px;
	top				: 160px;
    text-align		: center;
}

article
{
	color		: #ffffff;
	font		: 8pt 'Verdana', 'Lucida Grande', Arial, sans-serif;
	width		: 530px;
	text-align	: justify;
}

h1
{
	font-family		: special_eliteregular, Verdana, "Lucida Grande", Arial, sans-serif;
	font-weight		: bold;
	font-size       : 14pt;
	color           : #ffffff;
	text-align 		: left;
}

	/* positionnement des 2 articles */

#article_la_sologne
{
	position	: absolute;
	top			: 90px;
}

#article_le_gite
{
	position	: absolute;
	top			: 340px;
}

	/* positionnement des 2 illustrations */

#la_sologne
{
	position		: absolute;
	left			: 560px;
	top				: 30px;
	border-radius	: 30px;
}

#le_gite
{
	position		: absolute;
	left			: 560px;
	top				: 280px;
	border-radius	: 30px;
}

/* pied de page */

footer
{
	background		: transparent url(images/bann_foot.png) no-repeat bottom left;
}

footer
{
	font-family		: special_eliteregular, Verdana, "Lucida Grande", Arial, sans-serif;
	font-size       : 10pt;
	color			: #000000;
	padding-top		: 0.75pt;
	padding-left	: 20px;
	position		: absolute;
	top				: 670px;
	width			: 850px;
}

#gite_sign, #sign
{
	display	: inline-block;
}

#gite_sign
{
	width	: 70%;
}

#sign
{
	width		: 25%;
	text-align	: right;
}