body
{
	background-color: #3261b5;
	background-image: url("/images/fond.png");
	background-repeat: repeat-x;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}

/* Style général */
a {
	color:#333;
}
#contenu a:hover {
background-color: #E6F1FF;
position: relative;
top: 1px;
}

p, ol li
{
	color:#666666;
	text-align: justify;
	margin: 0 10px 20px 10px;
}
fieldset p {
	margin-left:0;
}
.ange
{
	color:#fa2f00;
}
h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#818080;
	text-align:left;
	font-size: 20px;
	padding:10px 10px 10px 0;
	margin:0;
}
h2
{
	color:#818080;
	font-size: 16px;
}
h3
{	
	color: gray;
	text-align: center;
	font-size: 14px;
}
img {
	border: none;
	padding:0;
	margin:0;
}
/* Interface */
#conteneur
{
	margin:0 auto;
	width: 989px;
	background-color: #FFFFFF;
}
#header
{
	background-image: url("/images/header.jpg");
	height: 304px;
	border-color: white;
	border-style: solid;
	border-width: 0 10px 0 10px;
	margin-top:0;
	padding-top:0;
}
#corps
{
	border-color: white;
	border-style: solid;
	border-width: 0 10px 0 10px;
}
#menu
{
	height: 218px;
	padding-top: 0px;
}
#menu ul
{
	list-style-type: none;
	padding: 0;
	margin:0;
	line-height: 0;
}
#menu li{
	padding-top:17px;
	padding-bottom:17px;
	padding-right: 56px;
	margin-bottom:2px;
	margin-left:0px;
	float:left;
	clear:left;
	font-weight: normal;
	
}

#h_menu {
	width: 969px;
	height: 40px;
	background-image: url("/images/menu_h.png");
	background-repeat: x;
}

#h_menu ul {
 padding:0px;
 margin:0px;
 list-style-type:none;
 }
#h_menu li {
  margin-left:0px;
  margin-right:0px;
 }
#h_menu ul li a {
 display:block;
 float:left;
 color:white;
 font-size: 14px;
 font-weight: bold;
 text-decoration:none;
 text-align:center;
 padding:6px;
 padding-left:15px;
 padding-right:15px;
 }
 
 .elemUser {
	float: right;
 }

 .menuRose{
	background-image: url("/images/menu_rose.png");
	background-repeat: no-repeat;
	background-position: right top;
 }
 .menuOrange{
 	background-image: url("/images/menu_orange.png");
	background-repeat: no-repeat;
	background-position: top right;
}
 .menuViolet{
 	background-image: url("/images/menu_violet.png");
	background-repeat: no-repeat;
	background-position: top right;
}
 .menuVert{
 	background-image: url("/images/menu_vert.png");
	background-repeat: no-repeat;
	background-position: top right;
}
 .menuCyan{
 	background-image: url("/images/menu_cyan.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#menu ul li a{
	text-decoration:none;
	color:white;
	font-size:20px;
	padding:6px;
	padding-bottom:7px;
}

#menu ul li:first-child a{
	background-image: url("/images/menu_lettre_entete.png");
	background-repeat: no-repeat;
	background-position: 100px 0px;
}

#menuConnexion table
{
	float: right;
	margin-right: 10px;
	margin-top: 15px;
	border-collapse: collapse;
}

#menuConnexion th {
	color: white;
	text-align: left;
	padding: 5px;
}
#menuConnexion ul{
	clear:left;
	float:left;
	list-style-type: square;
	padding-bottom:25px;
}
#menuConnexion li{
	line-height:20px;
	font-size:13px;
	
}
#menuConnexion div{
	float:left;
}
.connexion
{
	text-align: right;
	padding-top: 5px;
	padding-right: 2px;
}
#sousMenu
{
	float: left;
	background-image: url("/images/naviguer.jpg");
	height: 68px;
	padding: 35px 0 0 10px;
	background-repeat: no-repeat;
	text-align: center;
	width: 255px;
}
#contenu
{
	float: right;
	padding:0px 20px 20px 20px;
	margin-bottom:12px;
	background-color: #f8f8f8;
}
.contenu_right
{
	width: 664px;
	left: 265px;
}
#pied
{
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
	margin-bottom:12px;
	text-align: right;
	padding: 0 20px 0 0;
	background-image: url("/images/piedpage.jpg");
	background-position:bottom center;
	background-repeat:repeat-x;
}
#pied a{
	color: #FFFFFF;
}
#piedGauche{
    margin-left: 25px;
    float:left;
}

div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

form {
	clear: both;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 5px;
	padding: 16px 20px;
	color: #26437d;
}

fieldset legend {
	color: #26437d;
	font-weight: bold;
}

