/* ************************************************************************************
		                     ORDINIS INFORMATIQUE SERVICES --- 2009
		*******************************************************************************/
body {
	padding: 0;
	font-family: Arial;
	line-height: 1.2;
	font-size: 0.90em;
	color: #FFF;
	background: url(../img/global/00_global_background.jpg) repeat-x top left #FFFFFF;
}

/* *************************************
		BLOCK GLOBAL
		********************************/
		
#global {
	margin: 0 auto;
	padding: 0;
	width: 1038px;
}

#header {
	width: 1038px;
	height: 268px;
	margin: 0;
	padding: 0;
	background: url(../img/global/01_0_header_backgrnd.png) no-repeat;
}
	#header_left {
		width: 788px;
		height: 262px;
		margin: 0;
		padding:  6px 0 0 5px;
		float: left;
	}	
		#header_left_l {
			width: 258px;
			height: 88px;
			padding:  174px 0 0 60px;
			float: left;
		}		
		#header_left_r {
			width: 470px;
			height: 262px;
			float: right;
		}		
	#header_right {
		width: 206px;
		height: 171px;
		margin: 5px 5px 0 0;
		padding: 97px 15px 0px 15px;
		background: url(../img/global/01_2_header_right_backgrnd.jpg) no-repeat;
		float: right;
	}

#nav_global {
	width: 1038px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(../img/global/02_0_nav_global_backgrnd.jpg) no-repeat;
}
	#nav_global_left {
		width: 793px;
		height: 45px;
		margin: 0;
		padding: 0;
		float: left;
	}	
	#nav_global_right {
		width: 236px;
		margin: 0;
		padding: 0;
		float: right;
	}

#content {
	width: 1038px;
	margin: 0;
	padding: 0;
	background: url(../img/global/03_0_content_backgrnd.jpg) repeat-y;

}
	#content_left_1col {
		width: 753px;
		padding: 20px;
		float: left;
	}	
		#content_left_1col_left {
			width: 333px;
			margin: 0;
			padding: 0;
			float: left;
		}		
		#content_left_1col_right {
			width: 420px;
			margin: 0;
			padding: 0;
			float: right;
		}		
	#content_left_2col {
		width: 775px;
		padding: 20px 0 20px 18px;
		float: left;
	}	
		#content_left_2col_left {
			width: 200px;
			margin: 0;
			padding: 0;
			float: left;
		}		
		#content_left_2col_right {
			width: 571px;
			margin: 0;
			padding: 0;
			float: right;
		}
	
	#content_right{
		width: 236px;
		min-height: 931px;
		margin-right: 5px;
		padding: 0;
		float: right;
		background: url(../img/global/03_2_content_right_backgrnd.jpg) no-repeat;
	}
	
		#content_right_partenaire {
			width: 226px;
			margin: 40px 5px 15px 5px;
			padding: 0;
		}		
		.content_right_partenaire_ligne {
			width: 224px;
			margin: 0 0 0 0;
			padding: 5px 0 0 0;
		}

#footer {
	width: 1018px;
	height: 32px;
	margin: 0;
	padding: 10px;
	background: url(../img/global/04_0_footer_backgrnd.jpg) no-repeat;
}
	#footer_left {
		width: 753px;
		padding: 0px;
		float: left;
	}	
	#footer_right {
		width: 235px;
		margin-right: 5px;
		padding: 0;
		float: right;
		text-align: right;
	}
	
#nav_footer {
	width: 1018px;
	height: 33px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

	/* -> ADRESSES */
	#adresse_header {
		width:200px;	
	}


/* *************************************
		STYLE GLOBAL
		********************************/

