/* CSS Document */
/*****************************************************************************************************************************
******************************************* PAGE ***************************************************************************
******************************************************************************************************************************/
#page {
	width: 945px;
	min-height: 610px;
	margin: 0 auto;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	padding: 9px;
}
#page.blue {
	background:#96CDFD url(../img/css/bg_page_intra.gif) repeat-x top;
}
.green {
	background:#B2B301 url(../img/css/bg_inter.gif) repeat-x top;
}
/*****************************************************************************************************************************
******************************************* HEADER ***************************************************************************
******************************************************************************************************************************/
#page.blue #header {
	color: #fff;
	width: 945px;
	float: left;
	padding-bottom: 30px;
	background: url(../img/css/bg_header_intra.gif) no-repeat left bottom;
}
#page.green #header {
	color: #fff;
	width: 945px;
	float: left;
	padding-bottom: 30px;
	background: url(../img/css/bg_header_inter.gif) no-repeat left bottom;
}
.logo {
	padding: 2px 0 0px 16px;
	float: left;
}
.logo_inrae {
	padding: 2px 0 0px 16px;
	float: left;
	width: 171px;
}
#page.blue #header a {
	color: #666666;
}
#page.green #header a {
	color: #666666;
}
#page.blue #header h1{
	font-family: "Century Gothic",sans-serif;
	color: #36526E;
	font-size: 280%;	
	font-weight:normal;
	margin:6px 0px 0 170px;
	padding-top: 10px;
	display:inline;
	float: left;	
	letter-spacing: -0.04em;
}
#page.green #header h1{
	font-family: "Century Gothic",sans-serif;
	color: #6E6E01;
	font-size: 280%;	
	font-weight:normal;
	margin:6px 0px 0 60px;
	padding-top: 10px;
	display:inline;
	float: left;	
	letter-spacing: -0.04em;
}
/*****************************************************************************************************************************
******************************************* CONTENEUR ************************************************************************
******************************************************************************************************************************/
#page.blue #conteneurH {
	clear: both;
	background: #DBEEFF;
	min-height: 440px;
	padding: 30px 83px 30px 83px;
	float:left;
	width: 779px;
}
#page.blue #conteneur {
	clear: both;
	background: #DBEEFF;
	min-height: 440px;
	padding: 30px 83px 30px 83px;
	float:left;
	width: 779px;
}
#page.green #conteneurH {
	clear: both;
	background: #EDEDD1 url(../img/css/bg_conteneur_inter.gif) no-repeat left bottom;
	min-height: 440px;
	padding: 30px 83px 30px 83px;
	float:left;
	width: 779px;
}
#page.green #conteneur {
	clear: both;
	background: #EDEDD1 url(../img/css/bg_conteneur_inter.gif) no-repeat left bottom;
	min-height: 440px;
	padding: 30px 83px 30px 83px;
	float:left;
	width: 779px;
}
div#bandeau_liens {
	width: 100%;
	float: left;
}
#page.blue #bandeau_liens h4{
	background: url(../img/css/arrow_1_intra.gif) no-repeat;
	background-position:  0.0em 0.30em;
	color: #36526E;
	font-size: 120%;
	font-weight: bold;
	padding-left: 24px;
	float: left;
}
#page.green #bandeau_liens h4{
	background: url(../img/css/arrow_1_inter.gif) no-repeat;
	background-position:  0.0em 0.30em;
	color: #6E6E01;
	font-size: 120%;
	font-weight: bold;
	padding-left: 24px;
	float: left;
}
#bandeau_liens a{
	float: right;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-decoration:underline;
}
/** elements Onglets **/
/** Contenu des onglets **/
.content_onglets {	
	margin-top: 62px;
	clear: both;
}
.onglets_contenu {
	background:#FFFFFF none repeat scroll 0 0;
	display:block;
	float:left;
	padding:2em 2.8em;
	width:707px;
}
#page.blue .top {
	width: 775px;
	height: 9px;
	clear: both;
	background: url(../img/css/bg_top_onglets.gif) no-repeat top;
	overflow:hidden;
}
#page.green .top {
	width: 775px;
	height: 9px;
	clear: both;
	background: url(../img/css/bg_top_onglets_inter.gif) no-repeat top;
	overflow:hidden;
}
.bottom {
	width: 775px;
	height: 9px;
	clear: both;
	background: url(../img/css/bg_bottom_onglets.gif) no-repeat;
}
/** formulaire **/
.bloc_titre {
	width: 161px;
	float: right;
}
#page.blue .bloc_titre .top{
	width: 100%;
	height: 10px;
	display:block;
	background: url(../img/css/titre_bloc_top.gif) no-repeat;
}
#page.green .bloc_titre .top{
	width: 100%;
	height: 10px;
	display:block;
	background: url(../img/css/titre_bloc_top_inter.gif) no-repeat;
}
#page.blue .bloc_titre .content{
	font-size: 90%;
	width: 141px;
	display:block;
	background: #D0E2F4;
	border-left: 2px solid #7CA9D7;
	border-right: 2px solid #7CA9D7;
	padding: 0 8px 0 8px;
}
#page.green .bloc_titre .content{
	font-size: 90%;
	width: 141px;
	display:block;
	background: #EDEDD1;
	border-left: 2px solid #BCBD23;
	border-right: 2px solid #BCBD23;
	padding: 0 8px 0 8px;
}
.bloc_titre .content .title {
    font-size: 120%;
}
.bloc_titre .content h5{
	font-size: 110%;
	font-weight: bold;
}
#page.blue .bloc_titre .bottom{
	width: 100%;
	height: 10px;
	display:block;
	background: url(../img/css/titre_bloc_bottom.gif) no-repeat;
}
#page.green .bloc_titre .bottom{
	width: 100%;
	height: 10px;
	display:block;
	background: url(../img/css/titre_bloc_bottom_inter.gif) no-repeat;
}
.content_onglets label {
	text-align:left;
	float:left;
	font-weight:normal;
	font-size: 100%;	
	margin-top: 6px;
}
#page.blue .label_arrow {
	padding-left: 16px;
	background: url(../img/css/arrow_blue_1.gif) no-repeat;
	background-position:  0em 0.29em;
	width: 180px;
	margin-right: 30px;
	display: block;
	height: 15px;
	overflow: visible;
}
#page.green .label_arrow {
	padding-left: 16px;
	background: url(../img/css/arrow_green_1.gif) no-repeat;
	background-position:  0em 0.29em;
	width: 180px;
	margin-right: 30px;
	display: block;
	height: 15px;
    overflow: visible;
}
.input1 span.left , .input1 span.right {
	float: left;
	display: block;
	height: 22px;
	position: relative;
}
#page.blue .input1 input {
	border: 1px solid #7CA9D7;	
	border-width: 1px 0;
	background: #ffffff;	
	padding: 2px 2px 3px 2px;	
	height: 15px;
	float:left;
	width:294px;
	font-size: 90%;
}
#page.green .input1 input {
	border: 1px solid #BBBC1F;	
	border-width: 1px 0;
	background: #ffffff;	
	padding: 2px 2px 3px 2px;	
	height: 15px;
	float:left;
	width:294px;
	font-size: 90%;
}
#page.blue .input1 span.left{
	background: url(../img/css/input_blue_left.gif) no-repeat;
	width: 3px;
}
#page.green .input1 span.left{
	background: url(../img/css/input_green_left.gif) no-repeat;
	width: 3px;
}
#page.blue .input1 span.right{
	background: url(../img/css/input_blue_right.gif) no-repeat;
	width: 3px; 
}
#page.green .input1 span.right{
	background: url(../img/css/input_green_right.gif) no-repeat;
	width: 3px; 
}
#page.blue .select1 {
	border: 1px solid #7CA9D7;		
	width:304px;
	font-size: 90%;
}
#page.green .select1 {
	border: 1px solid #BFC02C;		
	width:304px;
	font-size: 90%;
}
.checkboxed{
	margin-top: 10px;
	margin-left:221px;
	float: left;
}
.checkboxed div{
	display:inline;
}
.checkboxed label{
	margin-left: 5px;
	margin-top: 0px;
	float: left;
	display: block;
}
.checkboxed input{
	margin-left: 5px;
	border: 0px;
	float: left;
	display: block;
}
.checkboxedStruct {
	margin: 20px 10px 0 0;
	float: left;
}
.checkboxedStructLabel{
	text-align:left;
	font-weight:normal;
	font-style: italic;
	font-size: 100%;
	color: #000000;
	width: 130px;
	display: block;
	padding: 0px!important;
}
.checkboxedStructInput{
	border: 0px;
	float: left;
	display: block;
	margin: 0 5px 0 0;
}
.submit1 {
	padding:0 0 0 20px;	
}
.submit1 span{
	float: left;
	display: block;
	height: 27px;
	position: relative;
}

