/*
	------------------
	Classes par défaut
	------------------
*/	

body { 
	font-family:'Arial', 'Tahoma', sans-serif ;
	font-weight:normal; 
	background-color:#FFFFFF;
	margin:0px;
	}

p { 
	/* font-family: Arial, sans-serif ; */
	font-size:9pt;
	margin:0px;
	text-align:justify;
	}

h1 { 
	color:#ABABAB;
	font-size:10pt;
	margin:0px;
	}

h2 { 
	color: #ABABAB;
	font-size: 9pt;
	margin:0px;
	}

h3 { 
	color: #ABABAB;
	font-size: 8pt;
	margin:0px;
	}

h4 { 
	color:#ABABAB;
	font-size:7pt;
	margin:0px;
	}

a:link { 
	font-weight:normal; 
	text-decoration:underline; 
	color:#3B5F6B;
	font-size:8pt;
	}

a:visited { 
	font-weight:normal; 
	text-decoration:underline; 
	color:#3B5F6B;
	font-size:8pt;
	}

a:hover, a:active { 
	text-decoration:none; 
	color:#3B5F6B;
	font-size:8pt;
	}



/*
	------------------
	Classes spécifiques
	------------------
*/	

.bandeau {
	height:45px; 
	background-image:url('../media/bandeau.gif'); 
	background-repeat:no-repeat;
	}

.navigation_bar{
	height:30px; 
	background-image:url('../media/fond_nav.gif'); 
	background-repeat:repeat-x;
	}

.navigation_bar .nav_btn{
	float:left;
	}

.home_main, .m1_main {
	padding:0px 0px 1px 0px; 
	border-width:1px; 
	border-style:none none solid none; 
	border-color:#000000; 
	height:100%; 
	vertical-align:top;
}

.m1_main {
	background-image: url('../media/fond_mano_2.gif'); 
	background-position:left bottom; 
	background-repeat: no-repeat;
}

.home_main {
	background-image: url('../media/fond_mano.gif'); 
	background-position:right bottom; 
	background-repeat: no-repeat;
}

.fond_edito {
	background-image:url('../media/bandeau_edito.gif'); 
	background-repeat:no-repeat; 
	background-position:top left;
	padding:0px 0px 0px 23px;
	}

.fond_cml {
	background-image:url('../media/fond_cml.gif'); 
	background-repeat:no-repeat; 
	background-position:top left;
	padding:0px 0px 0px 23px;
	height:160px;
	overflow:hidden;
	}

.fond_activites {
	background-image:url('../media/bandeau_activites.gif'); 
	background-repeat:no-repeat; 
	background-position:top left;
	padding:0px 0px 0px 23px;
	}

.footer {
	font-size:8pt;
	font-weight:normal;
	text-align:right;
	color:#7B929A;
	line-height:10pt;
	padding:4px 0px 15px 0px;
	}

.footer a:link{
	color:#7B929A;
	font-size:8pt;
	}

.footer a:visited{
	color:#7B929A;
	font-size:8pt;
	}

.footer a:hover{
	color:#7B929A;
	font-size:8pt;
	}



/*
	------------------
	Encarts 
	------------------
*/	

/* Nav2 */
.nav2, .nav2_over {
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	color:#3E626D;
	height:18px;
	padding:3px 0px 0px 17px;
	}

.nav2{
	background-image:url('../media/nav2_bg.gif'); 
	background-repeat:no-repeat;
	}

.nav2_over{
	background-image:url('../media/nav2_over_bg.gif'); 
	background-repeat:no-repeat;
	cursor:pointer;
	}

.nav2 a, .nav2_over a {
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	color:#3E626D;
	text-decoration:none;
	}

.nav2 a:link, .nav2_over a:link {
	font-size:8pt;
	text-decoration:none;
	}

.nav2 a:visited, .nav2_over a:visited {
	font-size:8pt;
	text-decoration:none;
	}

.nav2 a:hover, .nav2_over a:hover {
	font-size:8pt;
	text-decoration:none;
	}

