﻿@import "menu.css";
@import "forme.css";
@import "container.css";
@import "slide.css";
/*@import "menuh.css";*/
/*@import "menuv.css";*/
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E8E8E8;
}



p, form, input {
	margin: 0px;
	padding: 0px;
}

select {
	background-color: #fff;
	border: 1px solid #5A759E;
}


/*------------------------------------------------*
 *---  www.nordsudweb.com  --  web agency --------*
 *------------------------------------------------*/

/*------------------------------------------------*
 *----------------  CSS CONTAINER ----------------*
 *------------------------------------------------*/
#general {
	width: 100%;
	background-image: url(../images/bg/bg_general.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/bg/bg_content.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content img {
	/*collapse:collapse;*/
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content_repeat {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/content_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#left_content {
	float: left;
	width: 180px;
	background-image: url(../images/bg/bg_colonne_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#left_content  img.photo {
	margin-left: 5px;
}

#ctre_content {
	float: left;
	width: 595px;
	background-color: #eeeeee;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-position: center;
	padding-bottom: 15px;
}
#right_content {
	float: left;
	width: 150px;
}


#header {
	height: 120px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/bg_header.jpg);
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	letter-spacing: 2px;
}
#footer {
	height: 100px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(../images/bg/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 170px;
	padding-left: 10px;
}
#footer h2 {
	font-size: 10px;
	color: #4E6994;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #ff4000;
	text-decoration: none;
}
#div_w3c {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 40px;
	padding-top: 10px;
}
#div_w3c a {
	color: #333333;
	font-size: 10px;
}
#div_w3c a:hover {
	color: #FF4000;
}
#div_w3c p.lien_ref {
	display: inline;
	margin-right: 8px;
}



/*------------------------------------------------*
 *----------------  MISE EN FORME ----------------*
 *------------------------------------------------*/
