* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F9F7ED;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 100px 200px;
	margin: 0;
}

h1 {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	margin: 0;
	font-size: 72px;
	color: #222;
}

h2 {
	font-family: Georgia, serif;
	font-style: italic;
	color: #666;
	font-size: 12px;
	margin: 0;
}

p {
	font-family: Georgia, serif;
	width: 60%;
	color: #666;
	line-height: 20px;	
}

a {
	text-decoration: none;
	color: #36393D;
}

a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}

img {
	width: 250px;
	height: 162px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
}


#contenu {
	background-color: #F9F7ED;
	margin-top: 25px;
	border: 20px solid #172322;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 25px;
}

#menu {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#menu li {
	display: inline;
	height: 30px;
}

#menu a {
		padding: 5px 30px ;
}

.menucentre {
	border-right: 2px solid #DDD;
	border-left: 2px solid #DDD;
}

.societe {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
	margin: auto 0;
}

.bloc {
	height: 200px;
	text-shadow: 1px 2px 2px #BBB;
}


/* Tabs
----------------------------------*/
/*.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
li.ui-tabs-selected a span { border-bottom: 1px dotted #555; }

