/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #ffffff;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 10px
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #3333ff;
}

a:visited{
	color: #3333ff;
}

a:hover{
	color: #636;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}



/* disposition */

.titre {
	margin-left: 1em;
	
}

.menu {
	width: 18%;
	float: left;
}

.contenu {
	margin-left: 20%;	
	padding: 10px 10px;
}

.texte {
	width: 66%;
   	column-count: auto;     /* nombre de colonnes */
	column-width: 250px;   
	column-gap: 20px;  /* distance entre les colonnes */
	float: left;
}

.photos {
	width: 250px;
	float: left;}
