/* Standard */
body {
	font-family:				Arial, Verdana, helvetica, sans-serif;
	font-size:					11px;
	margin:						10px;
}

img {
	border-style:				none;
}

table {
	font-family:				Verdana, Arial, helvetica, sans-serif;
	font-size:					11px;
}

/* Titres */
h2 {
	font-weight:				bold;
	font-size:					20px;
	margin:						0px;
}
h3 {
	font-weight:				bold;
	font-size:					16px;
}
li {
	margin-left:				-20px;
	list-style-type:			circle;
}

/* Structure générale */
#structureall {
	width:						980px;
}
#structuregauche {
	float:						left;
	width:						180px;
}
#structuredroite {
	margin-left:				180px;
}

/* Entête */
#head {
	margin-bottom:				10px;
	height:						100px;
	line-height:				65px;
	background:					url(../images/img_titre.jpg);
	border:						1px solid;
	font-family:				Arial;
	font-size:					13px;
	font-weight:				bold;
	text-align:					center;
}
#head h1 {
	margin-top: 15;
}

/* Menu gauche */
.menu {
	margin-right:				10px;
	padding-top:				10px;
	padding-bottom:				10px;
	border:             	    1px solid;
}


div.menu h2 {
	margin-bottom:				10px;
	font-size:					14px;
	text-align:					center;
}
div.menu li {
	margin-left:				-10px;
}

div li.titre {
	font-weight:				bold;
	list-style-type:			none;
	margin-top:					10px;
	margin-left:				-27px;
}

/* Contenu */
.content {
	border:						1px solid;
	padding:					10px;
}
/*.content object {
	position:					relative;
	width:						100%;
	height:						500px;
	overflow:					auto;
}*/

iframe {
	position:					relative;
	width:						796px;
	height:						500px;
}

/* Galerie */
.grille table, .grille {
	width:						100%;
}

/* Class tableau */
.tableau {
	width:						100%;
}
.tableau table {
	margin-bottom:				10px;
	border:						1px solid;
	border-collapse:			collapse;
}
.tableau th {
	text-align:					left;
	border-bottom:				1px solid;
}
.tableau th, .tableau td {
	padding:					4px;
}

.tableau tr.selected, td.selected {
	background-color:			#dddddd;
}
.tableau tr.selectedbold, td.selectedbold {
	background-color:			#aaaaaa;
}

/* Flash */
.flash {
	border:						1px solid;
	padding:					10px;
	text-align:					center;
}
