@charset "utf-8";
/* Média fluide simple
   Remarque : un média fluide exige que vous supprimiez les attributs de hauteur et de largeur du média du code HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* conserver le ratio des images et empêcher les débordements de boîtes dûs aux border ou padding */
 img {
   height: auto; width: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
 }

/* IE 6 ne prend pas en charge max-width ; la largeur par défaut est donc fixée à 100% */
.ie6 img {
	width:100%;
}

body {

PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; margin: -15px 0px 0px 0px ; PADDING-TOP: 0px;

background-color: #003399;


}
a:link {
	text-decoration: none;
	font: arial;
	color: #FFFFFF;	
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}
.Style73 {
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFF;
}
.Style74 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	text-align: center;
}
.Style77 {
	font-size: 14;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



.Style1 {
	font-size: 16px;
	color: #FFFFFF;
}
.Style34 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FFFF;
	text-align: center;
}
.Style33 {	font-size: 16px;
	color: #00FFFF;
}
.Style36 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
.Style37 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
}


.Style32 {font-size: 24px}
.Style51 {color: #FF9900}
.Style52 {
	font-size: 16px;
	font-weight: bold;
}
.Style52 {color: #FFFFFF}
.Style54 {
	color: #FFFFFF;
	font-size: 24px;
}
.Style55 {color: #FF0000}
.Style56 {font-size: 16px}
.Style57 {font-size: 18px}
.Style58 {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 18px;
}
.Style60 {
	font-size: 36;
	font-family: Arial, Helvetica, sans-serif;
}
.Style62 {
	font-size: xx-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style63 {
	color: #999999;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.Style64 {font-family: Arial, Helvetica, sans-serif}
.Style65 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	
}
.Style66 {
	text-shadow: #000 2px 2px 4px;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	;
}
.Style67 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: italic;
}
.Style68 {font-family:Courier, monospace}
.Style69 {font-size: x-large}
.Style70 {
	text-shadow: #000 2px 2px 4px;
	font: 100% arial;
	font-size: 36px;
	color: red;
	text-align: center;
}
.Style72 {font-size: 12px}
.centre {
	text-align: center;
}
.Style73 {font-size: 14px}
.Style74 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	text-align: center;
}

/*
	Propriétés de grille fluide Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiré par "Responsive Web Design" par Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	et le système Golden Grid par Joni Korpi
	http://goldengridsystem.com/
*/

/* Disposition mobile : 480px et moins. */

#menuho ul{
margin:0 ;
padding: 0;
margin-left: 9px;
margin-bottom: 1em;
margin-top: 7px;
float: left;
font:18px arial;


border-right: 1px solid #FF0000;
background-color: #003399;
}

* html #menuho ul{ /*règle pour IE seul*/
width: 99%;
}

#menuho ul li{
display: inline;
}

#menuho ul li a{
float: left;
color: white;
padding: 2px 9px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#menuho ul li a:visited{
color: #ffffff;
}

#menuho ul li a:hover{
color: red;
background-color: #003399;
font:110% arial;


}
#menuho a span { /* définition de la balise <span> inclue dans <a> */
display: none;  /* on cache le span quand le menu n'est pas survolé */
}

#menuho a:hover span { /* définition de la balise <span> au survol */
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	border:1px solid #000;
	background-color:#00F;
	color:#000;
	text-align: justify;
	font-weight:none;
	padding:5px;
}
#menu li{
    clear:both;
    float:left;    
    width:190px;
    display:block;
	padding-bottom:0px;
    font:arial;
	font-size:17px;
	border: 1px solid white;
	
	

}

#menu li a{
    display:block;
    padding:1px 10px 1px 4px;
    text-decoration:none;
    color:#3a3b36;
	font:90% arial;
	color: #FFFAFA;
    width:100px;
	
}

#menu li a:hover{
    display:block;
    background:#005678 url(images/check1.gif) no-repeat right 60%;
	border-bottom-color:#FF0000;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-top-color: #FF0000;
	
    padding:10px 40px 10px 4px;
    margin:0 20px 0 0;
    text-decoration:none;
	font: arial;
    color:#FFFAFA;
    font-size:22px;

}
#menu li a:active{
font: arial;
font-size:21px;
}