#page.blue .submit1 input, #page.blue .submit1 a {
	border: 0;
	min-height: 27px;
	height: auto;
	_height:27px;
	background: url(../img/css/submit1_bg_intra.gif) repeat-X;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	padding: 0 4px 4px 5px;
	cursor: pointer;
	overflow: visible;
}

#page.green .submit1 input, #page.green .submit1 a {
	border: 0;
	min-height: 27px;
	height: auto;
	_height:27px;
	background: url(../img/css/submit1_bg_inter.gif) repeat-X;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	padding: 0 4px 4px 5px;
	cursor: pointer;
	overflow: visible;
}

#page.green .submit1 a, #page.blue .submit1 a {
    text-decoration: none;
    padding-top: 5px;
}

#page.blue .submit1 span.left{
	background: url(../img/css/submit1_left_intra.gif) no-repeat;
	width: 21px;
}
#page.green .submit1 span.left{
	background: url(../img/css/submit1_left_inter.gif) no-repeat;
	width: 21px;
}
#page.blue .submit1 span.right{
	background: url(../img/css/submit1_right_intra.gif) no-repeat;
	width: 7px; 
}
#page.green .submit1 span.right{
	background: url(../img/css/submit1_right_inter.gif) no-repeat;
	width: 7px; 
}
.bottom_margin {
	margin-bottom: 20px;
}
.top_margin {
	margin-top: 10px;
}
a.link {
	font-size: 100%;
	font-weight: bold;
	margin-left: 226px;
}
.marginBtn {
	margin-top: 20px;
	float: right;
	padding-right: 15px;
}

