/* Fichier de style créé le 17/08/2011, copyleft Klodd - modifié par GroBen le 13/01/2013 */

body
{
	background: #ffedcb;
	color: #666;
	font: 0.9em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	overflow: auto;
    line-height: normal;
	
	/*width: 65%;*/
	margin: 15px;

	
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	color: #7ebbff;
}

/* Classe crˇˇe en prˇvision du CSS3 Hyperlink Presentation Module pour gˇrer l'ouverture dans un nouvel onglet */
a:hover.extlink
{
	/*target-new: tab;  Ce code devra źtre dˇcommentˇ, et les balises target="_blank" du code XHTML supprimˇes*/
	
	color: #7e00ff;
}

/* Classe crˇˇe en prˇvision du CSS3 Hyperlink Presentation Module pour gˇrer l'ouverture dans un nouvel onglet */
a:hover.anchor
{
	/*target-new: tab;  Ce code devra źtre dˇcommentˇ, et les balises target="_blank" du code XHTML supprimˇes*/
	
	color: #FF0000;
}

a img
{
	border: none;
}

p
{
	/*display: inline;*/
	text-indent: 0px;
    margin-left: 20px;
}

h1
{
	font:1.3em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 2.0em;
	}

.email
{
	font: 0.8em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
	

#menu
{
	background: #ffe1cb;
	border-radius: 25px;
	line-height: 1.0;
    
	float: left;
	width: 120px;
	
	text-align: center;
	
	/*display: inline;*/
	padding: 0px;
	margin: 20px;
	}

#menu ul
{
	list-style-type: none;
	padding: 0px;
}

#menu ul li
{
	margin: 0px;
	margin-bottom: 5px;
}

#languages
{
    background: #fff9ef;
	
	float: right;
	width: 25px;
	
	text-align: center;
	
	/*display: inline;*/
	padding: 0px;
	margin: 20px;

}

#content
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 160px;
	margin-right: 20px;
	background: #ffedcb;
}

#content_inside
{
	border-radius: 25px;
	
	margin: 0px;
	padding: 20px;
	padding-top: 1px;
	width: 780px;
	background: #fff9ef;
}

#content_inside ul
{
	list-style-type: none;
	padding: 0px;
}

#content_inside ul.bulleted
{
	list-style-type: circle;
	padding: 0px;
}

#content_inside ul li
{
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
}


/* Navigation */
 
nav
{
    display: inline-block;
    width: 740px;
    text-align: center;
}
 
nav ul
{
    list-style-type: none;
}
 
nav li
{
    display: inline-block;
    margin-right: 15px;
}
 
nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}
 
nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

/* Footer */

footer
{
/* text-align: right; */
font-size: 0.7em;	
	
	}