/*  PARAGRAPHES  */
p.blanc_bold_08 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.80em;
}
p.blanc_bold_12 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.20em;
	font-weight: bold;
	color: #FFF;
}
p.noir_08 {
	margin: 0;
	padding: 4px;
	color: #000;
	font-size: 0.80em;
}
p.noir_10 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #000;
	font-size: 1.1em;
}
p.noir_bold_10 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
}
p.gris_14 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 1.40em;
	color: #666666;
}
p.violet_bold_14{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.40em;
	font-weight: bold;
	color: #603c49;
}
p.erreur{
	font-size: 1.15em;
	color: #990000;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}
p.confirmation{
	font-size: 1.15em;
	color: #55761d;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

/*  FONTS   */
font.blanc_bold_08 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.80em;
}
font.bleu_bold{
	font-weight: bold;
	color: #2e3b66;
}
font.violet_bold{
	font-weight: bold;
	color: #603c49;
}
font.noir_bold {
	font-weight: bold;
	color: #000;
}
font.noir_bold_10 {
	font-weight: bold;
	color: #000;
	font-size: 1.05em;
}
font.rouge_bold {
	font-weight: bold;
	color: #990000;
}

/*  LIENS  */
a.blanc_bold_08 {
	color: #FFF;
	font-size: 0.80em;
	font-weight: bold;
	text-decoration: none;
}
a.blanc_bold_08:hover {
	color: #FFF;
	font-size: 0.80em;
	font-weight: bold;
	text-decoration: underline;
}
a.blanc_bold_14 {
	color: #FFF;
	font-size: 1.40em;
	font-weight: bold;
	text-decoration: none;
}
a.blanc_bold_14:hover {
	color: #FFF;
	font-size: 1.40em;
	font-weight: bold;
	text-decoration: underline;
}
a.noir_bold_08 {
	color: #000;
	font-size: 0.80em;
	font-weight: bold;
	text-decoration: none;
}
a.noir_bold_08:hover {
	color: #000;
	font-size: 0.80em;
	font-weight: bold;
	text-decoration: underline;
}
a.noir_bold_10 {
	color: #000;
	font-size: 1.00em;
	font-weight: bold;
	text-decoration: none;
}
a.noir_bold_10:hover {
	color: #000;
	font-size: 1.00em;
	font-weight: bold;
	text-decoration: underline;
}
a.violet_09 {
	font-size: 0.9em;
	color: #603c49;
	text-decoration: none;
}
a.violet_09:hover {
	font-size: 0.9em;
	color: #603c49;
	text-decoration: underline;
}
a.violet_bold {
	font-weight: bold;
	color: #603c49;
	text-decoration: none;
}
a.violet_bold:hover {
	font-weight: bold;
	color: #603c49;
	text-decoration: underline;
}
a.lien_image{
}


/*  LISTES  */
ul.nav_global {
	margin: 0 0 0 130px;
	padding: 10px 0 0 0;
	height: 35px;
	list-style-type: none;
}	
	li.nav_global {
		display: inline;
		padding: 0 50px 0 0;
	}
ul.nav_horiz01 {
	margin: 10px 0 0 20px;
	padding: 0;
	list-style-type: none;
}	
	li.nav_horiz01 {
		display: inline;
		padding: 0 10px 0 0;
	}
ul.nav_verti01 {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	width: 168px;
}	
	ul.nav_verti01 li {
		margin: 0;
		padding: 0 0 8px 0;
	}

a.galerie_sub_categorie {
	color: #000;
	text-decoration: none;
}
a:hover.galerie_sub_categorie {
	text-decoration: underline;
}

ul.nav_verti02 {
	margin: 0;
	padding: 15px 0 0 15px;
	list-style-type: none;
}	
	li.nav_verti02 {
		padding: 0 0 6px 0;
	}
ul.nav_verti03 {
	margin: 0;
	padding: 15px 0 0 15px;
	list-style-type: none;
}	
	li.nav_verti02 {
		padding: 0 0 3px 0;
	}

/* STYLES DIVERS */
.block_15_horiz {
	height: 15px;
	display: block;
	clear: both;
}
.block_35_horiz {
	height: 35px;
	display: block;
	clear: both;
}
.clear {
	clear:both;
}
h3 {
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
}


/* *************************************
		BLOCK MODULES     MODS
		********************************/
/* MODULE COMPETENCE   (Page ACCUEIL)  */
div#mods_competence {
	width: 357px;
	height: 226px;
	margin: 0 0 0 15px;
	padding: 30px 0 0 375px;
	background: url(../img/divers/mods_competence.jpg) no-repeat;
}
	div#mods_competence_left {
		width: 160px;
		float: left;
		margin: 10px 0 0 0;
	}
	div#mods_competence_right {
		width: 182px;
		float: right;
		margin: 10px 15px 0 0;
	}

