/* 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;
	color:#FFFFFF;
	font-size:100%; 
	text-align: justify;
	padding:0px;
	margin:0px;}
	
html { 	min-width:auto;
		min-height:auto;}

html, body {}

/* Global Structure ============================================================= */

.reseau {
	position: absolute;
 	left: 540px;
	top: 315px;
	z-index:1;
}
@media (max-width: 700px) {
	.reseau {
	position: absolute;
 	left: 290px;
	top: 200px;
	z-index:1;
	}
}


.reseau2 {
	position: absolute;
 	left: 460px;
	top: 315px;
	z-index:1;
}
@media (max-width: 700px) {
	.reseau2 {
	position: absolute;
 	left: 220px;
	top: 200px;
	z-index:1;
	}
}

#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 =====*/

	

/*--- News Style Menu of Choice ---*/
#news {
	padding:0px;
	margin:0px;
	margin-left: 6px;
	margin-top:10px;
	position: relative;
}

	#news img {
		margin-left: 4px;
		margin-right: 4px;
		border:3px solid  #333;
		width: 70px;
		height: 70px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
			@media (max-width: 700px) {
				
				#news {
	padding:0px;
	margin:0px;
	margin-top:10px;
	position: relative;
}
	#news img {
		margin-left: 2px;
		margin-right: 2px;
		border:1px solid  #333;
		width: 46px;
		height: 46px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
}

	#news img:hover {
		border-color:#bbb;
	}
	
/*----- news2 bottom icons menu -----*/	
#news2 {
	margin-top:10px;
	padding:0px;
	margin:0px;
	margin-left: 6px;
	margin-bottom: 6px;
	position: relative;
}

	#news2 img {
		margin-left: 4px;
		margin-right: 4px;
		border:3px solid  #333;
		width: 70px;
		height: 70px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
				@media (max-width: 700px) {
	#news2 {
	padding:0px;
	margin:0px;
	margin-top:10px;
	position: relative;
}
	#news2 img {
		margin-left: 2px;
		margin-right: 2px;
		border:1px solid  #333;
		width: 46px;
		height: 46px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
}

	#news2 img:hover {
		border-color:#bbb;
	}

/*----- txt, links, lines, titles -----*/
a {
	color: #FFF; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:20px;
	background-color: #000;
	line-height:1.2em;
	font-weight:normal;
	color: #CCC;
	width:250px;
	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;
	}
	
@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: 10px;
	margin-bottom:12px;
	margin-left:2px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	text-align:center;
	}
}
	

h2 {
	font-size:20px;
	background-color: #000;
	line-height:1.2em;
	font-weight:normal;
	color: #CCC;
	width:250px;
	padding-top:40px;
	margin-top: 15px;
	margin-bottom:5px;
	margin-left:8px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	text-align:center;
}

	
p {	
	margin-left:8px;
	margin-right:8px;
	margin-bottom:15px;
	font-size:18px;
}
.p1 { 	margin-bottom:12px;
		margin-left:5px;
		margin-right:auto;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}

/*===== content =====*/
#content {
	margin-top:15px;
	border-top-style:dashed;
	border-color: #333;
	border-bottom-style:dashed;
	border-color: #333;
}


@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;
	}
	#content img:hover {
		border-color:#bbb;
	}

/*===== Icone Table =====*/	
#tableparis {
	margin-top:5px;
	border-top-style:dashed;
	border-color: #333;
	margin-bottom:5px;
	border-bottom-style:dashed;
	}
#tableparis a {
	color: #000; 
	text-decoration:none;
	font-size:13px;
	margin-top:0px;
	line-height:18px;
}
#tableparis a:hover{
	text-decoration:none;
}	
#tableparis table {	
width: 100%;
margin-bottom:30px;
}
#tableparis th {
line-height: 10px;
text-align: start;
border: thin solid #666;
width:96px;
}
#tableparis td {
border: thin solid #666;
text-align: center;
}
#tableparis caption {
	text-align:left;
	font-size:30px;
	line-height:1.2em;
	font-weight:normal;
	color: #CCC;
}

#tableparis img {
		margin-left: 7px;
		margin-right: 7px;
		margin-top:4px;
		margin-bottom:0px;
		border:3px solid  #333;
		width: 70px;
		height: 70px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	#tableparis img:hover {
		border-color:#bbb;
	}
	
	.ligne0 {
      background-color: #06F;
	  color: #06F;
      }
.ligne1 {
      background-color: #06F;
      }
.ligne2 {
      background-color: #06F;
      }
.ligne3 {
      background-color: #06F;
      }
.ligne4 {
      background-color: #06F;
      }	  	  
.ligne5 {
      background-color: #E9EAED;
	  color: #FFF;
      }	 

	
	
/*===== 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;
}