/* CSS Document (made by Tintwo - 2007) */

body {
	background-color: #003762;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#conteneur {
	position: relative;
	margin: auto;
	width: 720px;
}

/* LIENS */
a, a:link, a:visited {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: white;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: white;
}

/* STRUCTURE GLOBALE */
#header {
	position: relative;
	margin: auto;
	background-image:url(../img/header.jpg);
	width: 720px;
	height: 100px;
}
#footer {
	position: relative;
	margin: auto;
	top: 20px;
	background-image:url(../img/footer.jpg);
	width: 720px;
	height: 40px;
}
#footer #footercontent {
	position: relative;
	top: 4px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 12px;
	color: white;
}
#mainframe {
	position: relative;
	margin: auto;
	top: 10px;
}

/* MENUS */
#menu {
	position: absolute;
	top: 0px;
	width: 140px;
	background-image:url(../img/menu-fond.jpg);
	background-repeat:repeat-y;
}
#menu .menu-tete {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/menu-tete.jpg);
	background-repeat:no-repeat;
	height: 7px;
	width: 140px;
}
#menu .menu-pied {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/menu-pied.jpg);
	background-repeat:no-repeat;
	height: 7px;
	width: 140px;
}
#menu .menu-contenu ul {
	margin: 0px;
	padding-left: 26px;
}
#menu .menu-contenu ul li {
	list-style-image:url(../img/menu-puce.gif);
	margin: 2px 0px 3px 0px;
	padding: 0px;
}
#realisations, #projets {
	font-size: 12px;
}

/* CORPS PRINCIPAL */
#corps {
	position: relative;
	top: 0px;
	left: 150px;
	width: 570px;
	background-image:url(../img/corps-fond.jpg);
	background-repeat:repeat-y;
}
#corps .corps-tete {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/corps-tete.jpg);
	background-repeat:no-repeat;
	height: 7px;
	width: 570px;
}
#corps .corps-pied {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/corps-pied.jpg);
	background-repeat:no-repeat;
	height: 7px;
	width: 570px;
}
#corps .corps-contenu {
	margin: 0px 16px 0px 16px;
	/*text-align: justify;*/
	text-align: left;
}
hr {
	border: 1px solid #003762;
}

/* Formulaire Contact */
#contact, #pjirc {
	text-align: center;
}
#contact, #pjirc p {
	margin: 0px;
}
.cform {
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
.cform input, textarea {
	border: 1px solid #003762;
}
.btform {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	background-color: #003762;
	color: white;
	border: 1px solid white;
}

.titre {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.titre a {
	cursor: auto;
	font-style: normal;
}

/* Bloc de news (index.php) */
.news {
	/*border: 1px solid red;*/
	margin: 8px 0px;
}
.news span {
	display: block;
	margin: 2px 0px;
}
.news-titre {
	color: white;
	font-weight: bold;
}
.news-date {
	font-size: 11px;
	text-align: right;
}
.compteur {
	text-align: right;
	font-size: 12px;
}

/* Bloc de Réalisations de Sites */
.real-site {
	position: relative;
	overflow: auto;
	/*border: 1px solid red;*/
	height: 160px;
	margin: 10px 0px;
}
.real-site img {
	width: 200px;
	height: 150px;
	border: 1px solid #003762;
	margin-right: 10px;
	float: left;
}
.real-site span {
	display: block;
	margin-bottom: 6px;
	margin-right: 6px;
	text-align: justify;
}

/* Bloc de Réalisations Graphiques */
.real-graph {
	position: relative;
	overflow: auto;
	height: 160px;
	margin: 10px 0px;
}
.real-graph img {
	width: 200px;
	height: 150px;
	border: 1px solid #003762;
	margin-right: 10px;
	float: left;
}
.real-graph span {
	display: block;
	margin-bottom: 6px;
	margin-right: 6px;
	text-align: justify;
}

/* Bloc de Réalisations Sonores */
.real-zic {
	position: relative;
	overflow: auto;
	margin: 10px 0px;
}
.lecteur {
	text-align: center;
}
.real-zic span {
	display: block;
	margin-bottom: 6px;
	margin-right: 6px;
	text-align: justify;
}

/* Bloc du CV */
.cv-bloc {
	display: block;
	margin: 5px 0px 5px 16px;
}
.cv-dip {
	display: block;
	font-weight: bold;
	margin: 5px 0px 5px 56px;
}
.souligne {
	text-decoration: underline;
}
.note {
	float: right;
	font-size: 11px;
	text-align: right;
}