.over .nav2, .over .nav2_over {
	background-image:url('../media/nav2_selec_bg.gif'); 
	background-repeat:no-repeat;
}

/* Newsletter */
.newsletter {
	width:180px;
	padding:1px 0px 0px 0px;
}

.newsletter .title {
	font-size:7.5pt;
	font-weight:bold;
	text-align:left;
	color:#3E626D;
	background-color:#EBEBEB;
	padding:2px 0px 2px 7px;
	border-width:1px;
	border-style:solid none solid none;
	border-color:#FFFFFF #FFFFFF #BBBBBB #3E626D;
}

.newsletter .txt, .newsletter .error {
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	color:#486974;
	padding:2px 7px 2px 7px;
}


.newsletter .error {
	color:#325764;
	font-weight:bold;
	background-image:url('../media/warning_icon.gif'); 
	background-repeat:no-repeat;
	background-position:8px 1px;
	padding-left:27px;
	margin:0px 0px 2px 0px;
}

.newsletter .champ {
	font-family:'Tahoma', sans-serif ;
	font-size:8pt; 
	color:#808080; 
	background-color:#FFFFFF; 
	margin:0px;
	height:15px; 
	width:100%;
	border:1px solid #889EA4;
	padding:1px 0px 0px 4px;
}



/* Register */
.register {
	font-family:'Tahoma', sans-serif;
	width:400px;
	float:left;
	padding:10px 0px 0px 0px;
}

.register .title{
	color:#194250;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	background-image:url('../media/title_bg.gif');
	background-repeat:repeat-x;
	height:28px;
	padding:6px 0px 0px 8px;
	}

.register p{
	padding:0px;
	margin:0px;
}

