/*###############################
#								#
#	CORRECTIF MOBILE			#
#								#
###############################*/

div#flash { display: none; }

div.contenu, div#gauche {
	background: none;
}

a#galerieG { display: none; }

div#droite { display: none; }



/*###############################
#								#
#	INDEX MOBILE				#
#								#
###############################*/

div#mobile {
	width: 90%;
	margin: 5% auto;
	padding-bottom: 310px;
	background: url("images/plan-RBArchitectes.gif") center bottom no-repeat;
	font-family: "Verdana", Arial, serif;
	font-size: 15px;
}

	div#mobile img {
		border: 0;
		margin: 0;
	}

	div#moblogo {
		width: 100%;
		height: 80px;
		text-align: center;
	}

	div#mobile p.presentation {
		width: 350px;
		margin: 0 auto;
		padding-bottom: 10px;
		line-height: 15px;
		text-align: justify;
	}
	
	div#mobile div.liens {
		width: 220px;
		margin: 10px auto;
		text-align: center;
		border: 1px solid #000000;
	}
	
		div#mobile div.liens, div#mobile div.liens a {
			color: #000000;
		}
		
			div#mobile div.liens a, div#mobile div.liens p {
				display: block;
				width: 200px; /* 220 */
				padding: 10px;
				text-decoration: none;
			}
			
			div#mobile div.liens a {
				font-weight: bold;
			}
			
				div#mobile div.liens a:hover {
					color: #ffffff;
					background: #243B7B;
				}