/* styles for the page, set in the body tag */
body {
	margin: 0;
	padding: 0;
	/*font-family: 'Times New Roman',Times,serif;*/
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

h2, h3, h4 {
	border-bottom: 1px solid #AAA;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0.17em;
	padding-top: 0.5em;
}

h2 {
	font-size:180%;
} 

h3, h4 {
	border-bottom: medium none;
	font-weight: bold;
}

h3 {
	font-size: 132%;
	border-bottom: 1px dotted #AAA;
	padding-top: 0.6em;
}

p {
	line-height: 1.5em;
	margin: 0.4em 0 0.5em;
}

strong {
	color: #9D0E2D;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}


#index, #accueil, #home {
	background-color: #E3DFDB;
}

#competences {
	background-color: #E3DFDB;
}

#formation {
	background-color: #E3DFDB;
}

#contact {
	background-color: #E3DFDB;
}

#photographie {
	/*background-color: #E3DFDB;*/
	background: url('../interface/base.css/photography_fond.jpg') no-repeat #d9d8de center top;
}

#book {
	background-color: #E3DFDB;
}
/* end styles for the page */

/* outline */
#outer_div {
	width: 950px;
	margin: 0 auto;
	border: 2px solid black;
}

#lang_bar {
	position: relative;
	float: left;
	top: 5px;
	left: 90%;
}

#lang_bar #flag_fr {
	float: left;
	width: 25px;
	height: 15px;
	background: url('../interface/base.css/flag_fr.gif') no-repeat center #00F;
}
#lang_bar #flag_en {
	float: left;
	width: 25px;
	height: 15px;
	background: url('../interface/base.css/flag_en.gif') no-repeat center #F00;
	margin-left: 3px;
}
#lang_bar #flag_de {
	float: left;
	width: 25px;
	height: 15px;
	background: url('../interface/base.css/flag_de.gif') no-repeat center #0FF;
	margin-left: 3px;
}

#flag_fr span, #flag_en span, #flag_de span {
	display: none;
}

#menu {
}

#header {
	min-height: 175px;
	background: url('../interface/base.css/header_banner.jpg') no-repeat center #255B89;
}

#body {
	background-color: #FFF;
}

#body_left {
	float: left;
	width: 75%;
	margin-top: 10px;
	min-height: 625px;
}

#body_left_view {
	width: 97%;
	margin: 10px auto;
	min-height: 625px;
}

#body_right {
	float: left;
	width: 24%;
	min-height: 350px;
	margin-top: 65px;
	border-left: 3px solid #706E6C;
}


#footer {
	height: 62px;
	background: url('../interface/base.css/footer_banner.jpg') no-repeat center #255B89;
	color: #FFF;
	font-size: 9pt;
}
/* end outline */

/* menu */
#top_menu_ul {
	list-style-type: none;
    	margin: 0;
}

.top_menu {
	float: left;
	text-align: center;
}

.top_menu a, .top_menu a:visited {
	display: block;
	padding-top: 30px;
	height: 52px;
	color: #FFF;
	font-size: 14pt;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.top_menu a:hover {
	background: url('../interface/base.css/menu_selected.png') repeat;
	height: 50px;
	border-bottom: 2px solid #FFF;
	color: #FFF;
}

.top_menu #selected {
	display: block;
	padding-top: 30px;
	height: 50px;
	font-size: 14pt;
	background: url('../interface/base.css/menu_selected.png') repeat;
	border-bottom: 2px solid white;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
}
/* end menu */

/* header text */
#header h1 {
	clear: both;
	padding-bottom: 35px;
	padding-top: 35px;
	padding-left: 84px;
	margin-bottom: 0;
/* 	color: #E3DFDB; */
	color: #FFF;
	font-size: 13pt;
}

#header h1:before {
	content: url('../interface/base.css/lq.png');
}

#header h1:after {
	content: url('../interface/base.css/rq.png');
}
/* end header text */

/* body left */
#body_left_content {
	margin-top: 15px;
	margin-left: 20px;
	width: 95%;
}

#body_left_view_content {
	margin-top: 15px;
	/*margin-left: 20px;*/
	width: 100%;
}

#body_left_content h2 {
/* 	color: #1D5DC7;  */
/* 	color: #367DA7; */
	color: #234B8C;
}

