/*****************************************
		  Architecture de la page index.php
  *****************************************/
/* 
  couleur :
  bleu 1 : #3085ab
bleu fonc : #1e6a8c
  */
  
html,body {
	width : 100%;
	height : 100%;
	
	margin : 0px;
	padding : 0px;

	font-family : "Trebuchet MS", Arial, Verdana, sans-serif; 
	font-size : 12px; 
	color : #000000; 
	
	background-color : #ffffff;	
}

a {    
	color :#1e6a8c;  
	text-decoration : none;
	border-bottom : 1px dotted #000000;
} a:hover {
	color : #3085ab; 
	text-decoration : none;
	border-bottom : 1px dotted  #000000;
} a:active {
	text-decoration : none;
	border-bottom : 0px;
}

h1
{
	font-size : 24px; 
	font-weight : bold;
	margin : 0px;
}
h2
{
	font-size : 20px; 
	font-weight : bold;
	margin : 25px 0px 0px 0px;
}

input, textarea, select {
	font-family : "Trebuchet MS", Arial, Verdana, sans-serif; 
	font-size : 12px;
	border : 1px solid #3085ab;
	background-color : #edf9ff;
}
input {
	padding-left : 5px;
	padding-right : 5px;
}

/***** Corps de la page index.php *****/
#codeVideo {
	width : 380px;
}

#visites
{
	position: absolute;
	width: 95px;
	left: 290px;
	top: 395px;
	
	color :#1e6a8c; 
	text-align : right;
}

#design
{
	width : 900px;
	margin : 0px;
}


	#design div
	{
		margin : 0px;
		background-repeat : no-repeat;	
	}
	
	#design #part1
	{
		float : left;
		text-align : center;
	}
		#design #part1 #souspart11
		{
			width : 411px;	
			height : 374px;
			background-image : url('02k-webdesign-11.jpg');
		}
		#design #part1 #souspart12
		{
			width : 411px;
			height : 145px;
			background-image : url('02k-webdesign-12.jpg');
		}

	#design #part2
	{
		float : left;
	}
		#design #part2 #souspart21
		{
			width : 432px;
			height : 44px;
			background-image : url('02k-webdesign-21.jpg');
		}
		#design #part2 #souspart22
		{
			width : 432px;
			min-height : 475px;
			background-image : url('02k-webdesign-22.jpg');
		}
	#design #part3
	{
		float : left;
		
		width : 57px;
		height : 515px;
		background-image : url('02k-webdesign-30.jpg');
	}
	
.center
{
	text-align : center;
}
	
.pub {
	margin-top : 30px;
	text-align : center;
}