/* CARTE **************************************************************************************************************/
.conteneurCarte {
	z-index: 0;
	width: 541px;
	height: 335px;
	margin-bottom: 10px;
}

/* MENU CARTO *********************************************************************************************************/
.menuCarto {
	position: relative;
	top: 30px;
	z-index: 10;
	width: 525px;
	height: 50px;
	left: 10px;
}
	.btnCarte_coop {
		position: absolute;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_cooperations.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarte_coop_on {
		position: absolute;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_cooperations_on.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarte_accompagner {
		position: absolute;
		left: 173px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_accompagner.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarte_accompagner_on {
		position: absolute;
		left: 173px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_accompagner_on.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarte_projets {
		position: absolute;
		left: 346px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_projets.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarte_projets_on {
		position: absolute;
		left: 346px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_projets_on.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarteJeune_aides {
		position: absolute;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_jeunesAides.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarteJeune_aides_on {
		position: absolute;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_jeunesAides_on.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarteJeune_bourses {
		position: absolute;
		left: 173px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_jeunesBourses.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarteJeune_bourses_on {
		position: absolute;
		left: 173px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_jeunesBourses_on.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarteJeune_temoignages {
		position: absolute;
		left: 346px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_jeunesTemoignages.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.btnCarteJeune_temoignages_on {
		position: absolute;
		left: 346px;
		display: block;
		cursor: pointer;
		width: 175px;
		height: 51px;
		background-image: url(../images/btnCarte_jeunesTemoignages_on.png);
		background-repeat: no-repeat;
		outline: none;
	}
	.menuCarteTop {
		width: 160px;
		height: 11px;
		background-image: url(../images/hautMenuCarte.png);
	}
	.menuCarteMid {
		width: 160px;
		height: auto;
		background-image: url(../images/midMenuCarte.png);
		background-repeat: repeat-y;
	}
		.menuCarteContenu {
			position: relative;
			width: 140px;
			height: auto;
			margin-left: 10px;
			padding-top: 10px;
		}
			.menuCarteContenu a, .menuCarteContenu a:visited {
				outline: none;
				display: block;
				text-align: center;
				width: 100%;
				color: #93A5C9;
				text-decoration: none;
				padding-bottom: 5px;
			}
			.menuCarteContenu a:hover {
				text-decoration: none;
				color: #17479E;
				background-color: #e7ecf5;
			}
	.menuCarteBottom {
		width: 160px;
		height: 10px;
		background-image: url(../images/basMenuCarte.png);
	}
	#menu1 {
		width: 160px;
		height: auto;
		position: absolute;
		top: 30px;
		left: 8px;
		z-index: -1;
	}
	#menu2 {
		width: 150px;
		height: auto;
		position: absolute;
		top: 30px;
		left: 180px;
		z-index: -1;
	}
	#menu3 {
		width: 150px;
		height: auto;
		position: absolute;
		top: 30px;
		left: 352px;
		z-index: -1;
	}

/* MENU JEUNE *********************************************************************************************************/
.conteneurMenuJeune {
	float: left;
	width: 193px;
	height: 129px;
	background-image: url(../images/fondMenuJeunes2.png);
	background-repeat: no-repeat;
}
	.contenuMenuJeune {
		position: relative;
		width: 160px;
		height: 120px;
		margin-top: 50px;
		margin-left: 15px;
	}
		.contenuMenuJeune a, .contenuMenuJeune a:visited {
			display: block;
			color: #17479E;
			height: auto;
			width: 160px;
			padding-left: 10px;
			padding-bottom: 5px;
			background-image: url(../images/puceLien.gif);
			background-position: 0px 5px;
			background-repeat: no-repeat;
			text-decoration: none;
			outline: none;
		}
		.contenuMenuJeune a:hover {
			color: #17479E;
			text-decoration: underline;
		}

/* BLOC ACTUS ********************************************************************************************************/
.conteneurActus {
	width: 61%;
	float: left;
	margin-left: 14px;
}
	.conteneurActus a, .conteneurActus a:visited {
		clear: right;
		display: block;
		color: #17479E;
		text-decoration: none;
		outline: none;
	}
	.conteneurActus a:hover {
		text-decoration: underline;
	}

/* ENCART BLANC *******************************************************************************************************/
.cadre_arrondi {
	width: 100%;
	margin: 0;
	padding: 0;
}
	.cadre_arrondi .coin_hg {
		background: url(../images/box_hg.gif) left top no-repeat;
		padding-left: 5px;
	}
	.cadre_arrondi .coin_hd {
		background: url(../images/box_hd.gif) right top no-repeat;
		padding-right: 8px;
	}
	.cadre_arrondi .bordure_h {
        background: url(../images/box_h.gif) top repeat-x;
        height: 5px;
		position: relative;
	}
	.cadre_arrondi .cote_gauche {
		background: url(../images/box_g.gif) left repeat-y;
		padding-left: 5px;
	}
	.cadre_arrondi .cote_droit {
		background: #fff url(../images/box_d.gif) right repeat-y;
		padding-right: 8px;
		overflow: hidden;
		padding-top: 0.5em;
		padding-left: 10px;
		padding-right: 15px;
	}
	.cadre_arrondi .coin_bg {
        background: url(../images/box_bg.gif) left top no-repeat;
        padding-left: 5px;
	}
	.cadre_arrondi .coin_bd {
        background: url(../images/box_bd.gif) right top no-repeat;
        padding-right: 8px;
	}
	.cadre_arrondi .bordure_b {
        background: url(../images/box_b.gif) top repeat-x;
        height: 8px;
	}

/* TAGS ****************************************************************************************************************/
#conteneurTags {
	padding: 5px;text-align: center;
}
/*#conteneurTags .tag1, #conteneurTags .tag1:hover, #conteneurTags .tag1:visited { color:#7C8FC4; font-size:105%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag2, #conteneurTags .tag2:hover, #conteneurTags .tag2:visited { color:#6D84BE; font-size:135%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag3, #conteneurTags .tag3:hover, #conteneurTags .tag3:visited { color:#5674B5; font-size:175%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag4, #conteneurTags .tag4:hover, #conteneurTags .tag4:visited { color:#3D62AC; font-size:200%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag5, #conteneurTags .tag5:hover, #conteneurTags .tag5:visited { color:#2652A4; font-size:270%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag6, #conteneurTags .tag6:hover, #conteneurTags .tag6:visited { color:#17479E; font-size:333%; font-weight:normal; margin: 0px 5px; line-height:110%; }*/

#conteneurTags .tag1, #conteneurTags .tag1:hover, #conteneurTags .tag1:visited { color:#7C8FC4; font-size:80%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag2, #conteneurTags .tag2:hover, #conteneurTags .tag2:visited { color:#6D84BE; font-size:95%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag3, #conteneurTags .tag3:hover, #conteneurTags .tag3:visited { color:#5674B5; font-size:100%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag4, #conteneurTags .tag4:hover, #conteneurTags .tag4:visited { color:#3D62AC; font-size:135%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag5, #conteneurTags .tag5:hover, #conteneurTags .tag5:visited { color:#2652A4; font-size:175%; font-weight:normal; margin: 0px 5px; line-height:110%; }
#conteneurTags .tag6, #conteneurTags .tag6:hover, #conteneurTags .tag6:visited { color:#17479E; font-size:200%; font-weight:normal; margin: 0px 5px; line-height:110%; }


.fondOptBleriot {
	width: 339px;
	height: 62px;
	background-image: url(../images/encartMenuBleriot.png);
	background-repeat: no-repeat;
}
	.lienLoginBleriot {
		display: block;
		position: relative;
		top: 8px;
		left: 10px;
		width: 155px;
		height: 35px;
		outline: none;
	}
	.lienInscriptBleriot {
		display: block;
		position: relative;
		top: -30px;
		left: 170px;
		width: 155px;
		height: 35px;
		outline: none;
	}


.conteneurInt h3{
	font-size:13px;
	font-weight:bold;
	color:#17479E;
	font-family:Verdana, 'Trebuchet MS', sans-serif;
	line-height:120%;
	padding:0;margin:2em 0 0.6em 20px;
}

.conteneurInt h4{
	font-size:11px;
	font-weight:bold;
	color:#17479E;
	font-family:Verdana, 'Trebuchet MS', sans-serif;
	padding:0;margin:1.5em 0 0 0.5em;
}

.conteneurInt strong{
	font-weight:bold;
	color:#FCAF17;
	font-family:Verdana, 'Trebuchet MS', sans-serif;
}

.centre ul{
padding:0;margin:0 0 0 20px;
}

.centre ul li{
list-style:none;
list-style-image:url('/@_images/puce_pages_2.gif');
}

.centre p{
margin:4px 0 4px 0;
padding:0;
}

.centre .retour{
text-align:right;
padding:0;margin:1em 0 1.5em 0;
}

.centre .retour a{
font-weight:bold;
color:#17479E;
text-decoration:none;
}

.centre .retour a:hover{
text-decoration:underline;
}

ul.menuInt{
background-color:#F3F6FA;
border-top:2px solid #93A5C9;
border-bottom:2px solid #93A5C9;
list-style:none;
padding:4px;
margin:0;
font-weight:bold;
width:276px;
}

ul.menuInt li{
margin:0;
padding:1px 0 1px 0;
list-style-image:none;
}

ul.menuInt li a, ul.menuInt li a:visited {
text-decoration:none;
color:#17479E;
}

ul.menuInt li a:hover {
text-decoration:underline;
color:#333333;
}

ul.menuInt li span{
color:#93A5C9;
}

p.foot_nav{
text-align:center;
color:#93A5C9;
margin:0;
padding:2em 0 0.8em 0;
}

p.foot_nav a, p.foot_nav a:visited{
color:#93A5C9;
text-decoration:none;
}

p.foot_nav a:hover{
color:#17479E;
text-decoration:none;
}

/* formulaire devenons citoyens de la plančte */

.critereForm {
	font-size: 14px;
	color: red;
}
#formAskFolder {
	padding-left: 10px;
	zoom: 1;
}
	#formAskFolder p {
		clear: left;
	}
		#formAskFolder .rubform {
			padding-top: 15px;
		}
		#formAskFolder .ligneFormulaire {
			width: 400px;
		}
			#formAskFolder .ligneFormulaire label {
				float: left;
				width: 75px;
			}
			#formAskFolder .ligneFormulaire input, .ligneFormulaire textarea  {
				width: 250px;
				float: left;
			}