#menu li a span{
    margin:4px 0 0 0;
    display:block;
	font: arial;
    font-size:12px;
    color:#3a3b36;
}  
nav {
	font-size: 1.143em;
	line-height: 20px;
	margin: 5px auto 5px auto;
	text-align: center;
	width: 280px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

nav ul {list-style: none; margin: 0 auto; width: 280px;}
nav li {
	width: 260px;
	margin-left: 0px;
	display: block;
}

nav a:link, #banner nav a:visited {
	color: #fff;
	display: block;
	height: 20px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 1.5em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -0px;
	background-color: #005672;
}
nav a:hover, nav a:active,
nav .active a:link, nav .active a:visited {
	background: #fff;
	color: #556B2F;
	margin: 5px;
	text-shadow: none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#menu8 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 rgba(0,51,153, 0.7);
	border-color: #005672;
	border-image: none;
	border-radius: 3em 3em 3em 3em;
	border-style: solid none solid solid;
	border-width: medium;
	box-shadow: 0 1px 3px #000000;
	color: #C00;
	font-size: xx-large;
	margin: 0.5em 0 0;
	padding: 0.5em 0.5em 0.5em 2em;
	left: 0;
	text-align: left;
	top: 41%;
	width: 6em;
	z-index: 5;
}
ul, blockquote {
    padding-left: 1em;
}


    
    
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-color: #003399;
	
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#colonnegauche:before {
   
   
   content: "Version mobile   Version mobile     Version Version mobile";
   display: block;
   color: #00FFFF;
   text-align: center;
   font-style: italic;
   font-size: 15px;
    background:#003399 url(images/charles-oversea.gif) center no-repeat;
height: 75px;
 }
 .oldie #colonnegauche:before {
   
   
   content: "";
   display: none;
   color: #00FFFF;
   text-align: center;
   font-style: italic;
   font-size: 15px;
    background:#003399 url(images/charles-oversea.gif) center no-repeat;
height: 75px;
 }
#bandeau {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: none;
}
#colonnegauche {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#colonnecentre {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#colonnedroite {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: none;
}
#pieddepage {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}

/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

@media only screen and (min-width: 481px) {
	#menuho ul{
margin:0 ;
padding: 0;
margin-left: 9px;
margin-bottom: 1em;
margin-top: 7px;
float: left;
font:18px arial;


border-right: 1px solid #FF0000;
background-color: #003399;
}

* html #menuho ul{ /*règle pour IE seul*/
width: 99%;
}

#menuho ul li{
display: inline;
}

#menuho ul li a{
float: left;
color: white;
padding: 2px 9px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#menuho ul li a:visited{
color: #ffffff;
}

#menuho ul li a:hover{
color: red;
background-color: #003399;
font:110% arial;


}
#menuho a span { /* définition de la balise <span> inclue dans <a> */
display: none;  /* on cache le span quand le menu n'est pas survolé */
}

#menuho a:hover span { /* définition de la balise <span> au survol */
display: block; /* on affiche le span au survol qui va contenir la description */
position: absolute;
top: 230px;

width: 290px; /* largeur de la zone de commentaires, selon la taille du menu */
text-align: left;
border-top: 1px solid white;
color: #ffffff;
}

#menu li{
    clear:both;
    float:right;    
    width:90px;
    display:block;
	padding-bottom:0px;
    font:arial;
	font-size:21px;
	

}

#menu li a{
    display:block;
    padding:10px 10px 10px 4px;
    text-decoration:none;
    color:#3a3b36;
	font:90% arial;
	color: #FFFAFA;
    width:100px;
}

#menu li a:hover{
    display:block;
    background:#003399 url(images/check1.gif) no-repeat right 60%;
	border-bottom-color:#FF0000;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-top-color: #FF0000;
	
    padding:10px 40px 10px 4px;
    margin:0 20px 0 0;
    text-decoration:none;
	font: arial;
    color:#FFFAFA;
    font-size:22px;

}
#menu li a:active{
font: arial;
font-size:21px;
}

#menu li a span{
    margin:4px 0 0 0;
    display:block;
	font: arial;
    font-size:12px;
    color:#3a3b36;
}  


nav {
	font-size: 1.443em;
	line-height: 20px;
	margin: 5px auto 5px auto;
	text-align: left;
	width: 200px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	
}

nav ul {list-style: none; margin: 0 auto; width: 280px;}
nav li {
	width: 90px;
	margin-left: 0px;
	display: block;
	
}

nav a:link, #banner nav a:visited {
	 
	color: #fff;
	display: block;
	height: 30px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -35px;
	background-color: #003399;
}
nav a:hover, nav a:active,
nav .active a:link, nav .active a:visited {
	background:#003399 url(images/check1.gif) no-repeat right 60%;
	border-bottom-color:#FFF;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-top-color: #FF0000;
	text-align: left;
	color: #69F
}

#menu8 {
    position: fixed;
}
#menu8 {
    position: absolute;
}
#menu8 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0,51,153, 0.7);
    border-color: #005672;
    border-image: none;
    border-radius: 0.5em 3em 3em 0.5em;
    border-style: solid none solid solid;
    border-width: medium;
    box-shadow: 0 1px 3px #000000;
    color: #FFFFFF;
    font-size: x-small;
   
    margin: -2.5em 0 0;
    padding: 0.5em 0.5em 0.5em 1.5em;
    position: fixed;
    left: 0;
    text-align: left;
    top: 37%;
    width: 5em;
    z-index: 5;
	
}
ul, blockquote {
    padding-left: 1em;
}

    
    
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	background-color: #003399;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#colonnegauche:before {
   content: "Version tablette du site Charlesoversea.com.";
   display: none;
   color: #00FFFF;
   text-align: center;
   font-style: italic;
   font-size: 15px;
  
 }
