/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	text-align: justify;
	padding:0px;
	margin:0px}
	
html { 	min-width:auto;
		min-height:auto;}

html, body {}

/* Global Structure ============================================================= */


#contentmap {
    }

#map {
	width:100%;
	height:300px;
    }

#container-left {
        position: relative;
        background: #333;
        width: 100%;
        right: 50%;
        float: left;
    }

#container-right {
        position: relative;
        width: 100%;
        background: #333;
        height: 100%;
        float: left;
        overflow: hidden;
    }
		
#container3 {
        float:left;
        position:relative;
        overflow:hidden;
        width: 100%;
        left: 50%;
    }

#colCentered {
        margin: 0 auto;
        width: 600px;
		height:100%;
		height:100%;
		background: -webkit-linear-gradient(#3C5A98, #3C5A98, #50A7E9, #1589C5, #3C5A98, #1589C5, #50A7E9, #3C5A98); /* For Safari 5.1 to 6.0 */
  		background: -o-linear-gradient(#3C5A98, #3C5A98, #50A7E9, #1589C5, #3C5A98, #1589C5, #50A7E9, #3C5A98); /* For Opera 11.1 to 12.0 */
  		background: -moz-linear-gradient(#3C5A98, #3C5A98, #50A7E9, #1589C5, #3C5A98, #1589C5, #50A7E9, #3C5A98); /* For Firefox 3.6 to 15 */
  		background: linear-gradient(#3C5A98, #3C5A98, #50A7E9, #1589C5, #3C5A98, #1589C5, #50A7E9, #3C5A98); /* Standard syntax */
        position: relative;
    }
	
@media (max-width: 700px) {
	#colCentered {
		width: 100%;
		min-width: 100%;
	}
}

.logo{
		width: 100%;
	}	
	
	
	
/*===== Menu =====*/
#menu-wrap{
	padding-left: 19px;

}

	#menu {
	height: auto; 
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
	#menu a {
		font: 10px andalus;
		text-decoration: none;
	}

	#menu li {
	list-style-type: none; 
	font-family: Arial,sans-serif; 
	font-size: 1.6em; 
	width: 550px;
	height: 60px; 
	margin: 0px;
	padding: 0;
	}
	
	#menu li figure {
	width:550px;
	height:60px;
	margin: 25px 0 0 0;
	background:url(../images/buttons/paris-shadow.jpg) no-repeat 0 0;
	text-align:center;
	border:5px solid #ebebeb;
	border-radius:10px;
	border-color: #333;
	font-size:8px;
	text-transform:uppercase;
		}
	#menu li figure strong {
				display:block;
				font-size:26px;
				line-height:1.2em;
				margin-bottom:-15px;
				padding-top:12px;
				color: #000;
		}
		
	#menu li:nth-of-type(4n+2) figure {
			background:url(../images/buttons/paris-shadow-pink.jpg) no-repeat 0 0;
		}
	#menu li:nth-of-type(4n+3) figure {
			background:url(../images/buttons/paris-shadow-green.jpg) no-repeat 0 0;
		}
	#menu li:nth-of-type(4n+4) figure {
			background:url(../images/buttons/paris-shadow-purple.jpg) no-repeat 0 0;
		}
	#menu li:nth-of-type(4n+5) figure {
			background:url(../images/buttons/paris-shadow-orange.jpg) no-repeat 0 0;
		}	
	#menu li:nth-of-type(4n+6) figure {
			background:url(../images/buttons/paris-shadow-lightblue.jpg) no-repeat 0 0;
		}

	@media screen and (min-width: 600px) {
		#menu {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}
	

/*--- News Style Menu of Choice ---*/
#news {
	text-align: center;
	padding:0px;
	margin:0px;
	position: relative;
}

	#news img {
		text-align: center;
		margin-left: 0.5%;
		margin-right: 0.5%;
		border: 2px solid  #333;
		width: 12.5%;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

	#news img:hover {
		border-color:#bbb;
	}
	@media (max-width: 700px) {
#news {
	text-align: center;
	padding:0px;
	margin:0px;
	position: relative;
}

	#news img {
		text-align: center;
		margin-left: 0.5%;
		margin-right: 0.5%;
		border: 0.5px solid  #333;
		width: 12.7%;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

	#news img:hover {
		border-color:#bbb;
	}
}
	
	
/*----- news2 bottom icons menu -----*/	
#news2 {
	text-align: center;
	padding:0px;
	margin:0px;
	margin-top:10px;
	position: relative;
}

	#news2 img {
		text-align: center;
		margin-left: 0.5%;
		margin-right: 0.5%;
		border: 2px solid  #333;
		width: 12.5%;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

	#news2 img:hover {
		border-color:#bbb;
	}
	@media (max-width: 700px) {
#news2 {
	text-align: center;
	padding:0px;
	margin:0px;
	margin-top:10px;
	position: relative;
}

	#news2 img {
		text-align: center;
		margin-left: 0.5%;
		margin-right: 0.5%;
		border: 0.5px solid  #333;
		width: 12.7%;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

	#news2 img:hover {
		border-color:#bbb;
	}
}


/*----- txt, links, lines, titles -----*/
a {
	color: #000; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:20px;
	background-color: #000;
	line-height:1.2em;
	font-weight:normal;
	color: #CCC;
	width:200px;
	padding-top:40px;
	margin-top: 15px;
	margin-bottom:12px;
	margin-left:8px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	text-align:center;
}

@media (max-width: 700px) {
	h1 {
	font-size:15px;
	background-color: #000;
	line-height:1.2em;
	font-weight:normal;
	color: #CCC;
	width:150px;
	padding-top:40px;
	margin-top: 15px;
	margin-bottom:12px;
	margin-left:8px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	text-align:center;
	}
}
	h1 a {
		color: #CCC;
		text-decoration:none;
	}

h2 {
	font-size:14px;
	font-weight: bold;;
	text-align: left;
}
	
p {	
	margin-left:8px;
	margin-right:8px;
	margin-bottom:15px;
	font-size:18px;
}
.p1 { 
	margin-left:8px;
	margin-right:8px;
	margin-bottom:15px;
	font-size:12px;}
	
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}

/*===== content =====*/
#content {
	margin-top:15px;
	border-top-style:dashed;
	border-color: #333;
	border-bottom-style:dashed;
	background-color:#E9EAED;
}
@media (max-width: 700px) {
#content {
	margin-top:5px;
	border-top-style:dashed;
	border-color: #333;
	border-bottom-style:dashed;
	border-color: #333;
	}
}

	#content img, aside img {
		margin-left: 5px;
		border:3px solid  #333;
		width: 280px;
		height: 200px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
		@media (max-width: 700px) {
#content img, aside img {
		margin-left: 0px;
		margin-right: 5px;
		height:auto;
		width:100%;
		border:1px solid  #333;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
}

	#content img:hover {
		border-color:#bbb;
	}
	
/*===== Footer =====*/
.footer {
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
	color: #FFF;
	text-align:center;
	border-top-style:solid;
	border-top-width:medium;
}

.footer a {color: #FFF;
			text-decoration: underline;}

.footer a:hover {	text-decoration: none;
					color: #FFF}

/*===== Languages Buttons =====*/
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
	font-size:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #9F3;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}