body {
	background-color: #ECE5DF;
/*	color: #624E3B; 
	color: #292018; 
	color: #524131; */
	color: #251E16;
/*	font-size: 130%; */
	font-size: 16px;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 700px) {
	body {
		font-size: 20px;
	}
}

/* Par défaut sur tous les éléments non spécifés */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#main {
	width: 750px;
	max-width: 90%;
/*	margin-top: 30px; */
	margin-right: auto;
/*	margin-bottom: 0px; */
	margin-left: auto;
}


#header {
	/* font-size: 150%; */
	margin-bottom: 30px;
}

#header h3 a{
	text-decoration:none;
}

#header h3 a:hover{
	text-decoration:none;
}

#colgauche {
	width: 50px;
	float: left;
	margin:10px 0 0 0;
}

#colgauche li {
	list-style-image: none;
	display: block;
	margin-bottom: 10px;
}

#definition {
/*	max-width: 100%; */
/*	margin:10px 200px 0 0; */
}

#coldroite {
	width: 160px;
	float: right;
	margin:0 0 40px 0;
}

#footer {
	clear:both;

}

h1 {
	font-size: 200%;
	line-height: 120%;
}

h2 {
	font-size: 150%;
	line-height: 120%;
}

p {
	margin:15px 0;
	text-align:left;
}

a {
	color: #251E16;
}

@media (max-width: 700px) {
	a {
		line-height: 180%;
	}
}

a:hover {
	color:#000000;
	text-decoration:none;
}


.right {
	float:right;
	margin-left:20px;
}

.left {
	float:left;
	margin-right:20px;
}

.center {
	text-align: center;
}

.sous-table {
	font-size: 80%;
}

.italique {
	font-style: italic;
}

.gras {
	font-weight: bold;
}

.note {
	font-size: 80%;
}

.sous-titre {
	font-weight: bold;
	font-size: 130%;
}

.legende {
	font-size: 80%;
	text-align:center;
}

li {
	list-style-image: none;
	display: inline;
}

#table-alpha li {
	list-style-image: none;
	display: inline;
	margin-right: 10px;
}


#definition a {
	text-decoration:none;
	color: #251E16;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #453829;
}

#definition a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#table a {
	text-decoration:none;
	color: #251E16;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #453829;
}

#table a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#lettre-cadre p {
	text-align: left;
}

#lettre-cadre .lettre-col {
	width: 210px;
	float: left;
}