/** Contenu **/
#contenu {
	width: 799px;
	margin-top: 20px;
	float: left;
}
#page.blue #contenu .top{
	width: 100%;
	height: 6px;
	display:block;
	background: url(../img/css/bg_top_contenu.gif) no-repeat;
}
#page.green #contenu .top{
	width: 100%;
	height: 6px;
	display:block;
	background: url(../img/css/bg_top_contenu_inter.gif) no-repeat;
}
#contenu .content{
	float: left;
	width: 100%;
	background: #ffffff;
}
#contenu .content label {
	text-align:left;
	float:left;
	font-weight:normal;
	font-size: 110%;
	color: #000000;
	display: block;
	margin-left: 52px;
}
#page.blue #contenu .content .select2 {
	border: 1px solid #7CA9D7;		
	width:160px;
	font-size: 100%;
	margin-left: 12px;
	display: block;
	float: left;
}
#page.green #contenu .content .select2 {
	border: 1px solid #6E6E01;		
	width:160px;
	font-size: 100%;
	margin-left: 12px;
	display: block;
	float: left;
}
#page.blue #contenu .content .select3 {
	border: 1px solid #7CA9D7;		
	width:160px;
	font-size: 100%;
	margin-left: 12px;
	display: block;
	float: left;
}
#page.green #contenu .content .select3 {
	border: 1px solid #6E6E01;		
	width:160px;
	font-size: 100%;
	margin-left: 12px;
	display: block;
	float: left;
}

