
	/****************************************************************************************************  GENERAL */

	/*---------- CONTAINERS ----------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9C9C9C;
	margin: 10px 0 10px 0;
	text-align: center;
	color: #404040;
	font-size: 11px;
}
div#container {
	background: url(../img/bg.gif) no-repeat top left white;
	width: 778px;
	border: 1px solid #404040;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

	/*---------- TITRES ----------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #339999;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}
h3 {
	font-size: 14px;
}
h5 {
	background: url(../img/loupe.gif) no-repeat right;
	color: #339999;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 20px;
	padding-right: 20px;
}

	/*---------- AUTRES BALISES ----------*/

img {
	border: none;
	display: block;
}
p {
}
a {
	color: #339999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover {
}
ul li {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 3px;
}

	/*---------- TABLEAUX ----------*/

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #404040;
}
th {
	padding: 5px;
	background-color: #9C9C9C;
	text-align: center;
	color: white;
}
td {
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #9C9C9C;
}

	/*---------- FORMULAIRES ----------*/

form {
	margin: 0;
	padding: 0;
}
.needed {
	background-color: #F7F7F7;
}
.large {
	width: 96%;
}
input.button {
	background-color: #575757;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
}
.button:link {
	background-color: #575757;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
}
.button:visited {
	background-color: #575757;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
}
.button:hover {
	background-color: #575757;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
}
.button:active {
	background-color: #424242;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: 2px solid #818181;
	border-bottom: 2px solid #818181;
	border-top: 2px solid #2D2D2D;
	border-left: 2px solid #2D2D2D;
}

	/*---------- DIVERS ----------*/

.clear {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.red {
	color: #CC0000;
}

	/****************************************************************************************************  TOP */

ul#menu {
	margin: 0;
	padding: 0 0 0 230px;
	background: url(../img/bg_menu.gif);
	height: 25px;
}
ul#menu li {
	list-style-type: none;
	display: inline;
}
ul#menu li a {
	display: block;
	float: left;
	background: url(../img/btn.gif);
	line-height: 23px;
	height: 25px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #334447;
	width: 180px;
}
ul#menu li a:hover {
	background: url(../img/btn_over.gif);
}
ul#menu li a.selected {
	background: url(../img/btn_over.gif);
}

	/****************************************************************************************************  LEFT */

div#left {
	width: 220px;
	float: left;
	text-align: right;
	padding: 10px 10px 10px 0;
}
div#left ul {
	margin: 0;
	padding: 0;
}
div#left ul li {
	list-style-type: none;
	margin-top: 20px;
}
div#left input, div#left select {
	font-size: 10px;
}

	/****************************************************************************************************  RIGHT */

div#right {
	border-left: 1px solid #9C9C9C;
	float: left;
	padding: 10px;
	width: 527px;
}
table#details {
	width: 265px;
}
table#details th {
	text-align: right;
	border-bottom: 1px solid white;
	width: 55%;
}
div#right p#photo {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
div#right p#photo img {
	margin-bottom: 10px;
}
div#right p#photo a {
	display: block;
	margin-bottom: 5px;
	line-height: 20px;
	padding-right: 25px;
	font-weight: bold;
}
div#right p#photo a#print {
	background: url(../img/btn_print.gif) no-repeat right;
}
div#right p#photo a#contact {
	background: url(../img/btn_contact.gif) no-repeat right;
}
div#right p#photo a#ami {
	background: url(../img/btn_ami.gif) no-repeat right;
}
div#right p#photo a#retour {
	background: url(../img/btn_retour.gif) no-repeat right;
}


/****************************************************************************************************  RIGHT */

div#friends {
	background: url(../img/bg.gif) no-repeat top left white;
	width: 380px;
	border: 1px solid #404040;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px;
}


	/****************************************************************************************************  BOTTOM */

h6 {
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	color: #E6E6E6;
	line-height: 14px;
}
h6 a {
	color: #E6E6E6;
}
.normaweb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	background-color: white;
	padding: 0 2px 0 2px;
	letter-spacing: 1px;
	font-weight: bold;
}
.norma { color: #44715E; }
.web { color: #93AAAA; }


/****************************************************************************************************  CREDITS */

div#credits {
	text-align: left;
	background-color: white;
	border: 1px solid;
	padding: 10px;
}
div#credits h2{
	font-size: 12px;
	font-weight: bold;
}

