/* 1. Mode 2 colonnes*/
#col_g {
	width: 448px;
	margin-right: auto;
	margin-left: 2px;
	
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ADADAD;
	border-right-width: 1px;
	
}
#col_g p {
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;	

}
#col_d {
	width: 449px;
	margin-right: 2px;
	margin-left: auto;
	margin-top: 0px;
}



/*2. Mode 3 colonnes*/

	/*2.1. Definition des colonnes*/
	#col_g2 {
		float:left;
		width: 600px;
		margin-right: auto;
		margin-left: 0px;
		
		
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #828282;	
		
	}



#col_g2 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #990066;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#col_g2 h2{
	padding:0px;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#col_g2 p{
font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

#col_g2 table {
	float:left;
	width:580px;
	margin-left:10px;
	margin-right:10px;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
}

#col_g2 table img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#col_g2 .art_list {
	float:left;
	width:580px;
	margin-left:10px;
	margin-right:10px;
	font-size: 10px;
	background-color: #FDD7FA;
	border: 1px dotted #000000;
	margin-top: 10px;
	margin-bottom: 10px;	
}
#col_g2 .art_list p {
	margin:0;
}

#col_g2 .art_list p.titre {
	font-size: 12px;
	color: #006699;
	padding: 5px;
}
#col_g2 .art_list p.descr {
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 130px;	
}

#col_g2 img {
	border: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#col_g2 .art_list img {
	margin: 5px;	
	
	border: 1px solid #000000;
}
#col_g2 .agence {
	padding-top: 10px;

}
	
			#col_g2 #p1 {
				width: 299px;
				float:left;
				border-right-width: 1px;
				border-top-style: none;
				border-right-style: dotted;
				border-bottom-style: none;
				border-left-style: none;
				border-right-color: #828282;
				height:100%;
				margin-left: 0px;
				margin-bottom: 0px;
				padding-bottom: 0px;}
				
			#col_g2 #p2 {
				width: 299px;
				float:left;
				border-top-style: none;
				border-right-style: none;
				border-bottom-style: none;
				border-left-style: none;
				margin-right: 0px;
				margin-left:auto;
				
			}

	#col_d2 {
		float:right;
		width: 300px;
		margin-right: 0px;
		margin-left: auto;
		margin-top: 0px;
		
		
	}
#col_d2 h1{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;	
}
#col_d2  h2  {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FD71FD;
	width:250px;	
}
#col_d2 p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
	/*2.1. Definition des sous-colonnes de gauche*/
	
	




#col_d2 img {
	border: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#col_d2 #menu{
	width: 280px;
	background-image: url(../mariage/images/menu_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
#col_d2 #menu #blocmenu{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-bottom:20px;
	width: 280px;
	background-image: url(../mariage/images/menu_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#col_d2 #menu #blocmenu p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width:240px;
	margin-left:10px;
	
	text-align: justify;
}
#col_d2 a:link, a:visited, a:active{ 
color: #0066CC;
text-decoration: underline;

}

#col_d2 a:hover{
	color: #00CCFF;
	text-decoration: none;
}

