/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/*
-------------------------------------------
|Page(body)                               |
|                                         |
|  --------------------------------       |
|  |container                     |       |
|  |                              |       |
|  |  --------------------------  |       |
|  |  |header                  |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  --------------------------  |       |
|  |  |menu                    |  |       |
|  |  |                        |  |       |
|  |  --------------------------  |       |
|  |  |text                    |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  |                        |  |       |
|  |  --------------------------  |       |
|  |  |bottom                  |  |       |
|  |  |                        |  |       |
|  |  --------------------------  |       |
|  |                              |       |
|  --------------------------------       |
|                                         |
|                                         |
|                                         |
-------------------------------------------*/



/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #336699; 
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto; 
    margin-right: auto;
    text-align: center;
    padding: 20px 20px 20px 20px; 
        }


a:link { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000;	}
a:visited { 
	font-weight: bold;
	text-decoration: none;  
	color: #000000;
	}
a:hover, a:active { 
	color: #067008;
	text-decoration: none;
	}


/* specific divs */
#container { 
    background: #ffffff;
    border: 10px #e4e4e4 solid;
    padding: 0px 0px 0px 0px;
    width: 850px;
    text-align: justify;
    margin: 0px;
}

#header { 
   height: 190px;   background-color: #fbb00d;
   }

#logo {   background-image: url(img/logo.jpg);
   background-repeat: no-repeat;
   width: 100px;
   height: 100px;
   position: relative;   top: 25px;
   left: 40px;
}

#logo h1 {
   position: relative;   top: 15px;
   left: 130px;
   width: 400px;
   height: 30px;   color: #2e2e2e;   font-style: oblique;
}
#logo h4 {
   position: relative;   top: -5px;
   left: 130px;
   width: 500px;
   height: 20px;   font-style: italic;
}
#logo h5 {
   position: relative;   top: -25px;
   left: 130px;
   width: 500px;
   height: 20px;   font-style: normal;   font-weight: lighter;   font-size: 10px;
}
#menu {   text-align: center;   color: #000000;   font-family: Verdana, Helvetica, Arial, sans-serif;   font-size: 14px;   background-color: #e4e4e4;   position: relative;
   top: 25px;
}

#menu a:link, a:visited {   color: #000000;}

#menu a:hover, a:active { 
	text-decoration: none; 
	color: #067008;
	}

#drapeau {
	position: relative;
	top: -30px;
	left: 750px;
}

#text {	text-align: justify;	padding: 20px;	color: #000000;	font-size: 16px;	font-family: Verdana, Helvetica, Arial, sans-serif;	line-height: 26px;
}

#text h1 {	text-align: justify;	padding: 0px;	color: #000000;	font-size: 20px;	font-family: Verdana, Helvetica, Arial, sans-serif;	line-height: 30px;
	}
	
#text h2 {	text-align: justify;	padding: 0px;	color: #000000;	font-size: 16px;	font-family: Verdana, Helvetica, Arial, sans-serif;	line-height: 26px;	font-style: italic;
}

#table {	text-align: justify;	color: #000000;	font-size: 16px;	font-family: Verdana, Helvetica, Arial, sans-serif;	line-height: 26px;	padding-left: 80px;
}

#table h1 {	color: #2f2f2f;	font-size: 20px;	font-weight: bold;	text-align: center;	line-height: 16px;
}

#table h2 {	color: #2f2f2f;	font-size: 14px;	font-weight: bold;	padding-left: 5px;	padding-right: 5px;
}

#table h3 {	color: #2f2f2f;	font-size: 12px;	font-weight: normal;
	padding-left: 5px;	padding-right: 5px;
}

#table h4 {	color: #2f2f2f;	font-size: 12px;	text-align: center;
}

#table h5 {
	font-size: 10px;
	font-weight: normal;
}
#cv_sec {	background-color: #008080;	color: #ffffff;	font-weight: bold;
}

