/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006699;
	margin: 1em;
	padding: 0;
	font-size: medium;
}

#url {
	text-align: center;
	font-family: "Maiandra GD";
	color: #CCCCCC;
	font-size: 1.4em;
	margin-bottom: 0.3em;
}

#home {
	background-image: url(../images/massif-neouvielle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 15px;
	margin: 0;
	height: 450px;
	text-align: center;
}

#home p {
    padding: 0;
	margin: 0 0 15px 0;
}

#page {
	color: #006699;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#listesites dd {
    margin-bottom: 50px;
}

/******************************** HEADER ******************************************/
#header {
	background-image: url(../images/fond.gif);
	padding : 0.2em 0.5em;
	font-size: 2em;
	font-weight: bold;
	visibility: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header p {
    margin: 0;
	padding: 0;
}

#header img {
	vertical-align: middle;
}

/**************************************** les A *****************************************/
#header a, .section a {
        color: #006699;
}

#header a:hover, .section a:hover, #right a:hover, #home a:hover,  a.interne:hover {
	text-decoration: none;
	background-color: yellow;
}

#right a, #home a, a.interne {
    color: blue;
	text-decoration: underline;
}

#right a.externe:hover {
	background-color: #FF9966;
}

#right a.email {
	color: green;
	text-decoration: underline;
}

#right a.email:hover {
    text-decoration: none;
	background-color: #FFFFFF;
}

#right dl {
    text-align: left;
}

a.email {
	color: green;
	text-decoration: underline;
}

a.email:hover {
    text-decoration: none;
}

#menu {
	font-size: 0.5em;
	float: right;
	text-align: right;
	padding-top: 1em;
	font-weight: normal;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left {
	font-size: 0.8em;
	float: left;
	margin: 2em 0 2em 1%;
	height: auto;
	width: 25%;
	position: relative;
}

#right {
	width: 65%;
	margin: 2em 2% 1em 30%;
	padding: 0 0 1em 0;
	text-align: justify;
}

/************************************** SECTION *******************************************/
.section {
	border: 0.2em solid #4E9A9A;
	padding: 0.2em;
	margin-bottom: 1em;
	padding-left: 75px;
	width: auto;
	height: auto;
	background-color: #99CCCC;
}

#secweb {
	background-image: url(../images/icone-web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#sectel {
	background-image: url(../images/icone-teledetection.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#seccin {
	background-image: url(../images/icone-cinema.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#secpre {
	background-image: url(../images/icone-presentation.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/*************************************** FOOTER *****************************************/
#footer {
    clear: both;
    background-color: #FFFFBB;
	text-align: center;
	font-size: small;
	padding: 0.2em;
}

#footer p {
    margin: 5px 0;
	padding: 0;
}

/************************************************* H1 H2 H3 *********************************************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5em 0;
        text-align: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 1em 0 0.3em 0;
	border-bottom: 0.1em solid #006699;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 0.3em 0;
}

hr {
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
 }

img {
  border: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5em;
}

li {
    margin-bottom: 0.5em;
}

.center {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.right {
    float: right;
	padding-left: 1em;
	padding-bottom: 0.3em;
}

.left {
    float: left;
	padding-right: 1em;
	padding-bottom: 0.3em;
}

.alright {
	text-align: right;
}

.small {
	font-size: 0.8em;
}

.cv {
	font-size: small;
	width: 100%;
	vertical-align: top;
	text-align: left;
}

.cv td {
	vertical-align: top;
	text-align: left;
}

.photo {
    clear: both;
	text-align: center;
	margin-bottom: 3em;
}

.simple {
	font-size: 0.8em;
	width: 100%;
	padding: 0;
	margin: 0.5em 0;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}

.simple td {
	text-align: left;
	vertical-align: top;
	padding: 0.2em;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}

/************************************************* BOX *****************************************/
.box {
    color: #006699;
    background-color: #FFFF99;
    border: thin solid #006699;
    padding: 1em;
}

.box dt {
    text-align: center;
    font-size: 1.2em;
}

.box dd {
    padding: 0;
    margin: 0;
}