#page.blue #contenu .content .selectdomaines {
	border: 1px solid #7CA9D7;		
	width:160px;
	font-size: 100%;
	margin-left: 12px;
	display: block;
	float: left;
}
#page.green #contenu .content .selectdomaines {
	border: 1px solid #6E6E01;		
	width:160px;
	font-size: 100%;
	margin-left: 12px;
	display: block;
	float: left;
}
#page.blue #contenu .content .select4 {
	border: 1px solid #7CA9D7;		
	width: 38px;
	font-size: 100%;
	margin: 0 10px 0 10px;
	float: right;
	height: 17px;
}
#page.green #contenu .content .select4 {
	border: 1px solid #6E6E01;		
	width: 38px;
	font-size: 100%;
	margin: 0 10px 0 10px;
	float: right;
	height: 17px;
}
#page.blue #contenu .bottom{
	width: 100%;
	height: 6px;
	display:block;
	background: url(../img/css/bg_bottom_contenu.gif) no-repeat;
}
#page.green #contenu .bottom{
	width: 100%;
	height: 6px;
	display:block;
	background: url(../img/css/bg_bottom_contenu_green.gif) no-repeat;
}
/** Bloc Recap Recherche **/
#contenu .bloc_recap {
	width: 760px;
	margin: 5px 0 22px 20px;
}
#page.blue #contenu .bloc_recap .top{
	width: 760px;
	height: 6px;
	display:block;
	background: url(../img/css/bg_top_recap.gif) no-repeat;
}
#page.green #contenu .bloc_recap .top{
	width: 760px;
	height: 6px;
	display:block;
	background: url(../img/css/bg_top_recap_inter.gif) no-repeat;
}
#page.blue #contenu .bloc_recap .content{
	font-size: 90%;
	color: #000000;
	min-height: 70px;
	width: 684px;
	display:block;
	background: #C5E8FF url(../img/css/bg_recap.gif) repeat-x;
	padding: 6px 38px 6px 38px;
}
#page.blue #contenu .bloc_recap .content.fiche_structure.personne{
	width: 684px;
	padding: 6px 38px 6px 38px;
}
#page.blue #contenu .bloc_recap .content.fiche_structure{
	font-size: 90%;
	color: #000000;
	min-height: 70px;
	width: 740px;
	display:block;
	background: #C5E8FF url(../img/css/bg_recap.gif) repeat-x;
	padding: 6px 10px 6px 10px;
}
#page.green #contenu .bloc_recap .content{
	font-size: 90%;
	color: #000000;
	min-height: 70px;
	width: 684px;
	display:block;
	background: #E1E2A5 url(../img/css/bg_recap_inter.gif) repeat-x;
	padding: 6px 38px 6px 38px;
}
#page.green #contenu .bloc_recap .content.fiche_structure{
	font-size: 90%;
	color: #000000;
	min-height: 70px;
	width: 740px;
	display:block;
	background: #E1E2A5 url(../img/css/bg_recap_inter.gif) repeat-x;
	padding: 6px 10px 6px 10px;
}
#page.green #contenu .bloc_recap .content.fiche_structure.personne{
	width: 684px;;
	padding: 6px 38px 6px 38px;
}
#page.blue #contenu .bloc_recap .content.fiche_structure label {
	text-align:left;
	font-weight:normal;
	font-style: italic;
	font-size: 110%;
	color: #000000;
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 2px 0;
}
#page.green #contenu .bloc_recap .content.fiche_structure label {
	text-align:left;
	font-weight:normal;
	font-style: italic;
	font-size: 110%;
	color: #000000;
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 2px 0;
}
#page.blue #contenu .bloc_recap .content.fiche_structure .input2 span.left , #page.blue #contenu .bloc_recap .content.fiche_structure .input2 span.right {
	float: left;
	display: block;
	height: 22px;
	position: relative;
}
#page.green #contenu .bloc_recap .content.fiche_structure .input2 span.left , #page.green #contenu .bloc_recap .content.fiche_structure .input2 span.right {
	float: left;
	display: block;
	height: 22px;
	position: relative;
}