/* MODULE PLAN  */
div#mods_plan {
	width: 732px;
	height: 256px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(../img/divers/mods_plan.jpg) no-repeat;
}
	div#mods_plan_left {
		width: 351px;
		float: left;
		margin: 0;
		padding: 12px 0 0 15px;
	}
	div#mods_plan_right {
		width: 336px;
		float: right;
		margin: 0;
		padding: 25px 15px 15px 15px;
	}

/*  MODULE CONTACT  */
div#mods_contact {
	width: 732px;
	margin: 0 0 0 10px;
}
	div#mods_contact_top {
		width: 732px;
		height: 28px;
		background: url(../img/divers/mods_contact_top.jpg) no-repeat;
	}
	div#mods_contact_mid {
		width: 652px;
		padding: 0 20px 0 60px;
		background: url(../img/divers/mods_contact_mid.jpg) repeat-y;
	}
	div#mods_contact_bot {
		width: 732px;
		height: 25px;
		background: url(../img/divers/mods_contact_bot.jpg) no-repeat;
	}

/*  MODULE MENU GAUCHE */
div.mods_nav_left {
	width: 196px;
	margin: 0;
	padding: 0;
}
	div.mods_nav_left_top {
		width: 196px;
		height: 19px;
		background: url(../img/divers/nav_left_top.png) no-repeat;
	}
	div.mods_nav_left_mid {
		width: 178px;
		padding: 0 0 0 18px;
		background: url(../img/divers/nav_left_mid.png) repeat-y;
	}
	div.mods_nav_left_bot {
		width: 196px;
		height: 21px;
		background: url(../img/divers/nav_left_bot.png) no-repeat;
	}

/* MODULE PHOTOS SLIDER */
div.mods_photoslider {
	width: 358px;
	height: 228px;
	margin: 0 0 0 30px;
	padding: 6px 0 0 6px;
	background: url(../img/divers/mods_photoslider.jpg) no-repeat;
}

/* MODULE AVANTAGES et DIPLOMES */
div#mods_avantage {
	width: 328px;
	margin: 0 0 0 5px;
	padding: 0;
}
div#mods_avantage_top {
	width: 328px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(../img/divers/mods_avantage_top.jpg) no-repeat;
}
div#mods_avantage_mid {
	width: 298px;
	margin: 0;
	padding: 0 15px 0 15px;
	background: url(../img/divers/mods_avantage_mid.jpg) repeat-y;
}
div#mods_avantage_bot {
	width: 328px;
	height: 19px;
	margin: 0;
	padding: 0;
	background: url(../img/divers/mods_avantage_bot.jpg) no-repeat;
}

/*  MODULE ALBUMS */
div.mods_album {
	width: 271px;
	margin: 0;
	padding: 0;
	float: left;
}
	div.mods_album_top {
		width: 271px;
		height: 19px;
		background: url(../img/divers/mods_album_top.png) no-repeat;
	}
		div.mods_album_mid {
		width: 248px;
		padding: 0 10px 0 13px;
		background: url(../img/divers/mods_album_mid.png) repeat-y;
	}	
		div.mods_album_mid_left {
			width: 145px;
			padding: 0 3px 0 0;
			float: left;
			color: #000;
			text-align: center;
			font-size: 0.9em;
		}		
		div.mods_album_mid_right {
			width: 100px;
			float: right;
			position: relative;
		}	
		a.bloc_miniature {
			height: 75px;
			width: 75px;
			display: block;
			overflow: hidden;
			text-decoration: none;
		}
	div.mods_album_bot {
		width: 271px;
		height: 22px;
		background: url(../img/divers/mods_album_bot.png) no-repeat;
	}

/*  MODULE IMAGES */
div.mods_image {
	width: 175px;
	margin: 0 0 0 6px;
	padding: 0;
	float: left;
}
	div.mods_image_top {
		width: 175px;
		height: 19px;
		background: url(../img/divers/mods_image_top.png) no-repeat;
	}
	div.mods_image_mid {
		width: 145px;
		height: 100px;
		display: block;
		overflow: hidden;
		padding: 0 15px;
		background: url(../img/divers/mods_image_mid.png) repeat-y;
		text-align: center;
	}
	div.mods_image_bot {
		width: 175px;
		height: 19px;
		background: url(../img/divers/mods_image_bot.png) no-repeat;
	}





