.menu
{
	width: 1200px;
}

.data_pers, .cours_type, .interv_type, .piquet_type
{
	margin : 5px;
	padding : 5px;
	border : 2px dashed #808080;
}

.data_pers h6
{
	color : #C70000;
	/*
	border-bottom : 1px dashed #E2E2E2;
	*/
}

.data_pers h6:hover
{
	cursor : pointer;
}

.tabdiv-left
{
	background: none repeat scroll 0 0 #FFFFFF;
	border : 2px dotted black;
	float : left;
}

.tabdiv-right
{
	background: none repeat scroll 0 0 #FFFFFF;
	border : 2px dotted black;
	float : right;
}

.tabdiv-left a
{
	text-decoration : none;
	border-bottom : none;
	color : #C70000;
}

.tabdiv-right a
{
	text-decoration : none;
	border-bottom : none;
	color : #C70000;
}

.wellwhite {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}