#bandeau {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#colonnegauche {
	clear: both;
	float: left;
	margin-left: 0;
	width: 10.0769%;
	display: block;
}
#colonnecentre {
	clear: none;
	float: left;
	margin-left: 1.0641%;
	width: 69.7179%;
	display: block;
}
#colonnedroite {
	clear: none;
	float: left;
	margin-left: 1.0641%;
	width: 18.0769%;
	display: block;
}
#pieddepage {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
}

/* Disposition bureau : 769px à max. 1232px.  Hérite des styles de : Disposition mobile et disposition tablette */

@media only screen and (min-width: 769px) {
	#menuho ul{
margin:0 ;
padding: 0;
margin-left: 9px;
margin-bottom: 1em;
margin-top: 7px;
float: left;
font:18px arial;


border-right: 1px solid #FF0000;
background-color: #003399;
}

* html #menuho ul{ /*règle pour IE seul*/
width: 99%;
}

#menuho ul li{
display: inline;
}

#menuho ul li a{
float: left;
color: white;
padding: 2px 23px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#menuho ul li a:visited{
color: #ffffff;
}

#menuho ul li a:hover{
color: red;
background-color: #003399;
font:110% arial;


}
#menuho a span { /* définition de la balise <span> inclue dans <a> */
display: none;  /* on cache le span quand le menu n'est pas survolé */
}

#menuho a:hover span { /* définition de la balise <span> au survol */
	display: block; /* on affiche le span au survol qui va contenir la description */
	position: absolute;
	top: 230px;
	width: 290px; /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: left;
	border-top: 1px solid yellow;
	color: #FF0;
}

#menu li{
    clear:both;
    float:right;    
    width:90px;
    display:block;
	padding-bottom:0px;
    font:arial;
	font-size:21px;
	

}

#menu li a{
    display:block;
    padding:10px 10px 10px 4px;
    text-decoration:none;
    color:#3a3b36;
	font:90% arial;
	color: #FFFAFA;
    width:100px;
}

#menu li a:hover{
    display:block;
    background:#003399 url(images/check1.gif) no-repeat right 60%;
	border-bottom-color:#FF0000;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-top-color: #FF0000;
	
    padding:10px 40px 10px 4px;
    margin:0 20px 0 0;
    text-decoration:none;
	font: arial;
    color:#FFFAFA;
    font-size:22px;

}
#menu li a:active{
font: arial;
font-size:21px;
}

#menu li a span{
    margin:4px 0 0 0;
    display:block;
	font: arial;
    font-size:12px;
    color:#3a3b36;
}  


nav {
	font-size: 1.443em;
	line-height: 20px;
	margin: 5px auto 5px auto;
	text-align: left;
	width: 200px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	
}

nav ul {list-style: none; margin: 0 auto; width: 280px;}
nav li {
	width: 90px;
	margin-left: 0px;
	display: block;
	
}

nav a:link, #banner nav a:visited {
	 
	color: #fff;
	display: block;
	height: 30px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -35px;
	background-color: #003399;
}
nav a:hover, nav a:active,
nav .active a:link, nav .active a:visited {
	background:#003399 url(images/check1.gif) no-repeat right 60%;
	border-bottom-color:#FFF;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-top-color: #FF0000;
	text-align: left;
	color: #69F
}



#menu8 {
    position: fixed;
}
#menu8 {
    position: absolute;
}
#menu8 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0,51,153, 0.7);
    border-color: #005672;
    border-image: none;
    border-radius: 0.5em 3em 3em 0.5em;
    border-style: solid none solid solid;
    border-width: medium;
    box-shadow: 0 1px 3px #000000;
    color: #FFFFFF;
    font-size: large;
   
    margin: -2.5em 0 0;
    padding: 0.5em 0.5em 0.5em 1.5em;
    position: fixed;
    left: 0;
    text-align: left;
    top: 37%;
    width: 7em;
    z-index: 5;
	
}
ul, blockquote {
    padding-left: 1em;
}

    
    


.gridContainer {
	width: 92.2%;
	max-width: 1372px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	background-color: #003399;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#colonnegauche:before {
   content: "Version mobile du site Charlesoversea.com.";
   display: block;
   color: #00FFFF;
   text-align: center;
   font-style: italic;
   font-size: 23px;
   display: none;
 }
#bandeau {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#colonnegauche {
	clear: both;
	float: left;
	margin-left: 0;
	width: 6.3673%;
	display: block;
}
#colonnecentre {
	clear: none;
	float: left;
	margin-left: 4.0408%;
	width: 70.1836%;
	display: block;
	text-align: left;
}
#colonnedroite {
	clear: none;
	float: left;
	margin-left: 3.0408%;
	width: 14.3673%;
	display: block;
}
#pieddepage {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px
}
#back-top a {
	width: 78px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 68px;
	height: 68px;
	display: block;
	margin-bottom: 0px;
	background: #005672 url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #003399;
}

}

	
	