#page.blue #contenu .bloc_recap .content.fiche_structure .input2 input {
	border: 1px solid #1A6FB5;	
	border-width: 1px 0;
	background: #ffffff;	
	padding: 2px 2px 3px 2px;	
	height: 15px;
	float:left;
	width:138px;
	font-size: 120%;
}
#page.green #contenu .bloc_recap .content.fiche_structure .input2 input {
	border: 1px solid #BCBD21;	
	border-width: 1px 0;
	background: #ffffff;	
	padding: 2px 2px 3px 2px;	
	height: 15px;
	float:left;
	width:138px;
	font-size: 120%;
}
#page.blue #contenu .bloc_recap .content.fiche_structure .input2 span.left{
	background: url(../img/css/input_blue2_left.gif) no-repeat;
	width: 3px;
}
#page.green #contenu .bloc_recap .content.fiche_structure .input2 span.left{
	background: url(../img/css/input_green_left.gif) no-repeat;
	width: 3px;
}
#page.blue #contenu .bloc_recap .content.fiche_structure .input2 span.right{
	background: url(../img/css/input_blue2_right.gif) no-repeat;
	width: 3px; 
}
#page.green #contenu .bloc_recap .content.fiche_structure .input2 span.right{
	background: url(../img/css/input_green_right.gif) no-repeat;
	width: 3px; 
}
#page.blue #contenu .bloc_recap .content.fiche_structure .select5 {
	border: 1px solid #7CA9D7;		
	width:135px;
	font-size: 120%;
	padding: 2px 1px 1px 1px;
}
#page.green #contenu .bloc_recap .content.fiche_structure .select5 {
	border: 1px solid #BCBD21;		
	width:135px;
	font-size: 120%;
	padding: 2px 1px 1px 1px;
}
#page.blue #contenu .bloc_recap .content.fiche_structure .select6 {
	border: 1px solid #7CA9D7;		
	width: 262px;
	font-size: 120%;
	padding: 2px 1px 1px 1px;
}
#page.green #contenu .bloc_recap .content.fiche_structure .select6 {
	border: 1px solid #BCBD21;		
	width: 262px;
	font-size: 120%;
	padding: 2px 1px 1px 1px;
}
#contenu .bloc_recap .content h5{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}
#page.blue #contenu .bloc_recap .bottom{
	width: 760px;
	height: 8px;
	display:block;
	background: url(../img/css/bg_bottom_recap.gif) no-repeat;
}
#page.green #contenu .bloc_recap .bottom{
	width: 760px;
	height: 8px;
	display:block;
	background: url(../img/css/bg_bottom_recap_inter.gif) no-repeat;
}
#page.blue #contenu .bloc_recap .content li{
	font-size: 110%;
	font-weight: normal;
	padding: 0px 0 2px 10px;
	margin-top: 0px;
	background: url(../img/css/arrow_blue_2.gif) no-repeat;
	background-position:  0.0em 0.3em;
}
#page.green #contenu .bloc_recap .content li{
	font-size: 110%;
	font-weight: normal;
	padding: 0px 0 2px 10px;
	margin-top: 0px;
	background: url(../img/css/arrow_green_2.gif) no-repeat;
	background-position:  0.0em 0.3em;
}
#contenu .bloc_recap .content li input{
	font-size: 100%;
	font-weight: normal;
	border:none;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	width: 500px;
}
#contenu .bloc_recap .content li label {
	font-weight:normal;
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 1px 0px 0px 2px;	
}
#contenu .bloc_recap .content li div{
	display: inline;
}
#page.blue #contenu .content .header_results {
	width: 706px;
	height: 16px;
	background: #6A9DD1;
	color: #ffffff;
	font-size: 110%;
	margin: 2px 0 2px 46px;
	padding: 2px 8px 0px 8px;
}
#page.green #contenu .content .header_results {
	width: 706px;
	height: 16px;
	background: #BCBD23;
	color: #ffffff;
	font-size: 110%;
	margin: 2px 0 2px 46px;
	padding: 2px 8px 0px 8px;
}
#contenu .content .header_results span{
	float: left;
}
#contenu .content .header_results a{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	font-size: 90%;
	float: right;
}
#page.blue  #contenu .content .nav_results {
	width: 706px;
	height: 18px;
	background: #CCE6FB;
	color: #000000;
	font-size: 100%;
	margin: 20px 0 2px 46px;
	padding: 2px 8px 0px 8px;
	float: left;
}
#page.green  #contenu .content .nav_results {
	width: 706px;
	height: 18px;
	background: #EDEDD1;
	color: #000000;
	font-size: 100%;
	margin: 20px 0 2px 46px;
	padding: 2px 8px 0px 8px;
	float: left;
}
#contenu .content .nav_results ul{
	display: inline;
	float: left;
	margin-left: 210px;
}
#contenu .content .nav_results li{
	display: inline;
	padding: 0 0 0 32px;
}
#contenu .content .nav_results li a{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#contenu .content .nav_results .link2{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	float: right;
}
#contenu .content .nav_results label {
	text-align:left;
	float:right;
	font-weight:normal;
	font-size: 100%;
	color: #000000;
	display: block;
}
#contenu .content .results {
	width: 722px;
	color: #000000;
	font-size: 100%;
	margin: 6px 0 0px 46px;
	padding: Opx 10px 0px 0px;
	float: left;
}
#contenu .content .results li{
	padding: 10px 0 10px 10px;
}
#page.blue #contenu .content .results li.pair{
	padding: 10px 0 10px 10px;
	background: #F4FAFF;
	border-top: solid 1px #CCE6FB;
	border-bottom: solid 1px #CCE6FB;
}
#page.green #contenu .content .results li.pair{
	padding: 10px 0 10px 10px;
	background: #FAFAF1;
	border-top: solid 1px #BCBD23;
	border-bottom: solid 1px #BCBD23;
}
#contenu .content .results span{
	display: block;
}
#contenu .content .results h6{
	font-size: 100%;
	font-weight: bold;
}
#contenu .content .results h6 a{
	text-decoration: none;
	color: #000000;
}
/** Bloc Structure **/
#contenu .bloc_structure {
	width: 760px;
	margin: 5px 0 22px 20px;
	
}
#page.blue #contenu .bloc_structure .top{
	width: 760px;
	height: 8px;
	display:block;
	background: url(../img/css/bg_t_recap_struct.gif) no-repeat;
}
#page.green #contenu .bloc_structure .top{
	width: 760px;
	height: 8px;
	display:block;
	background: url(../img/css/bg_t_recap_struct_g.gif) no-repeat;
}
#page.blue #contenu .bloc_structure .content{
	font-size: 90%;
	color: #000000;
	min-height: 70px;
	width: 742px;
	display:block;
	padding: 6px 8px 6px 8px;
	border-left: 1px solid #4E667F;
	border-right: 1px solid #4E667F;
}
#page.green #contenu .bloc_structure .content{
	font-size: 90%;
	color: #000000;
	min-height: 70px;
	width: 742px;
	display:block;
	padding: 6px 8px 6px 8px;
	border-left: 1px solid #BCBD23;
	border-right: 1px solid #BCBD23;
}
#page.blue #contenu .bloc_structure .bottom{
	width: 760px;
	height: 8px;
	display:block;
	background: url(../img/css/bg_b_recap_struct.gif) no-repeat;
}
#page.green #contenu .bloc_structure .bottom{
	width: 760px;
	height: 8px;
	display:block;
	background: url(../img/css/bg_b_recap_struct_g.gif) no-repeat;
}
#page.blue #contenu .bloc_structure .structResult {
	width: 726px;
	background: #36526E;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	float: left;
}
.structResult small{
	font-size: 90%;
	font-weight: normal;
}
#page.green #contenu .bloc_structure .structResult {
	width: 726px;
	background: #6E6E01;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	float: left;
}
.structInfo {
	width: 250px;
	margin: 18px 0px 0px 10px;
	padding: 2px 8px 0px 0px;
	float: left;
}
.structInfo.personne {
	width: 215px;
}
#page.blue .tabsContainer {
	width: 468px;
	margin: 18px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	float: left;
	font-size: 120%;
	border-left: 1px solid #9AA8B6;
}
#page.green .tabsContainer {
	width: 468px;
	margin: 18px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	float: left;
	font-size: 120%;
	border-left: 1px solid #6E6E01;
}
#infrastructures-departement {
	width: 105px !important;
}
#infrastructures {
	width: 105px !important;
}
#page.blue .personneContainer {
	width: 459px;
	margin: 18px 0px 0px 0px;
	padding: 2px 0px 0px 24px;
	float: left;
	font-size: 120%;
	border-left: 1px solid #9AA8B6;
}
#page.green .personneContainer {
	width: 459px;
	margin: 18px 0px 0px 0px;
	padding: 2px 24px 0px 24px;
	float: left;
	font-size: 120%;
	border-left: 1px solid #6E6E01;
}
.personneContainer h6{
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 7px 0;
}
.personneContainer ul{
	padding: 0 0 10px 0;
}
.personneContainer ul li{
	padding: 0px 0 2px 6px;
	background: url(../img/css/arrow_black2.gif) no-repeat;
	background-position:  0.0em 0.4em;
}
#page.blue .personneContainer ul li a{
	color: #6A9DD1;
	text-decoration: underline;
}
#page.green .personneContainer ul li a{
	color: #6E6E01;
	text-decoration: underline;
}
.structInfo li{
	float: left;
	padding: 0px 0 10px 10px;
	margin-top: 0px;
	background: url(../img/css/arrow_black.gif) no-repeat;
	background-position:  0.0em 0.4em;
}
.structInfo li span{
	display: block;
}
.structInfo li .spanLabel{
	width: 240px;
	display: block;
	font-size: 120%;
	font-weight: bold;
	float: left;
}
.structInfo li .spanContent{
	width: 240px;
	display: block;
	font-size: 120%;
	font-weight: normal;
	clear: left;
}
.structInfo li .spanContent a.blue{
	color: #6A9DD1;
	text-decoration: underline;
}
.structInfo li .spanContent a.marron{
	color: #6E6E01;
	text-decoration: underline;
}
.structInfo li .spanContent a.black{
	color: #000000;
	text-decoration: underline;
}
.structInfo.personne li .spanLabel{
	width: 240px;
	display: block;
	font-size: 120%;
	font-weight: bold;
	float: left;
}
.structInfo.personne li .spanContent{
	width: 200px;
	display: block;
	font-size: 120%;
	font-weight: normal;
	clear: left;
}
.structInfo.personne li .spanContent a.blue{
	color: #6A9DD1;
	text-decoration: underline;
}
.structInfo.personne li .spanContent a.marron{
	color: #6E6E01;
	text-decoration: underline;
}
.structInfo.personne li .spanContent a.black{
	color: #000000;
	text-decoration: underline;
}
#page.blue .onglets_structureBtop {
	width: 100%;
	border-top: 1px solid #36526E;
}
#page.green .onglets_structureBtop {
	width: 100%;
	border-top: 1px solid #6E6E01;
}
.onglets_structure {
	display:block;
	float:left;
	padding:20px 0px 0 10px!important;
	width: 98%;
}

