﻿html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	margin:0;
	padding:0;
}

h2 {
    background: #ECEADE url(/images/fond-titre.gif) repeat-x;
    height: 30px;
    font-size: 18pt;
    color: #333333;
    margin: 0;
    padding-left: 4px;
}
h3 {
    font-size: 16pt;
    color: #50AE26;
    margin: 5px 0 10px 15px;
}


.RadGrid_Default .rgRow td a, .RadGrid_Default .rgAltRow td a {
    color: #50AE26;
}

.RadGrid_Default .rgRow a:hover, .RadGrid_Default .rgAltRow a:hover {
    text-decoration: none;
}

#divForm {
	background-color: #F3F3F3;
	border: 1px solid #B1B1B1;
	padding-right: 10px;
	padding-bottom: 10px;
}

#Container {
	width: 980px;
    border: 5px solid #D6D3C2;
    padding: 1px;
    margin: 5px;
}

fieldset {	
	margin: 4px 10px 0px 10px;	
}

fieldset p {
	margin:0 0 5px 0;
    clear: both;
}


legend {
	font-size: 14px;
    color: #50AE26;
    font-weight: bold;
}

#moteur label, label {
	float: left;
	width: 150px;
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: normal;
	font-size: 12px;
}

input, textarea {
    width: 350px;
}

#employeur input {
    width: 180px;
}

textarea {
    height: 60px;
}


#moteur input.court, input.court {
    width: 100px;
}
#moteur input.suivant, input.suivant {
    width: 200px;
}

#moteur label.suivant, label.suivant {
	float: none;
	display: inline;
}


.focus {
	background: #DEDEDE;
}
.focuscourt {
	background: #DEDEDE;
    width: 100px;
}

.focussuivant {
	background: #DEDEDE;
    width: 200px;
}

label:hover {
	cursor:pointer;
}

.labelRecherche {
	float: left;
	width: 190px;
	text-align: right;
	padding: 0 10px 0 0;
}

.labelRecherche:hover {
	cursor:pointer;
}

#moteur .gras, .gras {
	font-weight:bold;
}

#emploioffre label {
    width: 200px;
}

#action input, .checkbox input, input.wizard, .RadGrid_Default input,
.RadCalendarFastNavPopup input {
    width: auto;
}

.checkbox label {
    float: none;
}

p#action {
    text-align: right;
    margin-right: 20px;
}

table.reporting {
    margin: 0 0 10px 20px;
    width: 300px;
    text-align: left;
}
table.reporting td {
    text-align: center;
}
fieldset table, table.reporting {
    border-collapse: collapse
}

fieldset table th, table.reporting th {
    background: #ECEADE;
}

fieldset table th, fieldset table td, table.reporting td {
    padding: 2px 5px;
}
fieldset table tr td, table.reporting tr td {
    border: 2px solid #ECEADE;
}

#employeur {
    margin-bottom: 10px;
}