#body_left_content h3 {
/* 	color: #3DAAEB; */
/* 	color: #2080DE; */
/* 	color: #234B8C; */
	color: #1D5DC7;
}
/* end body left */

/* body right */
#body_right_content {
	margin-left: 12px;
	margin-top: 10px;
	width: 75%;
}
/* end body right */

/* footer */
#footer_text {
	float: left;
	padding-left: 42px;
	margin-top: 0;
	font-size: 8pt; 
}

#footer_menu {
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}

#footer_menu a {
	text-decoration: none;
	color: #FFF;
}

#footer_menu a:hover {
	font-weight: bold;
}
/* end footer */

/* general styles */
.citation {
	font-style: italic;
	line-height: 28px;
}

.citation:before {
	content:url('../interface/base.css/lq_black.png');
}

.citation:after {
	content:url('../interface/base.css/rq_black.png');
}

.clear_div {
	clear: both;
	visibility: hidden;
}

/* Index */
#random_image {
	width: 200px;
	margin: 15px auto 0 auto;
}
/* End index */


/* competences */
#competences #body_left_content h3 a {
	font-size: 7pt;
	float: right;
}

#liste_real {
        padding-left: 0;
        margin-left: 30px;
	margin-top: 7px;
}
/* end competences */

/* contact */
#contact_form {
}

#contact_form dl {
	display: block;
	width: 100%;
}

#contact_form dt {
	clear: both;
	float: left;
	width: 15%;
	padding-top: 4px;
}

#contact_form .required {
	font-weight: bold;
}

#verification {
	font-size: 9pt;
}

#contact_form dd {
	float: left;
	padding-top: 4px;
	width : 75%;
}

#contact_form dd input[type="text"] {
	width: 100%;
}

#contact_form dd textarea {
	width: 100%;
}

#contact_form_buttons {
	clear: both;
	float: right;
	width: 79%;
}

#contact_form_buttons input[type="submit"]{
	margin-right: 10px;
	margin-left: 0;
	margin-top: 15px;
	font-weight: bold;
}

#contact_info_msg {
	color: #0F0;
}
/* end contact */

/* end general styles */


/* specifique photographie */
#liste_materiel {
	padding-left: 0;
	margin-left: 10px;
}

.list_strong {
	list-style: none;
	padding-left: 0;
	margin-left: -10px;
}

/* end specifique photographie */

/* specifique book */
#table_categories {
	width: 100%;
	color: black;
}

#table_categories a img {
	border: 0;
}

.cell {
	width: 33%;
	text-align: center;
}

.cell a {
	color: #00008D;
	text-decoration: none;
}

#table_pictures {
	width: 100%;
}

.cell_pictures {
	width: 33%;
	text-align: center;
}

.cell_pictures a img {
	border: 0;
}
/** book right **/
#book_comments {
	border: 1px solid red;
}

#comment_form dd {
	margin-left: 5px;
}
#comment_form textarea {
	margin-top: 7px;
	width: 100%;
	border-style: none;
	border: 1px dotted #6C6C6C;
}

#comment_form input[type="button"] {
	border: 1px dotted #6C6C6C;
	background: #FFF;
}
/** end book right **/
/* end book */

/* view */
#single_view {
	width: 100%;
	text-align: center;
}

#image_line {
	width: 100%;
	margin-top: 15px;
	margin-left: 25px;
}

#image_line a img {
	border: 0;
}

/* sitemap */
#sitemap {
	margin-left: 25px;
	margin-top: 25px;
}

#sitemap {
	list-style-type: circle;
}

#sitemap li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#sitemap li a {
	font-size: 11pt;
	font-weight: bold;
}

#sub_list {
	list-style-type: none;
}

#plan_galleries {
	margin-left: 25px;
	list-style-type: disc;
}
/* end sitemap */

/* tous les paragraphes qui ont besoin d'une separation */
#formation #outer_div #body #body_right #body_right_content p,
#index #outer_div #body p,
#home #outer_div #body p,
#accueil #outer_div #body p,
#competences #outer_div #body #body_right #body_right_content #liste_real .list_strong {
        padding-bottom: 17px;
        background: url('../interface/base.css/separation3.png') no-repeat center bottom;
	margin-bottom: 10px;
}

