html, body {
	padding: 0;
	margin: 0;
	font-family: Tahoma,Geneva,sans-serif;
}

html {
	background-color: #2e2e2e;
}

#content {
	border-bottom: 2px solid #8a1616;
	background-color: white;
}

img {
	border: 0;
}

#header {
	width: 100%;
}

#header > * {
	margin-bottom: 4px;
}

#head1 {
	background-color: #2e2e2e;
	height: 100px;
	vertical-align: middle;
}

#head1 > div {
	width: 1000px;
	margin: 0 auto;
}

#head1 > div > span {
	float: left;
}

#head1 .links {
	float: right;
	margin-top: 40px;
}

#head1 .links a, #head1 .links {
	color: #AFAFAF;
	text-decoration: none;
	font-size: small;
}

#head1 img {
	color: #e6e6e6;
	padding-top: 20px;
}

#bodyhead {
	background: transparent url('imgs/headbgred.png') repeat-x scroll top left;
	height: 126px;
}

#buttonshead {
	border-bottom: 1px solid #cdcdcd;
	background-color: #e6e6e6;
	height: 30px;
}

#buttonshead ul {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	width: 700px;
}

#buttonshead li {
	border-right: 1px dashed #A1A1A1;
	float: left;
	margin: 0;
	padding: 0 20px;
}

#buttonshead li a {
	color: #646464;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#buttonshead li a:hover {
	text-decoration: underline;
}

#buttonshead li a:hover {
	color: #8A1616;
}

#body {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	min-height: 400px;
	font-size: 10pt;
}

#body a {
	color: #B50202;
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
}

#body h2 {
	font-weight: normal;
	font-size: 22px;
	color: #4e4a38;
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 1px solid #b2b2b2;
}

#body h2 a {
	color: #4e4a38;
}

#body h2 a:hover {
}

#body h3 {
	color:#898989;
	font-family:Arial,Helvetica,sans-serif;
	margin: 5px;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
}

#News div.contenu, #News p.contenu li {
	font-size: 10pt;
	color: #414141;
	line-height: 1.6em;
	padding: 5px;
	margin: 0;
}

#News div.contenu li {
	font-size: 10pt;
}

#News div.data, #News div.author {
	color: #B50202;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.6em;
	margin: 0;
	padding: 5px;
	float: left;
}

#tooltip-news { display: none; color: #414141; line-height: 1.6em; margin: 0; padding: 5px; }

#News div.author {
	float: right;
	color: #414141;
}

#contactform label {
	color:#6E6E6E;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:10px 0;
	text-transform:capitalize;
	width:110px;
}

#contactform li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	display:block;
	margin:0;
	padding:0;
}

#contactform ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.clr {
	clear: both;
	padding: 0;
	margin: 0;
	background:none;
}

#contactform input.text {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	float:left;
	height:16px;
	margin:5px 0;
	padding:5px 2px;
	width:440px;
}

#contactform input:disabled {
	border-width: 0px;
}

#contactform textarea {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	float:left;
	margin:5px 0;
	padding:2px;
	width:440px;
}

#contactform .submit:disabled {
	opacity: 0.2;
	cursor: default;
}

#contact
{
	width: 600px;
	margin: 5px;
	padding: 0pt;
	float: left;
}

p.response
{
	display: none;
	text-align: center;
	color: #6e6e6e;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.8em;
	width: auto;
}

#contactform *
{
	color: #6e6e6e;
}

#contactform li.buttons {
	margin: 5px 0 5px 110px;
}

.error {
	/*background: red url('imgs/1264297439_Error.png') no-repeat center right;*/
	background-color: #F9A6C2 !important;
	
}

.success {
	/*background: red url('imgs/1264297414_Tick.png') no-repeat center right;*/
	background-color: #C7DA80 !important;
}

.warning {
	background-color: #FAECA1 !important;
}

.beta {
	text-align: justify;
	color: #6e6e6e;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10pt;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.8em;
	width: auto;
	padding: 5px 15px;
	display: none;
	margin-top: 10px;
}

#close {
	float: right;
}

#tooltip {
	position: absolute;
	background: url(http://www.press75.com/demos/work-place/wp-content/themes/workplace/images/tooltip-bg.png) repeat;
	border: 1px solid #454545;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	color: white;
	width: 225px;
	display: none;
	z-index: 100000;
}

.infoBulle {
	float: right;
	background-color: #F5F5F5;
	width: 350px;
	text-align: justify;
	padding: 5px 10px 10px 10px;
	color: #6E6E6E;
	margin-bottom: 10px;
}

.infoBulle h4 {
	color: #B50202;
	margin: 0 0 10px 0;
}

.infoBulle p {
	text-indent: 20px;
	margin-bottom: 0;
}

#commentsh ol {
	padding: 0;
/*	margin: auto auto;*/
	width: 800px;
}

#commentsh .li {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #F5F5F5;
	border:1px solid #DCDCDC;
	float:left;
	list-style-type:none;
	margin: 10px 0;
	padding: 20px;
	width: inherit;
}

#commentsh .li-alt {
	-moz-border-radius:3px 3px 3px 3px;
	/*background:none repeat scroll 0 0 #E6E6E6;*/
	border:1px solid #B2B2B2;
	float:left;
	list-style-type:none;
	margin: 10px 0;
	padding: 20px;
	width: inherit;
}

#commentsh h2 {
	border: 0;
	margin-top: 10px;
}

.comm-head {
	border-bottom:1px solid #B2B2B2;
	float:left;
	padding-bottom:5px;
	width: 780px;
	color: #414141;
	font-weight: bold;
}

.comm-head small {
	font-weight: normal;
	margin-left: 10px;
	float: right;
}

.comm-content {
	color:#414141;
	float:left;
	font-family:Arial;
	font-size:12px;
	line-height:22px;
	margin-top:10px;
	width: 780px;
}

.comm-head .comm-num {
	color: #414141 !important;
	font-weight: normal;
}
