body
{
	font-family: Strait;
    max-height: 100%;
    width: 100%;
	margin:0;
    padding:0;
	background: url("images/oui2.png") no-repeat;
}

/*footer */

.lien {color: white;}
.lien_guide {color: black; text-decoration: none;}
.lien_guide:hover {color: white; text-decoration: none;}
.saumon {color: #FF6347;}
.deco_none{list-style-type: none;}

#fb:
{
background:url('images/fb_32_noir.png');
background-repeat: no-repeat;
display: block;
} 

#fb:hover
{
background:url('images/fb_32_saumon.png');
background-repeat: no-repeat;
background-position: center;
display:block;
} 

#twitter:
{
background:url('images/twitter_32_noir.png');
background-repeat: no-repeat;
display: block;
} 

#twitter:hover
{
background:url('images/twitter_32_saumon.png');
background-repeat: no-repeat;
background-position: center;
display:block;
} 

#googleplus:
{
background:url('images/googleplus_32_noir.png');
background-repeat: no-repeat;
display: block;
} 

#googleplus:hover
{
background:url('images/googleplus_32_saumon.png');
background-repeat: no-repeat;
background-position: center;
display:block;
} 

footer 
{
	width:100%;
	height:150px;
	color:white;
	clear:both;
    margin-top: 250px;
	overflow:hidden;
    background-color:#595959;
    list-style-type: none;
    background-repeat:repeat-x;
    display: inline-block;
    z-index: 1;
	bottom: 0;
	left: 0;
	position: relative;
	margin-bottom: -5em;
}

.footer_left
{
	padding-left: 3%;
	text-align:left;
	float:left;
	z-index: 4;
}
.footer_right 
{
	padding-right: 5%;
	text-align:right;
	float: right;
	z-index: 4;
}

/* definition blocs des menus et liens des menus*/

.menu
{
	width: 48%;
	height: 50%;
	display: inline-block;
	text-align: center;
	background-attachment:fixed;
	padding-top: 40px;
	padding-bottom:40px;
	margin: 2.5px;
}

.lienmenu
{
   font-size: 30px;
	font-family: Strait;
	text-decoration: none;
	color: white;
	text-shadow: 2px 2px #595959; 
}

.lienmenu:hoverl{font-style: italic;}

/* Page */

.boiteg /*colonne gauche*/
{
	width: 75%;
	display: inline-block;
	text-align: justify;
	padding: 10px;
	margin:10px;
}

div#gauche
{
    float: left;
    width: 50%;
}

.boited  /* colonne droite */
{
	width: 75%;
	display:inline-block;
	text-align: justify;
	padding: 10px;
	margin:10px;
}

div#droite
{
    float: right;
    width:50%;
}

img {margin: 5px;}

.web
{
    text-decoration:none;
    color: black;
}

.web:hover {font-style: italic;}

h3 {text-decoration: underline;}

#coor {box-shadow: 1px 1px 10px #FF6347;}

.none {list-style-type: none;}

p.page::first-letter
{
	font-size:200%;
	color:#FF6347;
}

li.page
{
	list-style-image:url('images/puce2.png')
}