.register .txt_confirm {
	color: #333333;
	font-size: 8pt;
	text-align: left;
	background-image:url('../media/check_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left: 22px;
	height:30px;
}

.register .txt_confirm a{
	font-size: 8pt;
	color: #1D3B5C;
}

.register .txt {
	color:#222222;
	text-align:left;
	font-weight:normal;
	font-size:8pt;
	margin-top:0px;
	line-height:11pt;
	padding:0px 0px 15px 0px;
}

.register .txt a{
	font-size: 8pt;
	color:#1D3B5C;
}

.register .facultatif {
	width:388px;
	border-color: #A6A6A6;
	border-width: 1px;
	border-style: solid;
	background-color: #FAFAFA;
	padding: 5px;
	clear: both;
	margin-bottom: 15px;
	font-size:7.5pt;
	
}

.register .txt_facultatif {
	color: #707070;
	font-size: 7.5pt;
	text-align: right;
	border-color: #A6A6A6;
	margin-bottom: 1px;
}

.register .error {
	color:#325764;
	font-size:8pt;
	font-weight:normal;
	background-image:url('../media/warning_icon.gif');
	background-repeat:no-repeat;
	background-position:1px 0px;
	padding:0px 0px 0px 20px;
	height:40px;
}

.register .error b{
	color:#325764; 
	font-size:8pt;
	font-weight:bold;
}

.register .lien{
	color: #486974;
	font-size: 8pt;
	text-align: left;
	/*background-image:url('../media/home_icon.gif');
	background-repeat:no-repeat;
	background-position:1px 5px;
	padding:0px 0px 0px 14px;*/

}

.register .lien a{
	color: #486974;
	font-size: 8pt;
	text-align: left;
}

.register .lien a:link{
	color: #486974;
	font-size: 8pt;
	text-align: left;
}

.register .lien a:visited{
	color: #486974;
	font-size: 8pt;
	text-align: left;
}

.register .lien a:hover{
	color: #486974;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
}

.register .intitule {
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.register .intitule_facultatif {
	color: #000000;
	font-size: 7.5pt;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.register .champ{
	height:14px;
	font-family:Tahoma; 
	font-size:8pt;
	padding:0px 0px 0px 3px; 
	color:#808080;
}

.register .btn{
	color: #676867;
	padding-top: 1px;
	font-size: 8pt;
	max-height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #676867;
	background-color: #F4F4F4;
}


/* EMAIL Segment */
.email_segment {
	margin:0px 0px 25px 0px; 
	width:400px;
}

.email_segment .title_presentation{
	color:#194250;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	background-image:url('../media/title_bg.gif');
	background-repeat:repeat-x;
	height:28px;
	padding:6px 0px 0px 8px;
}

.email_segment .title_presentation b{
	color:#808080;
	font-size:9pt;
	font-weight:normal;
}

.email_segment .txt_presentation{
	color:#404040;
	font-size:8pt;
	text-align:left;
}

.email_segment .txt_presentation b, strong{
	color: #404040;
	font-size: 8pt;
}

.email_segment .intitule{
	text-align:right;
	padding-right:5px;
	padding-left:10px;
	background-color:#D9D9D9;
	border-width:0px 2px 1px 0px;
	border-color:#FFFFFF;
	border-style:solid;
	font-size:8pt;
	font-weight:normal;
	color:#595959;
	vertical-align:top;
	padding-top:4px;
}

.email_segment .valeur{
	width:100%;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 3px;
	font-size: 8pt;
	font-weight: bold;
	color: #404040;
	background-color: #F2F2F2;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF;
	border-style: solid;
	vertical-align:top;
	padding-top: 4px;
}


.email_segment .valeur a{
	font-weight: normal;
	color: #1D3B5C;
}

.email_segment .valeur a:link{
	font-weight: normal;
	color: #1D3B5C;
}



/* NEWS */
.news_title{
	font-size:7.5pt;
	font-weight:bold;
	text-align:left;
	color:#3E626D;
	background-color:#EBEBEB;
	padding:2px 0px 2px 7px;
	margin:0px 0px 4px 0px;
	border-width:1px;
	border-style:solid none solid none;
	border-color:#FFFFFF #FFFFFF #BBBBBB #3E626D;
}


.news {
	height:55px;
	overflow:hidden;
	padding:0px 5px 0px 0px;
	margin:0px 0px 10px 0px;
}

.news h1 {
	font-size:8pt;
	font-weight:bold;
	color:#3B5F6B;
	text-align:left;
}

.news h1 a{
	font-size:8pt;
	font-weight:bold;
	color:#3B5F6B;
	text-decoration:none;
}

.news h1 a:hover{
	font-size:8pt;
	font-weight:bold;
	color:#3B5F6B;
	text-decoration:underline;
}

.news h1 a:active{
	font-size:8pt;
	font-weight:bold;
	color:#3B5F6B;
	text-decoration:underline;
}

.news p {
	text-align:left;

}

.news a {
	font-size:8pt;
	font-weight:normal;
	color:#3B5F6B;
	text-align:left;
	text-decoration:none;
}

.news a:link|visited {
	font-size:8pt;
	font-weight:normal;
	color:#3B5F6B;
	text-decoration:none;
}

.news a:hover{
	font-size:8pt;
	font-weight:normal;
	color:#3B5F6B;
	text-decoration:underline;
}

.news a:active{
	font-size:8pt;
	font-weight:normal;
	color:#3B5F6B;
	text-decoration:none;
}

/* NEWS */

.title_page {
	color:#000000;
	font-size:13pt;
	font-weight:normal;
	/*background-image:url('/systeme/cms/media/article/puce_carre.gif');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:11px;*/
	border-width:1px;
	border-color:#000000;
	border-style:none none solid none;
	width:100%;
	padding:0px 0px 2px 0px;
	margin:0px 0px 1px 0px;
	text-align:right;
}

.title_page b{
	color:#808080;
	font-size:10pt;
	font-weight:normal;
}

.title_map {
	color:#000000;
	font-size:13pt;
	font-weight:normal;
	/*background-image:url('/systeme/cms/media/article/puce_carre.gif');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:11px;*/
	border-width:1px;
	border-color:#85B3B3;
	border-style:none none solid none;
	width:100%;
	padding:0px 0px 2px 0px;
	margin:0px 0px 6px 0px;
	text-align:left;
}
