/* Balises Classiques */




/*li {
	list-style-image: url(images/puce.gif);
}*/


/* Balises IDs */



#chemin {
	padding-top: 20px;
	padding-bottom: 40px;
}

#chemin a {
	color: #555;
	text-decoration: underline;
}

#chemin a:hover {
	text-decoration: none;
}

#header {
	padding-bottom: 20px;
	margin: 0 0 0 35px;
}

#header li {
	display: inline;
	margin-right: 20px;
}

#header form {
	margin-top: 20px;
	margin-bottom: 0;
}

#header a {
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#dir td {
	width: 50%;
	vertical-align: top;
}

#dir table {
	border: 0;
	width: 100%;
}

#main {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}

#middle {
	padding: 0 20px;
	/*background-image: url(images/middle.gif);*/
}

#pages {
	padding-top: 40px;
	text-align: center;
}

#message {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;	
}

#message p {
	padding-top: 20px;
}

#soumettre {
	padding-top: 20px;
}

#soumettre span {
	text-decoration: underline;
}

#soumettre td {
	vertical-align: top;
}

#soumettre table {
	border: 0;
	width: 100%;
}

#warning {
	color: #F00;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}


/* Balises Classes */

.ariane {
	color: #A9A9A9;
}

.ariane a {
	color: #A9A9A9;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.ariane a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.link{
	margin: 0 0 10px 0;
	background: #fcfcfc;
	padding: 5px;
	border: 1px dashed #ddd;
}
.link a{
	font-weight: bold;
	padding-left: 13px;
	background: url(/media/theme/default/images/plus.gif) no-repeat left;
}
