/**
 * Style sheet rosebud
*/

body {
	background:#DDDDBB url(../images/template/fond.jpg) repeat-x;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666656;
}

a {
	color:#666656;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* Menu */

.mod_navigation {
	/*background-color:#ededc8;*/
	background:url(../images/template/menu-fond.gif) no-repeat;
	width:380px;
	margin:10px auto 10px 25px;
	text-align:center;
	line-height:22px;
	font-size:11px;
}

.mod_navigation ul {
	margin:2px 0 2px 0;
	padding:0;
	text-align:center;
	font-weight:bold;
	padding:5px;
}

.mod_navigation li, .active {
	display:inline;
	list-style:none;
	margin:0 3px 0 3px;
}

.mod_navigation a {
	text-decoration:none;
}

.mod_navigation a:hover {
	text-decoration:underline;
}

/* Presentation*/

#presentation img {
	border:5px solid #ededc8;
}

/* Titres */

h2 {
	background-color:#b0b094;
	margin:20px 0 15px 25px;
	padding:4px 0 4px 0;
	/*border-top:1px dotted #666656;
	border-bottom:1px dotted #666656;*/
	color:#ffffd7;
	text-align:center;
	font-size:14px;
}

/* Divers */

.ce_text {
	margin:10px 0 0 25px;
	line-height:20px;
	text-align:justify;
	font-size:12px;
}

#mod_languageselector img, #no_border img, #main img {
	border:0;
}

.portrait {
	float:right;
	border:5px solid #ededc8;
	margin:25px 0 0 0;
}

.leg-diapo {
	padding:0 35px 15px 15px;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}

.plan {
	border:10px solid #ededc8;
	width:293px;
	margin:15px 0 0 100px;
}

.plan2 .image_container {
	border:5px solid #ededc8;
	margin:10px 0 10px 20px;
	
}

.plan2 .caption {
	background-color:#B0B094;
	color:#FFFFD7;
	padding:2px;
	text-align:center;
	font-size:10px;
	width:146px;
	line-height:12px;
}

.caption {
	background-color:#B0B094;
	color:#FFFFD7;
	padding:5px;
	text-align:center;
}

/* Diaporama */

.diaporama-full {
	background:url(../images/template/diapo_mid.jpg) no-repeat;
	margin:-2px 0 0 0;
}

.diaporama {
	width:380px;
	margin:0 auto;
	border:10px solid #ededc8;
}

.diaporama-verti {
	width:293px;
	margin:0 0 0 100px;
	border:10px solid #ededc8;
}

.diapo2 {
	margin:20px 0 0 0;
	text-align:left;
}

/* Footer */

#footer {
	margin:30px 0 25px 0;
	border-top:1px dashed #BCBCA0;
}

#textes-footer {
	text-align:center;
}

.logos {
	margin:20px 0 20px 0;
}

/* Menu Footer */

.mod_customnav ul {
	margin:20px 0 10px 0;
	padding:0;
	text-align:center;
	font-weight:bold;
}

.mod_customnav li, .active {
	display:inline;
	list-style:none;
	margin:0 3px 0 3px;
}

.active {
	font-weight:normal;
}

/* Formulaire */

.ce_form {
	margin:0px 0 0 25px;
}

label {
	float:left;
	width:330px;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 5px 0;
	color:#666656;
}

input {
	/*background:#e792b5;*/
	font-size:10px;
	margin:0 0 5px 0;
	padding:5px;
	width:230px;
	border:2px solid #BCBCA0;
	color:#666656;
}

textarea {
	/*background:#e792b5;*/
	padding:5px;
	border:2px solid #BCBCA0;
	color:#666656;
	font-size:12px;
	width:250px;
	height:130px;
	overflow:auto;
}

.submit {
	width:85px;
	background:#BCBCA0;
	padding:5px;
	border:0;
	margin:15px 0 0 0;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}

.submit:hover {
	background:#FFFFD7;
	color:#666656;
}

.error {
	font-size:10px;
	color:#CC0000;
	clear:both;
}

input.captcha {
	width:50px;
	text-align:center;
	margin:0px 0 0 0;
}

.captcha_text {
	font-size:10px;
	color:#666656;
}

.securite {
	margin:10px 0 0 0;
}