
body {
	background-color: #EDECEC;
}

textarea {
    border: none;
    outline: none;
}

.colonne {

	border-radius: 25px;
	background-color: white;
	padding: 1.5em;
	min-height: 280px;

}

#emailColonneCentre,
#emailColonneDroite,
#emailColonneGauche {

height: 350px;

}
#vignette {
		border: none;
		height: 210px; 
		width : 100%;
		padding-left: 10px;
		padding-top: 10px;
		overflow: scroll;
}

#vignetteCont {
	
		height: 220px; 
}

#tableTemplatesCont {
	
	height: 220px; 
	overflow: scroll;
}

table#tableTemplates {
	width:100%;
	height: 220px; 
}


#tableTemplates tr td {
	height:10px;
}

#DivTable {
		border: none;
		height: 220px; 
		width : 100%;
		padding-left: 10px;
		padding-top: 10px;
		overflow: scroll;

}

#message {

		 text-transform: uppercase;
}

#recipientCont {
		//border: solid 1px black;
		height: 250px; 
}

#recipientList {
		border: none;
		height: 220px; 
		width : 100%;
		overflow: scroll;

}

#tableEmailList  {

	padding-left: 10px;
	
}