fieldset fieldset {
	color: #26437d;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}

fieldset fieldset legend {
	font-weight: normal;
	margin-left: 20px;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	vertical-align: text-top;
}

form div.input {
	color: #444;
}

form div.required {
	color: #333;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}

label {
	display: block;
	padding-right: 10px;
	margin-top:5px;
}

input, textarea {
	clear: both;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

select {
	clear: both;
	vertical-align: text-bottom;
}

input[type=checkbox] {
	vertical-align:text-top;
	clear: left;
	float: left;
	margin: 0px 6px 0px 2px;
	width: auto;
}

input[type=image] {
	width: auto;
	margin:auto;
}

input[type=hidden] {
	display:none;
}

ul, li {
	margin: 0 12px;
}/*Debug*/

pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}

div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}

div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}

div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}

div.code-coverage-results div.covered span.content {
	background:#cec;
}

div.code-coverage-results div.ignored span.content {
	color:#aaa;
}

div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}

div.code-coverage-results span.line-num strong {
	color:#666;
}

div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}

div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}

div.code-coverage-results div.realstart {
	margin-top:0px;
}

div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}

div.code-coverage-results span.result-bad {
	color: #a00;
}

div.code-coverage-results span.result-ok {
	color: #fa0;
}

div.code-coverage-results span.result-good {
	color: #0a0;
}


/* Tables */
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #8babea;
	color: #333;
	text-decoration: none;
}

table tr td {
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

.VoirCandidature td {
	
	border: 1px solid #999;
	
}

.paging  div {
  display:inline;
}

.question{
margin-top:25px;
font-weight:bold;
color:#444444;
margin-bottom:5px;
}
.actionsUtilisateurs{
text-align:right;
font-size:8.5pt;
}

.actionsUtilisateurs{
color:#444444;
}
.actionConnex {
margin-right:5px;
}
.actionOubli{
margin-lefT:5px;
}

.input label{
display:block;
}


/* Fix pour la box mémoriser */
#UtilisateurConnexionForm .input.checkbox * {
	margin:0;
	padding:0;
	display:inline;
	position:relative;
	left:0;
	top:0;
	line-height:1em;
}
#UtilisateurConnexionForm .input.checkbox #UtilisateurMémoriser {
	width:10px;
	height:10px;
}
#UtilisateurConnexionForm .input.checkbox label {
	padding-left:6px;
	top:2px;
	margin-right:2px;
}
/* hack ie6, UNCLEAN */
* html #UtilisateurConnexionForm .input.checkbox label {
	top:-2px;
}
td div .checkbox{
clear:none;
}
#labelDispo {
	color: #575757;
}
.boutonSwitchList {
	width: 50px;
	vertical-align:middle;
}
.ajoutCand
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	display:block;
}
.btnradio 
{
	display: inline;
	margin: 5px;
	padding: 10px;
	width: 44%;
}
.btnradio label
{
	float:left;
	display:inline;
}
.btnradio input
{
	float:left;
	display:block;
}
.listCand 
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.listCand li {
	padding-left: 0px;
	margin-left: 30px;
}


/**
.candidatures.view p {
	margin-bottom: 0px;
}
**/

.textVoirCand {
	
	border-width: 1px;
}

.candidatures.index {
	color: black;
	margin-bottom: 50px;
}

.candidatures.index .altroww   {
	background-color: #E6F1FF;
	margin-bottom: 50px;
}

.candidatures.index table {
	border-collapse:collapse;
}
.candidatures.index td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.candidatures.index th {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-collapse:collapse;
	padding: 5px 10px;
}

dt{
	font-weight:bold;
	color:#666;
}
dd{
	margin:0 0 10px 0;
}
.alt{
display:none;
}

.lienAccueilLogo a{
display:block;
width:480px;
height:86px;
}

#CandidatureMessage{
	width: 600px;

}



#menuBoutique {
	margin-bottom: 20px;
}


.boutique table {
	width: 99%;
	text-align: left;
}

.boutique table .img {
	border: 1px solid black;
	float: left;
	margin-right :15px;
}

.boutique td {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse:collapse;
	text-align: left;
	padding: 5px;
}

.boutique td p {
	height: 55px;
	border: 0px solid red;
	padding: 0;
	margin: 0;
}

.boutique td li {
	list-style: none;
	display: block;
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}

.boutique th {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-collapse:collapse;
}

.boutique .titre {
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

.filAriane {
	font-size: 15px;
	font-weight: bold;
}

.objet .img {
	float: left;
	border: 1px solid black;
	margin-right: 10px;
}

.clear {
	clear: both;
}

.boutique .photo {
	float: left;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}
.boutique .photo img {
	margin-bottom: 10px;
}

.objet .photo {
	float: left;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#partenairesList {
list-style: none;
display: block;
margin: 0px;
padding: 0px;
}
#partenairesList li {
display: block;
text-align: center;
height: 125px;
padding: 5px 3px;
}
#partenairesList img {
width: 250px;
max-height: 100px;
float: left;
}
#partenairesList a {
text-decoration: none;
display: block;
height: 100%;
}
#partenairesList .partenaire_text {
display: block;
margin-left: 270px;
text-align: left;
}