.onglets_structure ul{
	margin: 10px;
    padding: 0px;
    list-style-type: initial;
}

.onglets_structure h6{
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.onglets_structure p{
	padding: 0 0 16px 0;
}
#page.blue #conteneur .bandeau_top_struct {
	width: 779px;
	background: #6A9DD1;
	color: #ffffff;
	font-size: 110%;
	padding: 2px 10px 3px 10px;
	float: left;
}
#page.green #conteneur .bandeau_top_struct {
	width: 779px;
	background: #BCBD23;
	color: #ffffff;
	font-size: 110%;
	padding: 2px 10px 3px 10px;
	float: left;
}
.bandeau_top_struct span{
	float: left;
}
.bandeau_top_struct a{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	font-size: 90%;
}
/*****************************************************************************************************************************
******************************************* FOOTER ***************************************************************************
******************************************************************************************************************************/
#page.blue #footer {	
	clear: both;
	width:100%;
	text-align: center;
	color: #36526E;
	padding-top: 7px;
	font-size: 98%;
	/*height:13px;*/
	overflow:hidden;	
}
#page.green #footer {	
	clear: both;
	width:100%;
	text-align: center;
	color: #ffffff;
	padding-top: 7px;
	font-size: 98%;
	/*height:13px;*/
	overflow:hidden;	
}
#footer ul{
	display: inline;
}
#footer li{
	display: inline;
	padding: 0 0 0 3px;
}
#page.blue #footer li a{
	text-decoration:none;
	color: #36526E;
}
#page.green #footer li a{
	text-decoration:none;
	color: #ffffff;
}
/******************************************************************************************************************************
******************************************* MESSAGE ***************************************************************************
******************************************************************************************************************************/
#messageInfo {
	clear: both;
	width:100%;
	text-align: center;
	color: #FF0000;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow:hidden;
	font-weight: bold;
	font-size: 110%;
}
