/* mise en forme de la page en general */
body
{
	width: 100%;
	background-color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0;
	color: #333333;
	margin: 0 ; 
	text-align: center ;
	font-size: 0.9em ;
	height: 100%;
}


/* mise en forme de la fenetre du site de la page menu */
div#ContainerGlobal
{
	padding-top: 250px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(img/index.jpg);
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 90px;
	width: 450px ; 
	text-align: right ;
}


#Index {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 50px;
		padding: 0px;
		width: 740px;
		text-align: left;
}
	
#ImgIndex {
		text-align: center;
}

.TextIntro {
		text-transform: none;
		font-variant: small-caps;
		font-size: 0.8em;
		color: #333333;
		text-align: justify;
	}
	
.Intro {
		margin: 0px;
		font-variant: small-caps;
		padding: 0px;
		text-align: left;
	}
	
.LinkBlog {
	width: 450px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.LinkBlogList {
	font-size: 0.8em;
	color: #333333;
	font-variant: small-caps;
	padding: 0px;
	position: static;
	margin: 0px;
	width: 145px;
	display: inline-block;
}
.LinkBlogList a {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
	color: #333333;
	font-variant: small-caps;
	text-decoration: none;
	margin: 0px;
	width: 150px;
	display: inline-block;
}
.LinkBlogList a:hover {
	color: #990000;
	font-variant: small-caps;
	text-decoration: none;
	margin: 0px;
	display: inline-block;
}
	
.Intro a {
		padding-left: 10px;
		border-bottom-color: #666666;
		border-bottom-style: solid;
		border-top-style: none;
		border-bottom-width: 1px;
		display: block;
		text-decoration: none;
		color: #333333;
	}
	
.Intro a:hover {
		border-bottom-color: #666666;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		background-color: #eeecc7;
		text-decoration: none;
		color: #333333;
	}
.Copy {
		color: gray;
		text-align: justify;
		font-size: 0.6em;
	}
.Flag {
		padding-right: 5px;
		border-width: 0px;
		text-align: left;
	}

