/* Styles généraux
*****************************************/

body{
	text-align:center;
	color: #a74f1d;
	width: 780px;
	margin: 1em auto 0;
	padding: 0;
	background-color: #e6b17b;
	border:10px solid #a74f1d;
	border-bottom:none;
}

a:link{
	color: #000;
	background: transparent;
}

a:visited{
	color: #565248;
	background: transparent;
}

a:hover{
	color: #002B3D;
	background: transparent;
}

a img{
	text-decoration: none;
	border: none;
}			

/* Header
*****************************************/

#header{
	padding:0;
	margin: 0;
	text-align:center;
	background-color: #FFF;
}

#header h1{	
	font-size: x-large;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
}

#header h3{	
	font-size: middle;
	line-height: 1.5em;
	text-align: center;
	margin-right: 2em;
}

#header p{
	margin:0;
	padding:0;
	text-align:center;
}

/* Contenu
*****************************************/
	
#ubuntu{
	text-align:left;
	padding:4.5em 3em 195px 3em;
	margin: 0 0 0 0;
	background:url(ubuntu_bg.jpg) no-repeat left top;
	background-color: #FFF;
	font-size:small;
	font-weigth: normal;
}

#ubuntu img{
	max-width:100%;
}

#ubuntu img:hover{
	max-width:none;
}

#ubuntu div{
	clear:both;
	padding: 0;
	margin: 1em 0;
}

p {
	margin-top: 15px;
	padding:0;
	text-indent: 15px;
	text-align: justify;
	background-color: #FFF;
}

h1, h1 a, h1 a:visited {
	text-decoration:none;
	color:#FFF;
	letter-spacing: .2em;
	margin: 0;
	padding:0;
	background-color: #a74f1d;
}

h1 a:hover {
	text-decoration:underline;
}

h2 {
	font-size: medium;
	margin: 2em 0 0 0;
	padding: 3px 0 5px 3px;
	border: thin dashed #a74f1d;
	border-left: none;
}

table,thead{
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	border: medium solid #a74f1d;
	padding:0;
}

td,tr{
	padding: 0px;
	border-top: thin dashed #a74f1d;
	border-right:1px solid #a74f1d;
	text-align: center;
	vertical-align: middle;
	padding:5px;
}

th,thead{
	height: 2em;
	text-align: center;
	vertical-align:middle;
 	border-bottom: thin solid #a74f1d;
	padding-top:4px;
}

hr{
	width:50%;
	text-align:center;
	border:1px groove #a74f1d;
	margin-top:3em;
	margin-bottom:3em;
}

dl{
	clear:both;
	margin:0 0 0 2em;
	padding: 0 0 1em 1em;
	border: thin dashed #a74f1d;
	border-top:none;
}

dl a{
	font-weight: normal;
}

dt{
	font-weight: bold;
	margin:2px;
	padding-top: 0.5em;
	line-height: 1.5em;
}

dd{
	margin:0 2em;
	padding:0 0 0 2px;
	border-left:1px dotted #a74f1d;
}

div.index dl{
	height:100px;
}

div.index dt, div.index dd{
	display:block;
	float:left;
	height:100px;
	width:80px;
	border:none;
	padding-top: 0.5em;
}

div.index a {text-decoration:none;}
div.index a:hover {text-decoration:underline;}

/* Footer
*****************************************/

#footer, #footer a{
	clear:both;
	font-size: x-small;
	height:2em;
	background-color:#a74f1d;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin: 0 0 10px 0;
}

#footer a:hover{
	color:red;
}

#imagebd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:177px;
	position: relative;
	bottom:200px;
	right:0;
	background: transparent url(ubuntu_bd.jpg) top right no-repeat;
}