/* @override http://localhost/Vergne/styles/main.css */

/* @group default */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
body{
	padding-top: 5px;
}
.print, .hide, hr {
	display: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}

ul, li {
	list-style: none;
	list-style-type: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}
hr.clear {
	visibility: hidden;
	display: block;
	clear: both;
}
hr.separator {
	display: block;
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #DDD;
}
div.submitError {
	margin: 10px 8px;
	padding: 8px;
	border: 1px solid #ef9c00;
	background-color: #ff6;
}
div.submitOk {
	margin: 10px 8px;
	padding: 8px;
	border: 1px solid #0F0;
	background-color: #B2FF86;
	text-align: center;
	color: #286E00;
}
/* @end */
/* @group formulaire */
form {
	margin: 0;
	padding: 0;
	width: 95%;
}
form h3,
form h4 {
	clear: both;
	margin: 0;
	padding: 5px 15px;
}
form p {
	clear: both;
	margin: 5px 0px;
}
form div.error {
	margin: 10px 8px;
	padding: 8px;
	border: 1px solid #ef9c00;
	background-color: #ff6;
}
form div.error h3 {
	color: red;
	margin: 4px 0;
	padding: 0;
	text-transform: uppercase; 
}
form div.submitOk {
	margin: 10px 8px;
	padding: 8px;
	border: 1px solid #0F0;
	background-color: #B2FF86;
	text-align: center;
	color: #286E00;
}
form div.submitOk h3 {
	color: red;
	margin: 4px 0;
	padding: 0;
	text-transform: uppercase; 
}

form label {
	display: block;
	width: 100%;
	text-align: right;
}
form label.small {
	float: left;
	width: 50%;
}

form label.third {
	float: left;
	width: 33%;
}

form label input,
form label.small input,
form label textarea,
form label.small textarea {
	width: 70%;
	margin: 0 0 5px 5px;
}
form label input.small,
form label textarea.small {
	width: 30%;
}

form .checkbox label,
form .radio label,
form label.break {
	text-align: left;
}

form .checkbox label input,
form .radio label input {
	width: auto;
	margin: 0 5px 5px 0;
}

form label.break input,
form label.break textarea {
	display: block;
	width: 100%;
	margin: 0 0 5px;
}
/* @end */

#topLang {
	display: block;
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: right;
	line-height: 10px;
	vertical-align: text-bottom;
	color: gray;
}
#topLang a {
	margin-left: 5px;
	color: gray;
}
#main {
	position: relative;
	width: 980px;
	height: auto;
	/*width: 765px;
	height: auto;*/
	margin: 0 auto;
	border: 1px solid #000;
	overflow: hidden;
}

#pied {
	display: block;
	width: 980px;
	height: auto;
	margin: 0 auto;
	line-height: 20px;
}
#pied a {
	margin-right: 20px;
	font-size: 11px;
}

#colMenu {
	float: left;
	width: 180px;
	height: auto;
}
#logo {
	width: 180px;
	height: 0px;
	padding: 182px 0 0;
	margin: 0;
	overflow: hidden;
	background: url(../images/vergne-innovation.gif) no-repeat;
}

#colAnnonce {
	float: left;
	width: 180px;
	margin-left: 2px;
	background-color: #808080;
}

#retourAccueil {
	position: absolute;
	top: 175px;
	right: 5px;
	text-align: right;
	font-size: 10px;
}
#retourAccueilPro{
	position: absolute;
	top: 175px;
	right: 5px;
	text-align: right;
	font-size: 10px;
}
#retourAccueil a,
#retourAccueilPro a {
	font-size: 10px;
}

#colContent {
	float: right;
	display: block;
	width: 606px;
	height: auto;
	padding: 5px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left/top;
}
#photoDeco{
	float: right;
	width: 606px;
	height: 174px;
	overflow: hidden;
	background-color: #B2BC00;
}
#colContent.pro {
	width: 780px;
	height: auto;
	margin: 10px 10px 0 0;
	padding: 0;
}
#colContent h1 {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}

#colContent #pro{
	display: block;
	height: 90px;
	margin-bottom: 10px;
	padding-top: 30px;
	border-bottom: 1px solid #999;
	background: url(../images/pro.gif) no-repeat top right;
}

#colContent #contenuAssenseur{
	width: 100%;
	height: 362px;
	overflow: auto;
}
#colContent #contenuAssenseur.noScroll{
	height: auto;
	overflow: hidden;
}

#mainMenu {
	width: 100%;
	background-repeat: no-repeat;
}
#mainMenu li {
	background: url(../images/main-menu.gif) no-repeat 5px 0;
	margin-top: 10px;
	padding-bottom: 9px;
	padding-top: 6px;
	padding-left: 30px;
	height: 15px;
	/*cursor: pointer;*/
}
#mainMenu li.title {
	background-image: none;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	cursor: default;
}
#mainMenu li:hover,
#mainMenu li.hover {
	background-position: 5px -70px;
	background-repeat: no-repeat;
}

#professionnels {
	margin: 0 auto 0;
	width: 150px;
	height: auto;
	text-align: center;
}
#professionnels h3 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: gray;
}
#professionnels form {
	width: 100%;
}
#professionnels input.text {
	width: 140px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #90c200;
}
#professionnels input.submit {
	margin-bottom: 2px;
	text-align: center;
	font-size: 12px;
}
#nav {
	position: relative;
	display: block;
	left: -5px;
	width: 611px;
	padding: 0px 0;
	margin: 0 0 5px 0;
	background-color: #B2BC00;
	clear: both;
}
#nav li {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 20px;
}
#nav li a {
	margin: 0;
	padding: 5px 4px 2px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
#nav.margePlus li a {
	margin-left: 40px;
}
body > #main > #colContent > #nav > li > a {
	padding: 5px 4px;
}
#nav a:hover{
	background-color: #858C00;
}
#nav a.active {
	color: black;
}

table.tableauPro{
	width: 100%;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.tableauPro tr.show:hover{
	background-color: #c7dce9;
}
table.tableauPro tr.odd{
	background-color: #ebf1fb;
}
table.tableauPro tr.show td a{
	color: blue;
	text-decoration: underline;
}
table.tableauPro td{
	padding: 5px;
	border-left: 1px solid #999;
}
table.tableauPro td.title{
	background-color: #DDD;
	font-weight: bold;
}

.readNext {
	float: right;
	height: 20px;
	width: 70px;
	margin: 5px 0;
	padding: 5px 0 0 15px;
	background: url(../images/readNext.gif) no-repeat 0px 0;
	cursor: pointer;
}
.readNext:hover {
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

.readNext a {
	color: #8FC100;
}
.readNext a:hover {
	color: #B1B1B1;
}
h2.options {
	color: #B2BC00;
	font-size: 16px;
}